But, it isn't hard to make the jpeg or gif into a bmp and show it.

$B = new GUI::Bitmap('foo.bmp') or print_and_die("new Bitmap");

$BITMAP = $Window->AddLabel(
    -left => 50, 
    -top => 0,
    -width => 250, 
    -height => 100,
    -style => 14 | WS_VISIBLE,
    -name => "Bitmap",
);


Cheers,
Kevin

> -----Original Message-----
> From: Aldo Calpini [mailto:[EMAIL PROTECTED]]
> Sent: Monday, October 05, 1998 4:33 AM
> To: Vince; [EMAIL PROTECTED]
> Subject: Re: [perl-win32-gui] Images
> 
> 
> Vince wrote:
> >Is there a way to display gif or jpg images with win32::gui?
> 
> I would say: not yet :-)
> for gif images, it should be possible to use the GD module, 
> but performance
> would
> not be breathtaking, I guess. and it doesn't help with jpgs...
> another chance would be to dig into the system DLLs, to see 
> if there's a
> library
> which nicely exports these functionalities.
> if someone already knows of one, let me know :-)
> 
> Bye,
> Aldo Calpini
> <[EMAIL PROTECTED]>
> 
>  LIBERA ME DOMINE DE MORTE AETERNA
>  IN DIE ILLA TREMENDA
>  QUANDO COELI MOVENDI SUNT
>  ET TERRA
> 
> 
> 
> 



Reply via email to