colinmollenhour/perfect_watermarks

Replacement for OpenMage's GD2 image adapter with imagemagick

dev-master 2022-09-13 16:17 UTC

This package is auto-updated.

Last update: 2024-04-13 19:51:22 UTC


README

A replacement for Magento's GD2 image adapter with imagemagick.

Requirements

You will need Imagemagick installed and the corresponding php extension loaded.

Contribution

Perfect_Watermarks will be developed in respect to git flow branching model.

  • Please use develop for pull request.
  • master will allways be the current "stable" version

Disclaimer

Please note that in some case the use of imagemagick will produce very high load. There is kind of a bug in OpenMP Library. Please check that imagemagick isn't compiled with OpenMP extension.

Please look here:

Magento will extensivly check for enough memory to work with the image. The extension will always assume that you will give enough memory to process all your pictures. XHProf proofed that without the memory checking, the image proccesing runs much faster.