Click to See Complete Forum and Search --> : Diplaying a Image with ImageJpeg...


Neutrall
04-29-2005, 10:51 AM
Hi, I've been trying for a while now to have a Image reconition system on my site. Everything is working fine but for one big detail.

When I call the Image from my Class EX :

ImageJpeg($imageText->getImage());

at the beginning of my code, then only the image will show and the reset of the page stop loading.

If I place it in the middle of my code EX :

<?php echo $display;
ImageJpeg($imageText->getImage());
?>

Then the image is shown as text, not like a Image.... How can I decide where to show my image? and How?