Method: VIPS::TIFFWriter#write

Defined in:
lib/vips/writer.rb

#write(path) ⇒ Object



137
138
139
140
# File 'lib/vips/writer.rb', line 137

def write(path)
  opts = [compression_str, layout_str, @multi_res, @format, resolution_str].join ','
  write_internal "#{path}:#{opts}"
end