PHP 8.5.0 Alpha 1 available for testing

Voting

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

The Note You're Voting On

Eric
21 years ago
This will allow you to manipulate the thumbnail image ($imgJpeg) using the various gd commands:

<?php
if (($imgJpeg = exif_thumbnail($strImagePath)) === false)
print
"No Thumbnail!";
else
$imgJpeg = imageCreateFromString($imgJpeg);
?>

<< Back to user notes page

To Top