Method: VIPS::TIFFWriter#resolution_str
- Defined in:
- lib/vips/writer.rb
#resolution_str ⇒ Object
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 |