class IiifS3::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/iiif_s3/full_image.rb, line 13 def filestring "/full/full/0" end
resize(width, height)
click to toggle source
# File lib/iiif_s3/full_image.rb, line 17 def resize(width, height); end