Hi

PerlTK's Photo does not accept bmp format.

    $mw->Photo('image1', -file => "screen.bmp" , -format=>"bmp");
    $frames{'XX'}->configure( -image => 'image1' );

screen.bmp is a screen capture created using PrintScreen and Clipboard.

error:

Tk::Error: Compressed BMP files not (yet) supported at
C:/Perl/lib/Tk/Image.pm line 21.
 Tk callback for image
 Tk::Image::new at C:/Perl/lib/Tk/Image.pm line 21
 Tk::Image::__ANON__ at C:/Perl/lib/Tk/Image.pm line 63

so.. the only solution would be using GIF?

Magick isnt working for me..


Does anyone have a solution to forcing Photo to accept BMP file?
or a way of converting BMP files into GIF without using third party dll/exe
files
or using Magick?

Dan
_______________________________________________
Perl-Win32-Users mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to