Skip to content

Proposal: Rasterize with Gmagick/Imagick if available #98

@meyfa

Description

@meyfa

The current rasterizer implementation is severely lacking due to limitations with PHP's GD module. The only advantage of GD over Gmagick, and the reason this library exists, is that GD is much more widely available.

I propose to add a simple adapter for Gmagick/Imagick nonetheless. A check would need to be done, determining whether Gmagick/Imagick is available. If it is, use it. Otherwise, use the GD rasterizer.

Work on GD would still need to continue, but this way, if you are lucky enough to have one of the aforementioned packages installed on your system, you could profit immediately.

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions