An open API service indexing awesome lists of open source software.

https://github.com/ckauhaus/imageresize

Handy tool for reducing masses of JPEG files to resonable file sizes.
https://github.com/ckauhaus/imageresize

image-processing

Last synced: 8 months ago
JSON representation

Handy tool for reducing masses of JPEG files to resonable file sizes.

Awesome Lists containing this project

README

          

imageresize
===========

Handy tool for reducing masses of JPEG files to resonable file sizes. Scales
images on all available CPUs in parallel. Preserves EXIF metadata.

Usage example:
```sh
imageresize *.jpg
```

Scaled images end up in a `resized` subdirectory. Use the `-o` option to specify
another destination.

Author: [Christian Kauhaus](mailto:christian@kauhaus.de)

Licensed under the terms of the
[BSD 3-Clause "Revised" License](https://opensource.org/licenses/BSD-3-Clause).