bin/tracksperanto in tracksperanto-1.0.0 vs bin/tracksperanto in tracksperanto-1.0.1
- old
+ new
@@ -61,10 +61,10 @@
STDERR.puts "No input file provided - should be the last argument"
puts parser
exit(-1)
end
-pipe = Tracksperanto::Pipeline.new
+pipe = Tracksperanto::Pipeline::Base.new
pipe.run(input_file, width, height, reader_klass) do | scaler, slipper, golden |
slipper.slip = slip
scaler.x_factor = scale_x
scaler.y_factor = scale_y
golden.enabled = golden_tracks
\ No newline at end of file