Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

phunction_Disk::Image() #3

@alixaxel

Description

@alixaxel

As any other wrapper that relies on GD for image manipulation, the phunction_Disk::Image() method discards all image color profiles instead of converting them to the (web safe) sRGB color profile. This may result in a faded image output.

Relying on the ImageMagick extension (if available) may be an option however, besides being considerably slower than GD, it also produces PNG images orders of magnitude larger. Another drawback is that it can only open local images.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions