Skip to content
⌘ NSIS Forum Archive

SetImage to PNG, GIF or JPEG

4 posts

zivha#

SetImage to PNG, GIF or JPEG

Hi,

My installer uses modern UI with many custom pags. One of the pages downloads an image from a server and needs to display it on the page dialog.

I can manage to do it using ${NSD_SetImage} but it seems from the documentation that it only supports setting a BMP file. Is there anyway to insert a PNG, JPEG and GIF files? problem is I can receive any of those formats and if I have to just use BMP it means the server needs to convert images etc etc...

Thanks!