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.
- Host: GitHub
- URL: https://github.com/ckauhaus/imageresize
- Owner: ckauhaus
- Created: 2019-03-24T17:31:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-16T16:01:35.000Z (about 7 years ago)
- Last Synced: 2024-12-27T00:43:24.842Z (over 1 year ago)
- Topics: image-processing
- Language: Rust
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).