> It can work, but always return the image's width and heigth. > How can I discard it?
execute that command (with system or exec or whatever) -> it only prints an error or the widthxheight....it doesn't output the actual image use an html img tag to load the image or open the image in php (fopen), read it and print it (obviously you have to call the php script within an img tag from a html page....) hope that helps -- regards, Georges Toth -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/rrd-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
