minicomic-backend/classes/InputFilter.rb

6 lines
78 B
Ruby

require 'filter'
class InputFilter < Filter
OutputFilename = "tmp.png"
end