ASP - .gif unknown format error

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

Moderators: helmut, XnTriq, xnview

DonB

ASP - .gif unknown format error

Post by DonB »

I am running the latest version with ASP on IIS6.0. For some reason, when I try to read a .gif file, I get the following error:

GflAx.GflAx.1 error '80004005'

Unknown format


All other file formats work, only .gif throws an error.

_____________________________________

When I try to write to a .gif file, I get this error:

GflAx.GflAx.1 error '80004005'

Can't save this bitmap in this format !

All other file formats work, again only .gif throws this error!

I find this very strange, does anyone have an idea as to why this is happening?
User avatar
xnview
Author of XnView
Posts: 45870
Joined: Mon Oct 13, 2003 7:31 am
Location: France

Re: ASP - .gif unknown format error

Post by xnview »

DonB wrote:I am running the latest version with ASP on IIS6.0. For some reason, when I try to read a .gif file, I get the following error:

GflAx.GflAx.1 error '80004005'

Unknown format


All other file formats work, only .gif throws an error.

_____________________________________

When I try to write to a .gif file, I get this error:

GflAx.GflAx.1 error '80004005'

Can't save this bitmap in this format !

All other file formats work, again only .gif throws this error!

I find this very strange, does anyone have an idea as to why this is happening?
Add .EnableLZW = TRUE
Pierre.
DonB

Post by DonB »

Works like a charm, as I knew it would!

You guys are awesome, thanks so much for this tool!