Method: VIPS::TIFFWriter#layout_str

Defined in:
lib/vips/writer.rb

#layout_strObject



150
151
152
153
154
# File 'lib/vips/writer.rb', line 150

def layout_str
  s = @layout
  s << ":#{@tile_size.join 'x'}" if @layout == :tile
  s
end