Search found 41 matches

by Ithier
Mon Nov 30, 2009 11:14 am
Forum: GFL SDK
Topic: Crash when calling gflFreeFileInformation
Replies: 7
Views: 2043

Re: Crash when calling gflFreeFileInformation

You must check the returns value of gflGetFileInformationFromMemory

I know ! This is what I am doing it now.
But with an older GflSdk version (2.90) this was working fine.
I have encapsulated the GFL_FILE_INFORMATION in a class to not forget to free the structure, but now I cannot use it ...
by Ithier
Mon Nov 30, 2009 10:48 am
Forum: GFL SDK
Topic: Crash when calling gflFreeFileInformation
Replies: 7
Views: 2043

Crash when calling gflFreeFileInformation

Hi,

If gflGetFileInformationFromMemory returns an error (for example if I call it with a PNG image and I set the index parameter to jpeg) then when I call gflFreeFileInformation, the application crash.

Here is a code example that crash if you call it with a PNG image. Works fine with a jpeg image ...
by Ithier
Tue Nov 25, 2008 4:29 pm
Forum: GFL SDK
Topic: TIFF and IPTC
Replies: 1
Views: 1344

TIFF and IPTC

Hi,

I use the gflSaveIPTC function to add IPTC to an image. As it is written in the manual it works only with JPEG files.
Do you plan to make this function work with TIFF files and if yes (I hope!) when.

Thanks in advance.

Ithier
by Ithier
Fri Jun 01, 2007 3:58 pm
Forum: GFL SDK
Topic: BUG: png support (partially) not threadsafe.
Replies: 12
Views: 6387

Hi,

Is it the same problem that I had some time ago: http://newsgroup.xnview.com/viewtopic.php?t=3017. I haven't tested again, but I don't think it has been solved.
by Ithier
Thu Oct 05, 2006 3:53 pm
Forum: GFL SDK
Topic: Compose Image with alpha
Replies: 4
Views: 2970

Sorry Pierre,

I didn't remember that you already implemented it. It works perfectly.
Thanks.

Ithier
by Ithier
Thu Oct 05, 2006 3:05 pm
Forum: GFL SDK
Topic: Compose Image with alpha
Replies: 4
Views: 2970

Hi Pierre,

This problem becomes rather annoying to me. When do you plan to release a new Gfl Sdk version and will it include this option: Compose with Alpha (as it exists in the Read/Png parameters of XnView).

Thanks in advance.

Ithier
by Ithier
Fri Mar 10, 2006 5:45 pm
Forum: GFL SDK
Topic: Compose Image with alpha
Replies: 4
Views: 2970

Hi Pierre,

Will you include this option in the next version of the SDK. It would be great.

Have a good week-end.

Ithier
by Ithier
Fri Mar 10, 2006 5:41 pm
Forum: GFL SDK
Topic: IPTC Reading/Parsing Problem/Bug in SDK and XNView
Replies: 8
Views: 4525

Thank you Pierre :D

I have tested the new beta version (2.52) and the Photshop problem with IPTC is gone.
IrfanView continue to exibit the same problem but, as it works fine with 3 others software, I think it is more an irfanview problem than a xnview problem.

Ithier
by Ithier
Wed Mar 08, 2006 11:19 am
Forum: GFL SDK
Topic: IPTC Reading/Parsing Problem/Bug in SDK and XNView
Replies: 8
Views: 4525

Hi Pierre,

I know you are very busy with new version of XNView, but when can we expect a new version of SDK with this problem corrected.

Best regards

Ithier
by Ithier
Mon Feb 20, 2006 2:37 pm
Forum: GFL SDK
Topic: EPS TO JPG getting wong image size and poor quality.
Replies: 6
Views: 3647

Do you have AFPL Ghostscript installed ? It is necessary to open the EPS file and not the thumbnail included.
You can find it at http://www.cs.wisc.edu/~ghost/doc/AFPL/
by Ithier
Thu Oct 13, 2005 3:57 pm
Forum: GFL SDK
Topic: IPTC Reading/Parsing Problem/Bug in SDK and XNView
Replies: 8
Views: 4525

Hi,

I think that have a problem in connection with MaierMan problem. When I add IPTC data to an image, I cannot see the data in all the applications that I use. I have added data in the folowing fields: Caption, Source, Country, City, ByLine, Date Created, Keywords, supplemental categories.

Here ...
by Ithier
Wed Sep 14, 2005 8:08 am
Forum: GFL SDK
Topic: Manual for GfLax Component
Replies: 2
Views: 2473

Hi,

The documentation is in Help\GflAx-Help.chm. And you should look at functions like GetBlob, SetBlob or ReceiveBinary, Send Binary.
by Ithier
Wed Sep 14, 2005 8:01 am
Forum: GFL SDK
Topic: gflLoadBitmap and .NET
Replies: 2
Views: 1741

Hi,

I don't know anything about .NET, but from a C++ point of view the line TheBitmap = new GFL_BITMAP(); is useless as all the GFL_BITMAP are managed by GflSdk. Allocation is done by functions like gflLoadBitmap or gflAllockBitmap and you have to use gflFreeBitmap when you do not need your GFL ...
by Ithier
Thu Sep 08, 2005 7:43 am
Forum: GFL SDK
Topic: Displaying a thumbnail does not work (ASP)
Replies: 2
Views: 2056

I don't know your about server.mappath problem, but as you are reading a gif file you must enable LZW compression before reading the file (because there is a patent from UNISYS on LZW, so it is not activated by default):

Image.EnableLZW = TRUE
by Ithier
Tue Sep 06, 2005 12:29 pm
Forum: GFL SDK
Topic: Compose Image with alpha
Replies: 4
Views: 2970

Compose Image with alpha

Hi,

I have a 32 bits png image. When I load it and save it in PNG all is fine, the transparency is kept. When I load it and save it in JPEG, the image is mainly black (transparency become black).
When I load this PNG image in XNview it is also black except when I use the
"Compose Image with alpha ...