PHPverse 2025

Voting

: min(two, zero)?
(Example: nine)

The Note You're Voting On

www.deebster.com
21 years ago
Your target image resource not must be paletted if you want to use blending.

This means using ImageCreateTrueColor() rather than ImageCreate().

(If your source is e.g. a jpeg and you've used ImageCreateFromJPEG(), the above is irrelevant.)

<< Back to user notes page

To Top