As announced in the other thread, here is the version without omp. Using regular win32 threads:
http://tn123.ath.cx/gfl/png/gflpng-noomp.zip
Search found 76 matches
- Tue Feb 19, 2008 9:00 pm
- Forum: GFL SDK
- Topic: BUG: png support (partially) not threadsafe.
- Replies: 12
- Views: 6385
- Thu Jan 24, 2008 5:10 pm
- Forum: Classic - General Support
- Topic: Research on XnView community - Please join!
- Replies: 50
- Views: 15961
- Fri Nov 16, 2007 1:09 am
- Forum: GFL SDK
- Topic: Who uses GFLSDK?
- Replies: 19
- Views: 52957
Other than CelebNamer I got some other (public) applications that use GflSDK one way or another:
- SimilarImages Finds and displays "near-same"/similar images.
- FastPreview - my own little ShellExt/Viewer. Nothing special indeed
- Fri Jun 01, 2007 8:43 pm
- Forum: GFL SDK
- Topic: BUG: png support (partially) not threadsafe.
- Replies: 12
- Views: 6385
Totally forgot about this thread...Ithier wrote: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.
- Mon May 28, 2007 4:25 am
- Forum: GFL SDK
- Topic: gflSaveBitmap parametr bug
- Replies: 1
- Views: 1896
- Fri Mar 30, 2007 11:49 pm
- Forum: GFL SDK
- Topic: BUG: png support (partially) not threadsafe.
- Replies: 12
- Views: 6385
- Fri Mar 02, 2007 2:13 pm
- Forum: GFL SDK
- Topic: BUG: png support (partially) not threadsafe.
- Replies: 12
- Views: 6385
Re: BUG: png support (partially) not threadsafe.
I experienced "cruel" results when I tried to process pngs in a multi-threaded application.
Seems it happens just with some png files while other reliably load.
So the problem is only reading? With which version?
I didn't test writing.
Should be obvious as I linked against libgfl267.dll ...
Seems it happens just with some png files while other reliably load.
So the problem is only reading? With which version?
I didn't test writing.
Should be obvious as I linked against libgfl267.dll ...
- Sun Feb 25, 2007 5:06 am
- Forum: GFL SDK
- Topic: Problem displaying the graphics
- Replies: 4
- Views: 3481
- Sun Feb 25, 2007 4:52 am
- Forum: GFL SDK
- Topic: BUG: png support (partially) not threadsafe.
- Replies: 12
- Views: 6385
BUG: png support (partially) not threadsafe.
I experienced "cruel" results when I tried to process pngs in a multi-threaded application.
Seems it happens just with some png files while other reliably load.
Wrote a small test application to outline the issue.
http://tn123.ath.cx/gfl/png/
(code makes use of OpenMP and therefore require visual ...
Seems it happens just with some png files while other reliably load.
Wrote a small test application to outline the issue.
http://tn123.ath.cx/gfl/png/
(code makes use of OpenMP and therefore require visual ...
- Sat Feb 24, 2007 11:59 pm
- Forum: GFL SDK
- Topic: Why is GFL SDK contacting mail.boxtorrents.com?
- Replies: 7
- Views: 4137
- Wed Feb 14, 2007 5:15 pm
- Forum: GFL SDK
- Topic: Some bugs in libgfl.pas (for Delphi)
- Replies: 2
- Views: 2512
- Thu Feb 01, 2007 7:25 pm
- Forum: GFL SDK
- Topic: ASP & Database
- Replies: 4
- Views: 10821
Well, I hope by now you've figured out why no one has yet responded. Putting images in a database is a might poor way of doing things, and if you haven't paid attention to the advice I know you've read already, why would we think you'll listen to what we have to say.
Generating images on-the-fly ...
Generating images on-the-fly ...
- Thu Feb 01, 2007 6:57 pm
- Forum: GFL SDK
- Topic: How to load a GIF image file
- Replies: 2
- Views: 2627
- Thu Feb 01, 2007 6:56 pm
- Forum: GFL SDK
- Topic: Not able to view image in browser using GFLAx
- Replies: 1
- Views: 1932
Re: Not able to view image in browser using GFLAx
We tried using the ASP examples and were not able to successful view
the image.
Internet Explorer could not recognize the image and shows it as a small cross
when you rightclick and see the properties of the image, the Content Type says Not Available
Please Suggest!!!
Look at what is returned ...
the image.
Internet Explorer could not recognize the image and shows it as a small cross
when you rightclick and see the properties of the image, the Content Type says Not Available
Please Suggest!!!
Look at what is returned ...
- Thu Feb 01, 2007 6:47 pm
- Forum: GFL SDK
- Topic: GFLSDK v2.54 memory overwrite bug???
- Replies: 5
- Views: 3864
TGFL_SAVE_PARAMS misses the UserParams:
Code: Select all
...
UserParams: Pointer;
end;