ImageOutputFormat
Inherits Enum / Comparable / Value / Object
Constants
JPEG = 0
largest in size, yet quickest in terms of encoding speed
WEBP = 1
~half size of JPEG, 3rd to last in terms of encoding speed
AVIF = 2
smallest in size, yet slowest in terms of encoding speed
PNG = 3
worst quality, 2nd to last in terms of encoding speed
AUTO = 4
placeholder type
Class methods
Returns format based on a file extension from the given path,
nil otherwise.
Returns first of formats found to be supported by the request,
nil otherwise.
Returns first of formats found to be supported by the request,
nil otherwise.
Instance methods
extension
Sourceextensions
Sourcemime_type
Source