Posted by Udo Pecher on 12/02/07 21:36
Hallo Jerry
> You can send html or one image from a file - nothing more. HTTP protocol
> doesn't allow it.
>
> You need to call the image generator page with an img statement, i.e.
>
> <img src="www.example.com\mythumbnail.php?photoid=15">
>
E.g. I applied
$exif_picture = exif_thumbnail(www.bahncompany.de/path/datei.jpg, $width,
$height, $typ);
echo "<img src=" . $exif_picture . " border=0 WIDTH=150 >";
More precisely questioned: is the $exif_picture only a boolean variable? How
the small EXIF-image is extracted from a jpg-file?
Udo Pecher
[Back to original message]
|