class WaxIiif::FullImage
Class FullImage
is a standard image variant that does not resize the image at all.
Protected Instance Methods
filestring()
click to toggle source
# File lib/wax_iiif/full_image.rb, line 9 def filestring '/full/full/0' end
resize(width)
click to toggle source
# File lib/wax_iiif/full_image.rb, line 13 def resize(width); end