Search found 76 matches

by MaierMan
Tue Feb 19, 2008 9:00 pm
Forum: GFL SDK
Topic: BUG: png support (partially) not threadsafe.
Replies: 12
Views: 5840

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
by MaierMan
Thu Jan 24, 2008 5:10 pm
Forum: Classic - General Support
Topic: Research on XnView community - Please join!
Replies: 50
Views: 13802

Almost all large open source projects have vital online communities (mozilla and ubuntu for example are consumer products). See: nntp://news.mozilla.org/ (en mostly, real usenet, accessible via groups.google.com or newsreader) http://support.mozilla.com/forum/ (en) http://forums.mozillazine.org/ (~3...
by MaierMan
Fri Nov 16, 2007 1:09 am
Forum: GFL SDK
Topic: Who uses GFLSDK?
Replies: 19
Views: 46594

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 ;)
by MaierMan
Fri Jun 01, 2007 8:43 pm
Forum: GFL SDK
Topic: BUG: png support (partially) not threadsafe.
Replies: 12
Views: 5840

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.
Totally forgot about this thread...
by MaierMan
Mon May 28, 2007 4:25 am
Forum: GFL SDK
Topic: gflSaveBitmap parametr bug
Replies: 1
Views: 1769

Not "must" but "should".
I second this request
by MaierMan
Fri Mar 30, 2007 11:49 pm
Forum: GFL SDK
Topic: BUG: png support (partially) not threadsafe.
Replies: 12
Views: 5840

Any news?
Anything I can do to help?
Really gives me headaches.
I feel unconfortable shipping my (minor and unimportant) apps with this bug.
Furthermore I recently work a lot with pngs...
by MaierMan
Fri Mar 02, 2007 2:13 pm
Forum: GFL SDK
Topic: BUG: png support (partially) not threadsafe.
Replies: 12
Views: 5840

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. ;) Side no...
by MaierMan
Sun Feb 25, 2007 5:06 am
Forum: GFL SDK
Topic: Problem displaying the graphics
Replies: 4
Views: 3272

Where Exactly do you create the DDB?

(btw: try...finally is pretty useless when using BltBlt as Windows does not throw exceptions at you)

Using similar code myself, with BCB (which shares the VCL ;)), and it works fine...
by MaierMan
Sun Feb 25, 2007 4:52 am
Forum: GFL SDK
Topic: BUG: png support (partially) not threadsafe.
Replies: 12
Views: 5840

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 st...
by MaierMan
Sat Feb 24, 2007 11:59 pm
Forum: GFL SDK
Topic: Why is GFL SDK contacting mail.boxtorrents.com?
Replies: 7
Views: 3767

Might be some DLL that is "injected" into your project from the outside.
(Either something valid or some kind of malware).

SysInternals ProcessExplorer is a great tool to see all loaded modules (and even some minor debugging information).

I'm pretty sure: not the fault of libgfl.dll
by MaierMan
Wed Feb 14, 2007 5:15 pm
Forum: GFL SDK
Topic: Some bugs in libgfl.pas (for Delphi)
Replies: 2
Views: 2363

And again, missing parameters... Patch (I just checked stuff from previous bugreport and this one). --- libgfl.pas.orig 2007-02-06 13:42:38.000000000 +0100 +++ libgfl.pas 2007-02-14 17:41:54.000000000 +0100 @@ -134,6 +134,7 @@ Red: array[0..255] of GFL_UINT8; Green: array[0..255] of GFL_UINT8; Blue:...
by MaierMan
Thu Feb 01, 2007 7:25 pm
Forum: GFL SDK
Topic: ASP & Database
Replies: 4
Views: 9444

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 ov...
by MaierMan
Thu Feb 01, 2007 6:57 pm
Forum: GFL SDK
Topic: How to load a GIF image file
Replies: 2
Views: 2387

wasn't there something called gflEnableLZW (patent-issue-resolver :p)?
by MaierMan
Thu Feb 01, 2007 6:56 pm
Forum: GFL SDK
Topic: Not able to view image in browser using GFLAx
Replies: 1
Views: 1826

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 to yo...
by MaierMan
Thu Feb 01, 2007 6:47 pm
Forum: GFL SDK
Topic: GFLSDK v2.54 memory overwrite bug???
Replies: 5
Views: 3544

TGFL_SAVE_PARAMS misses the UserParams:

Code: Select all

    ...
    UserParams: Pointer;
  end;