## Describe the feature you'd like Add `format()` to `EncodedImageInterface::class` like in `Orgin::class` for an easier way to retrieve format of encoded image. ```php public function format(): Format; ```
Describe the feature you'd like
Add
format()toEncodedImageInterface::classlike inOrgin::classfor an easier way to retrieve format of encoded image.