Re: [perl-win32-gui-users] Win32::GUI::DIBitmap usage (Paste/Composite methods)

2004-06-21 Thread Glenn Linderman
On approximately 6/21/2004 7:53 PM, came the following characters from the keyboard of Pavel: Hi All, I am trying to create a new image from two images, first with size 100x100 pixel, and second with size 50x100 pixel. But I have no idea about usage of Paste method (or Composite). use strict; u

[perl-win32-gui-users] Win32::GUI::DIBitmap usage (Paste/Composite methods)

2004-06-21 Thread Pavel
Hi All, I am trying to create a new image from two images, first with size 100x100 pixel, and second with size 50x100 pixel. But I have no idea about usage of Paste method (or Composite). use strict; use warnings; use Win32::GUI::DIBitmap; my $bg = newFromFile Win32::GUI::DIBitmap ('bg.bmp'); # 2