imgpress
Install latest/stable of imgpress
Ubuntu 16.04 or later?
Make sure snap support is enabled in your Desktop store.
Details for imgpress
Package name
- imgpress
License
- MIT
Last updated
- 8 June 2020 - latest/stable
- 8 June 2020 - latest/candidate
Websites
Contact
External link warning
You are about to open
Do you wish to proceed?
Report a Snap Store violation
Report imgpress for a Snap Store violation
Snap Store Violation Report submitted successfully
Thank you for your report. Information you provided will help us investigate further.
Error submitting report
There was an error while sending your report. Please try again later.
Share this snap
Generate an embeddable card to be shared on external websites.
CLI tool for encoding and compressing images for optimal web use.
Written in Python utilizing the Pillow imaging library. Supported image types include JPEG, PNG, and WEBP. Images saved with the same name as the source file are given a unique name.
Usage
Pass in at least an input file and image format.
Resize test.jpeg to 1000 x 1000, set quality to 75, and save file as test-1000.jpeg:
$ imgpress test.jpeg -f JPEG -r 1000 1000 -q 75 -o test-1000.jpeg
Resize test.jpeg to 1000 wide while preserving aspect ratio, encode to WEBP format, and set quality to 65:
$ imgpress image.jpeg -f WEBP -r 1000 0 -q 65
| Revision | Channel | Version | Build | Commit | Download SBOM |
|---|
The build and commit information is derived from build infrastructure records.
Install imgpress on your Linux distribution
Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.