PHP 8.5.0 Alpha 2 available for testing

Voting

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

The Note You're Voting On

MPLong
15 years ago
If you want to be able to do the opposite (output your gmagick object to a blob), then use getImageBlob() like this:

$outputstring = $im->getImageBlob();

This is apparently undocumented here, but since the entire library is ported/modeled on the imagemagick library, it makes sense that it uses the same name as imagemagick.

<< Back to user notes page

To Top