#1478·image

Add format() to EncodedImageInterface::class

Author: olivervogelCreated Apr 12, 2026Updated Apr 12, 2026
Labelsmajor-release

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;