6 lines
78 B
Ruby
6 lines
78 B
Ruby
|
require 'filter'
|
||
|
|
||
|
class InputFilter < Filter
|
||
|
OutputFilename = "tmp.png"
|
||
|
end
|