How can I use ImageMagick (with the php extension) to set the transparent background to white when converting an image from PNG to JPEG?
feedback
|
|
At time of writing, you have not specified which extension you are using, but if you were using the commandline, the command would be:
More information can be found on the Masking Usage documentation. Using IMagick for instance, I think you could do this as follows: (totally untested, never used IMagick and don't have it installed to test)
| |||||||||||||
feedback
|