OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: khann on May 14, 2009, 08:08:29 PM

Title: load png format?
Post by: khann on May 14, 2009, 08:08:29 PM
Can ODCL load the png format Image?
Title: Re: load png format?
Post by: Fred Tomke on May 14, 2009, 10:19:47 PM
No, it does not work. Try to find a program which allows it to convert png to ico (if you use transparent areas in the picture) or to one of the supported formats bmp, jpg, or wmf. I don't prefer jpg because of the quality (other's opinions may differ from mine). An other way to use transpareny is to use BMP and fill the color 192,192,192 into the areas which to be transparent.

Fred
Title: Re: load png format?
Post by: khann on May 17, 2009, 07:40:44 PM
Thanks, Fred.
I'll try.
Title: Re: load png format?
Post by: dkh007 on May 25, 2009, 01:23:49 PM
IcoFX is an excellent icon editor. It will work with PNG files and translate them to ICO. http://icofx.ro/ (http://icofx.ro/)
Title: Re: load png format?
Post by: khann on May 26, 2009, 12:47:07 AM
 ;) I'm already using IcoFx since last year!
Thanks.