A small GUI wrapper utility around imagemagick and pingo for image optimization
Stars
16
Forks
1
Watchers
16
Open Issues
28
Overall repository health assessment
No package.json found
This might not be a Node.js project
213
commits
* Fixed accidentally storing the wrong path, causing excessive amounts of repeat work.
404e62aView on GitHub* Fix the new update message not linking to the correct URL due to missing the preceeding 'v'.
1369590View on GitHub* New default setting for pingo's optimization level is `-sb` as it is guaranteed to be as good as `-s9` or better, and usually, the time difference between the two is extremely minimal.
030c9acView on GitHub* Fixed #95 by properly copying over the subfolder structure to the temp folder. Includes some miscellaneous updates/refactoring required to get this to work.
9093f89View on GitHub- Removed a check for whether or not the command text boxes were empty, rebuilding the command string if so (but not updating the text box).
8885349View on GitHub+ Added checks to ensure `%1` is present in the magick and pingo commands.
d581008View on GitHub* Fixed the default magick command strings being outdated, meaning the magick command would not skipped if it would do nothing.
02ef59eView on GitHub* Fixed ShouldDeleteOriginals only deleting a single file due to an erroneously placed break statement.
ad7f2f4View on GitHub* Temp folder path is now the actual Temp folder path if source path is on the same drive as it, otherwise first attempts to create the temp folder on root of the source folder, otherwise the root of the output folder, before finally falling back to the real Temp folder path (which would incur a copy).
f9542c0View on GitHub* Updated another missed line to use the new, shorter "new" statement syntax.
d83e15aView on GitHub