Current behavior:
- Requires specifying InputImageType, even though the method just calls Imagick::readImageFile() which supports multiple image types without explicit type hints.
Requested change:
- Make the InputImageType optional or infer it automatically to simplify the API.
Or: Maybe just replace with InputImageType::IMAGE instead of ::PNG, which seems misleading.