Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 474 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 474 Bytes

multi-image-copier

This program is designed to allow its users to copy in bulk any image file. Made in C# with the use of the Windows Form(.NET Framework) on Visual Studio.

Functions

  1. Preview of the image to copy.
  2. Select original image source.
  3. Select image saving destination.
  4. Input a list of image names to assign.
  5. Add an extension before the filetype. (Example: filename _1 .jpg)
  6. Robustness tested up to 5000 image saves per execution.