https://github.com/amake/imagequalitytester
A simple tool to convert images to JPEGs with various quality settings
https://github.com/amake/imagequalitytester
Last synced: 6 months ago
JSON representation
A simple tool to convert images to JPEGs with various quality settings
- Host: GitHub
- URL: https://github.com/amake/imagequalitytester
- Owner: amake
- License: mit
- Created: 2018-03-12T08:55:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-19T03:11:58.000Z (almost 8 years ago)
- Last Synced: 2025-01-22T15:43:20.971Z (over 1 year ago)
- Language: Makefile
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ImageQualityTester
A very simple macOS app for checking various JPEG quality levels of an
image. Drop an image onto it, and it will place conversions of quality 10 to 100
(increments of 10) into the directory of the source file.
This is a wrapper for [ImageMagick](https://www.imagemagick.org/), intended for
folks who don't want to install it themselves, and also meant to be a template
for making similar one-off image processing tools.
# Building
Requirements:
- GNU make
- [Platypus](https://github.com/sveinbjornt/Platypus) with command-line tool installed
Just run `make`. The app will be put in `work`, and the zip into
`dist`. Optionally provide your Apple developer ID to sign the app by running
`make codesign_id=...`.
# License
MIT