tag 441982 unreproducible severity 441982 minor thanks perl -MImage::Imlib2 -e 'my $img = Image::Imlib2->load(q(foo.tiff)) or die qq(unable to load); my $img2 = $img->create_scaled_image(100,0) or die q(unable to scale); $img2->image_set_format(q(tiff)); $img2->save(q(bar.tiff));'
works perfectly well here. If you can reduce your script to a smaller testcase, I'd be willing to look at it, but I don't have time to debug your script. Don Armstrong -- It seems intuitively obvious to me, which means that it might be wrong -- Chris Torek http://www.donarmstrong.com http://rzlab.ucr.edu -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]