https://github.com/webfreak001/simpleimageconvert
Simple image conversion gui using ImageMagick
https://github.com/webfreak001/simpleimageconvert
gtk image-converter imagemagick
Last synced: 14 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-03T14:30:45.000Z (over 9 years ago)
- Last Synced: 2025-04-06T06:42:26.979Z (about 1 month 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