Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zlatamigas/imagereader
JavaFX app for collecting info about all images in folder.
https://github.com/zlatamigas/imagereader
image image-format image-info java javafx
Last synced: 10 days ago
JSON representation
JavaFX app for collecting info about all images in folder.
- Host: GitHub
- URL: https://github.com/zlatamigas/imagereader
- Owner: zlatamigas
- Created: 2022-03-16T22:16:34.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-30T17:36:58.000Z (over 2 years ago)
- Last Synced: 2024-12-09T19:11:50.176Z (2 months ago)
- Topics: image, image-format, image-info, java, javafx
- Language: Java
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
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
![]()