Method: VIPS::JPEGWriter#write

Defined in:
lib/vips/writer.rb

#write(path) ⇒ Object

[View source]

34
35
36
# File 'lib/vips/writer.rb', line 34

def write(path)
  write_internal "#{path}:#{@quality}"
end