Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env ruby1.8
#
# Copyright 2009 Stephan Maka <[email protected]>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
@leonnnn
leonnnn / autocrop.rb
Created November 22, 2008 23:35 — forked from astro/autocrop.rb
#!/usr/bin/env ruby
start_time = Time.now
require 'RMagick'
include Magick
infile, outfile = ARGV
unless infile && outfile