Closed abhimanyu003 closed 11 years ago
Hi, i've added a fillBacckground()
method, so now you can do:
<img src="<?php echo Image::open('tux.png')->fillBackground('white')->jpeg(); ?>" >
(Tell me if it's ok for you)
Thanks a lot works great.
If I use this
png image is filled with black background.
Example
From this
To this
But if i use this code
Every thing works fine the image is filled with white background not black.
What i have to do to fill image with white background not black while converting it form png to jpg