PixScale
A command line tool for scale of pix.
Requirements
- Ruby/GdkPixbuf2 in Ruby-GNOME2
Installation
gem install pix_scale
Usage
% ls -l
-rw-rw-r-- 1 you you 46643 6 27 20:00 foo.png
-rw-rw-r-- 1 you you 31438 6 27 20:00 .png
% pix_scale *.png 0.5
% ls -l
-rw-rw-r-- 1 you you 46643 6 27 20:00 foo.png
-rw-rw-r-- 1 you you 18539 6 27 20:01 foo-0.5.png
-rw-rw-r-- 1 you you 31438 6 27 20:00 .png
-rw-rw-r-- 1 you you 16462 6 27 20:01 -0.5.png
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request