With this tool you can scan images (.png, .jpeg, .tga) across selected folders and detect which of them can work with Crunch compression.
It simply checks their dimensions to be multiple of 4 and suggests options for resizing.
Resizing is done via image package with 4 options:
- linear interpolation
- cubic interpolation
- nearest interpolation
- or centering original image inside transparent one with the desired size
You can also:
- resize an original file (with or without a backup)
- resize to a copy
At first select the folder to work with:
The tool finds all images there then indicating which are multiple of 4 and which are not
Tapping on any of the images opens the panel where you can choose resize options
Supports light & dark themes:
Works with MacOS and Windows.
Linux should work too (not tested).
Just type:
flutter create --platforms=linux .
to add its module to a project.