ImageResizer
Caution: This is a beta release only. The software has been through testing, but bugs may still remain in the beta release as new features are continuously being added.
Image Resizer is quite a unique tool, written purely in C#.NET 3.5. The user is able to select a directory on his or her system which contains an array of images. These images can be in any format: jpg, bmp, gif, png etc. The user then selects resizing options I.e. 640x480 (aspect ratio can also be used by leaving a dimension blank). Watermarks can also be added dynamically to all processed pictures whereby the transparency of this can be adjusted. Once this is all set, the user specifies the quality of the produced images [1-100] (where 100 is lossless). The Image Resizer will then resize every single image to the specified configuration and the progress bar reflects the undergoing process. If any incompatible files are found in this directory, these will simply be ignored.
Key Features
- Bulk resizing of images in various formats
- Bulk watermark application to images in various formats
- Quality control of images produced
- Aspect ratio dimensions so that only target height or width can be specified
- Configured settings are saved into config for quick access on next run of the application
- Progress indicator of the translation process