Method: Cloudinary::Utils.supported_image_format?
- Defined in:
- lib/cloudinary/utils.rb
.supported_image_format?(format) ⇒ Boolean
986 987 988 |
# File 'lib/cloudinary/utils.rb', line 986 def self.supported_image_format?(format) supported_format? format, IMAGE_FORMATS end |