magento-hackathon / Perfect_Watermarks

A replacement for Magento's GD2 image adapter with imagemagick
Open Software License 3.0
53 stars 28 forks source link

Selected library is not installed #20

Closed sabaqahmad closed 8 years ago

sabaqahmad commented 9 years ago

when i upload plugin files and activate plugin then i face issue. Selected library is not installed

please help me how can i resolve this issue

yanavit commented 8 years ago

Same issue. Magento 1.9.2.2

peterjaap commented 8 years ago

See this; https://github.com/magento-hackathon/Perfect_Watermarks/blob/e17f63314c246c9f428c4146a68f6a44ad3dc513/src/app/code/community/FireGento/PerfectWatermarks/Model/System/Config/Adapter.php#L13

It means the image adapter is not installed, probably GD2 or Imagick.

Google on 'php install gd2' or 'php install imagick' to figure out how to install/enable it.