Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dsimage

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.jpg

Results 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.

Installation

Windows 64bit *.exe, MacOS *.app and Linux x64_86 binary are included in latest release sections.

Building from sources

You need Rust installed locally. To build release executable run:

cargo build --release

About

Quick and dirty solution for generating web-ready, optimized images written in Rust.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages