|
Note
|
Its use case is very narrow and was created as an 4h hackaton experiment to learn Rust language. |
Simple application for optimizing images for Web written in Rust.
Program works in CLI environment, taking image filename as first and only argument, i.e.:
dsimage my_image.jpgResults are saved in optimized directory, where each file is greatly reduced in size,
three thumbnails are generated as well as grayscale representation of an image.
Windows 64bit *.exe, MacOS *.app and Linux x64_86 binary are included in latest release sections.