stefangabos / Zebra_Image

A single-file lightweight PHP library designed for efficient image manipulation featuring methods for modifying images and applying filters
https://stefangabos.github.io/Zebra_Image/Zebra_Image/Zebra_Image.html
Other
138 stars 51 forks source link

Where are the definitions for IMG_FILTER_* #7

Closed reyco1 closed 8 years ago

reyco1 commented 8 years ago

I can't apply any filters because the filters are not defined anywhere. It aways throws an error because the filters are not defined anywhere in the file. Can't find IMG_FILTER_GAUSIAN_BLUR... Was the filter functionality removed?

geekwright commented 8 years ago

Those are defined by the GD extension: http://php.net/manual/en/function.imagefilter.php

stefangabos commented 8 years ago

Thanks