Archive: BGIMAGE with JPG


BGIMAGE with JPG
Hi,


is it possible, to use BGImage with JPG formats?

BMP are to big



thx


you can use this...
http://nsis.sourceforge.net/NewAdvSplash_plug-in

a modified version to show a splashscreeen

and no!
It's not possible to use bgimage with jpeg


jo thx,


but now i use the BGIMAGE and the AnimGIF:

BgImage::SetBg /NOUNLOAD /GRADIENT 0xFF 0xFF 0xFF 0xFC 0xE8 0xB3 ;for the Background


and

AnimGif::play /NOUNLOAD /HALIGN=Center /VALIGN=BOTTOM /HWND=$0 $PLUGINSDIR\ladebalken.gif ;for the picture ore animation (Animation with Pictures for example(Slidesow) during installation

/HWND=$0 is the windows where the GIF is displayed.
$0: FindWindow $0 'NSISBGImage'