class ImageProcessing::MiniMagick::Processor

def limits(options)

Specifies resource limits from the provided hash.
def limits(options)
  options.each { |type, value| magick.args.unshift("-limit", type.to_s, value.to_s) }
  magick
end