Platform: Windows 32bit

Download VCLImageResize

Description:
VCLImageResize
Motivation:
This application was written to generate icons for a Delphi app (on the different platforms [Windows, Android, OSX, iOS] it supports).
Output result may not be the best you can 'design' -- but it is a good startup for your application.


Two ways generating icons.

  • First DragDrop a .png image from FileExplorer (Initially this application supports only .png [can be with alpha coloring] - this may change in the future) - (Or click the empty rectangle to pick a file) = this will be the main graphics used. Upon this graphics all files will be generated and resized.
  • By Dimentions specified table
    • Left Table containing records of width+height+type of output to be generated
    • Specify the 'output directory' - where the processed output will be done
    • Press 'Run Resize Batch (table)' - to generate the graphic files to (File generated will use the prefix specified in the file types middle table - for each file)
  • By Sample directory that already contains a 'sample' graphics files (each image with it's own dimentions) to output.
    • Specify in the 'Base source directory edit field - the base directory from where to take the example graphics files (in Delphi installation it can be found under 'C:\Program Files (x86)\Embarcadero\Studio\21.0\bin\Artwork'.
    • After specifying the base directory press the 'FindFiles Directory' - to generate the list of base files to use as sample dimentions to export the output to.
    • Pressing the 'Run Resize Batch (directory) - total xxx images' will run a batch procedure on the specified found list of files -- and OVERWRITE each file in this list with the processed image




  • History:
    2021-06-08 First version of application made