[E|B,15.09.2003, 21:12]Mich wundert es nur immer, woher du das alles weiß!
Och, das lese ich einfach nach:
GD,perldoc$image = GD::Image->newFromJpeg($file, [$truecolor])
$image = GD::Image->newFromJpegData($data, [$truecolor])
[...]
Bear in mind that JPEG is a 24-bit format, while GD is 8-bit. This means that photographic images will become posterized.