Problem with reading .gif

Discussions on GFL SDK, the graphic library for reading and writing graphic files

Moderators: XnTriq, helmut, xnview

Post Reply
Reine

Problem with reading .gif

Post 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
User avatar
xnview
Author of XnView
Posts: 43603
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: Problem with reading .gif

Post 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.
Post Reply