https://github.com/webfreak001/simpleimageconvert
Simple image conversion gui using ImageMagick
https://github.com/webfreak001/simpleimageconvert
gtk image-converter imagemagick
Last synced: 6 days ago
JSON representation
Simple image conversion gui using ImageMagick
- Host: GitHub
- URL: https://github.com/webfreak001/simpleimageconvert
- Owner: WebFreak001
- Created: 2016-01-03T02:51:51.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-03T14:30:45.000Z (almost 10 years ago)
- Last Synced: 2025-05-01T01:38:34.986Z (6 months ago)
- Topics: gtk, image-converter, imagemagick
- Language: D
- Homepage:
- Size: 9.77 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SimpleImageConvert
An image converter using GTK and Imagemagick

## Usage
simpleimageconvert [files...]
Great for usage in file explorers (Rightclick -> Convert image)
## Building
Install the GTK development files and imagemagick.
Make sure `convert` and `identify` are in path.
dub build