Page 1 of 1

Problem with reading .gif

Posted: Fri Mar 05, 2004 12:38 pm
by Reine
Hi!

I get this eror when trying to read a .gif picture.
GflAx.GflAx.1 error '80004005'

Unknown format

What's the problem??

Code: Select all

CONST AX_JPEG = 1
SET Ctrl = Server.CreateObject("GflAx.GflAx")
WITH Ctrl
.LoadBitmap image

Re: Problem with reading .gif

Posted: Mon Mar 08, 2004 12:49 pm
by xnview
Hi,
Reine wrote:I get this eror when trying to read a .gif picture.
GflAx.GflAx.1 error '80004005'

Unknown format
...
What's the problem??
To be able to read GIF or TIFF (LZW), you must use EnableLZW
Pierre.