Sybio / ImageWorkshop

ImageWorkshop is a PHP5.3+ library that helps you to manage images based on GD library
http://phpimageworkshop.com/
Other
861 stars 189 forks source link

Working with grayscale png images #147

Open virgo79 opened 11 months ago

virgo79 commented 11 months ago

How to make it work with grayscale png images?

I'm having trouble trying to merge a text layer with a grayscale png image. Everything works fine if the image is RGB and the result is the same RGB image with a merged text on top.

But if the image is grayscale, the resulting file after the save() function is an empty file.

Thanks in advance, any suggestions are greatly appreciated.