Hello Guest it is March 28, 2024, 11:36:19 AM

Author Topic: Display PNG image with scripting  (Read 2680 times)

0 Members and 1 Guest are viewing this topic.

Display PNG image with scripting
« on: August 27, 2013, 12:59:28 AM »
Hi everyone,

It has been a while since i wrote anything in VB and even longer since i wrote anything for MACH 3 as far as scripts go.

Can someone please help out and tell me how i can display full screen a PNG image with the help from the VB script on MACH 3? Also is it possible to stretch the image on multiple screens with the script?

Any help would really be appreciated.

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: Display PNG image with scripting
« Reply #1 on: August 27, 2013, 01:20:55 AM »
You can work with Bitmaps BUT not with PNG, that i am aware of.

(;-) TP
Re: Display PNG image with scripting
« Reply #2 on: August 27, 2013, 01:26:25 AM »
Tnx for the tip. Is it possible to use any other format? BMP's are really large when it comes to what i need to do and other formats would solve the problem. PNG's are simply in good enough quality and small in size where i need lots and lots of them to be displayed.

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: Display PNG image with scripting
« Reply #3 on: August 27, 2013, 01:30:49 AM »
Not that I am aware of. The ONLY graphics handler in CB is bitmap.

(;-) TP