ConvertImageMiscParamsToReadableFormat
Magento\Catalog\Model\Product\Image\ConvertImageMiscParamsToReadableFormat
What it does
This class converts product image configuration parameters into human-readable string format for use in cache keys or file naming.
Developers use it when generating unique identifiers for cached product images based on their dimensions, quality, rotation, aspect ratio settings, and other display properties.
It transforms boolean flags and numeric values into consistent, readable strings like 'proportional', 'noframe', or 'h:100'.
Public Methods
- convertImageMiscParamsToReadableFormat()