lib/tools/crop.rb in tracksperanto-3.5.9 vs lib/tools/crop.rb in tracksperanto-4.0.0

- old
+ new

@@ -1,5 +1,4 @@ -# -*- encoding : utf-8 -*- # Does the same as the Pad tool but with absolute pixel values instead of fractionals class Tracksperanto::Tool::Crop < Tracksperanto::Tool::Base parameter :top, :cast => :int, :desc => "Top crop amount in px" parameter :left, :cast => :int, :desc => "Left crop amount in px"