class Greitspitz::Instructions
- Greitspitz::Instructions
- Reference
- Object
Overview
Parses operations, format, and quality instructions from a string.
Defined in:
greitspitz/instructions.crConstant Summary
-
CONTENT_TYPES =
{"avif" => "image/avif", "jpeg" => "image/jpeg", "png" => "image/png"}
Constructors
Class Method Summary
Instance Method Summary
- #content_type
- #format : String | Nil
- #format=(format : String | Nil)
- #quality : Int32 | Nil
- #transformations : Hash(String, String)