Method: VIPS::TIFFWriter#resolution_str

Defined in:
lib/vips/writer.rb

#resolution_strObject



156
157
158
159
160
# File 'lib/vips/writer.rb', line 156

def resolution_str
  s = "res_#{@resolution_units}"
  s << ":#{@resolution.join 'x'}" if @resolution
  s
end