in reply to Re^3: Tk show image from web (inspired app)
in thread Tk show image from web
I like to use this program to surf images in my huge downloads folder, but it has 2 problems:
The first issue is that memory use grows with each image since it doesn't call the delete method on the $image (as Tk::Image says) but I can't figure out where to call this method without causing a segmentation fault.
The second issue is that Tk::JPEG fails with "Unsupported JPEG color space" on CMYK images. Do I have to use Image::Info to detect CMYK and Imager to convert to RGB or is there a simpler way?
Thank you
|
---|