Exception: DynamicImage::Errors::InvalidSizeOptions

Inherits:
Error
  • Object
show all
Defined in:
lib/dynamic_image/errors.rb

Overview

Raised when cropping is requested without both dimensions, as in size: "400x", crop: true. There is no way to crop to an exact size when one of them is unknown.

See Also: