Skip to content

GTK image converter program written in Ruby (powered by Rmagick library)

Notifications You must be signed in to change notification settings

xenanthropy/image-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image-converter

GTK image converter program written in Ruby (powered by rmagick library)

A simple GTK program that I wrote to easily convert images to other formats (I got tired of using online converters to convert those pesky .webp files into pngs)

Just choose an image file, select the filetype you'd like to convert to, select a save location, and click convert!

converter_screenshot

Dependencies

requires the 'gtk3' and 'rmagick' ruby libraries, as well as having imagemagick installed.
You can get the libraries by running
gem install gtk3 and gem install rmagick
and installing imagemagick through your distro's software repository/package manager

About

GTK image converter program written in Ruby (powered by Rmagick library)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages