/ImageReader

JavaFX app for collecting info about all images in folder.

Primary LanguageJava

icon ImageReader

Description

Windows app that finds graphic files in specified folder and reads basic image information:

  • file name,
  • image size (in pixels),
  • resolution (dot/inch),
  • color depth,
  • compression (for those types of files in which it can be set),
  • number of colors (in gif palette).

Processed formats: jpg, gif, tif, bmp, png, pcx.

Usage

ImageReader_gif