OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: Basher on November 11, 2011, 11:27:49 PM

Title: GIF Picture
Post by: Basher on November 11, 2011, 11:27:49 PM
Hi All '

How Can I use GIF Pictures ?

Thanx
Title: Re: GIF Picture
Post by: roy_043 on November 12, 2011, 02:48:28 AM
The GIF image format is not supported. You can use an image editing program to change the GIF to a different image format.

Quote from: OpenDCL Help PictureBox_LoadPictureFileThe file can be a bitmap (.bmp), JPEG (.jpg), PNG (.png), Windows metafile (.wmf), or icon (.ico) file.
When you are adding images to the picture folder you can also choose .dib files, so my guess is that PictureBox_LoadPictureFile will also support that format.

Quote from: owenwengerd on June 03, 2010, 08:37:56 AM
You should be able to use the HTML control to display a gif, but there is no .gif support in native OpenDCL code (because .gif support requires a license from CompuServe).