Re: [perl-win32-gui-users] display images--sample code?

2002-01-08 Thread Laurent ROCHER
Hi, I have made a package for read/write/display different image file. You can see some sample in the source zip file. Win32::GUI::DIBitmap add new reading/writing bitmap formats to Win32::GUI and some images manipulations (Conversion, Screen capture, ...). This package uses FreeImage 2.4

RE: [perl-win32-gui-users] Bitmaps in Win32::GUI [perl-win32-gui- users]

2002-01-08 Thread Piske, Harald
> Failure-- Seems like ImageMagick "accidentally" inverts the color when > converting from .tif to .bmp ... and that ImageMagick's > Negate operation > doesn't have any effect on .bmp files !!! > > Failure-- there seems to be no way to control the colors: white turns > out grey. Lots of -foregro

RE: [perl-win32-gui-users] display images--sample code?

2002-01-08 Thread Piske, Harald
> On the other hand, I fear that none of that will allow me to > add scroll > bars to the bitmap, so that I can display a portion of a bigger than > screen image. You could add scroll bars and then reposition the image. The scroll bars don't have to be tied to the label within Win32::GUI, you jus