Search found 50 matches

by Defenestration
Mon Jan 17, 2011 3:34 am
Forum: MP - Suggestions
Topic: XnView.db always created, even if thumbs cache db disabled
Replies: 3
Views: 1966

XnView.db always created, even if thumbs cache db disabled

Why does XnViewMP put the file XnView.db in the folder, C:\Users\<user name>\AppData\Roaming\XnViewMP, even when thumbnail caching is disabled ?

Can this be fixed in a future version, so the file is only created if thumbnail caching is disabled ?
by Defenestration
Thu Apr 01, 2010 3:33 pm
Forum: MP - Suggestions
Topic: Huge thumbnails, instant high quality redraw, + thumnail siz
Replies: 0
Views: 563

Huge thumbnails, instant high quality redraw, + thumnail siz

The MP version only supports thumbnails up to 1024x1024. Can you bring back huge thumbnails support of 2048x2048, as in the original XnView. Maybe have a checkbox next to thumbnail slider, so huge thumbnails support can be enabled/disabled easily. Can you display a tooltip when the thumbnail slider ...
by Defenestration
Thu Apr 01, 2010 3:26 pm
Forum: MP - Resolved Bugs & Requests
Topic: 0.12: Thumbnail slider bug which causes crash
Replies: 3
Views: 1423

Re: 0.12: Thumbnail slider bug which causes crash

Confirmed fixed in 0.26.1 beta.
by Defenestration
Thu Jun 04, 2009 3:03 pm
Forum: GFL SDK
Topic: Access violation with gflLoadBitmapFromHandle() and IStream
Replies: 9
Views: 2960

Re: Access violation with gflLoadBitmapFromHandle() and IStream

Sorry for the delay of my reply... No problem. I know you are busy with XnViewMP. Do you have always the problem with IStream?? I only get the crash when using an IStream but, as mentioned, the crash doesn't always occur, so it must depend on where in the load operation the abort takes place. Durin...
by Defenestration
Mon Feb 02, 2009 5:34 pm
Forum: GFL SDK
Topic: Access violation with gflLoadBitmapFromHandle() and IStream
Replies: 9
Views: 2960

Hi Pierre,

I know you're busy with XnView/XnView MP development, but would it be possible to get a fix for these issues ?
by Defenestration
Mon Feb 02, 2009 5:30 pm
Forum: GFL SDK
Topic: Can you support for Google Sketchup files(ie .skp) in GFLSDK
Replies: 0
Views: 1125

Can you support for Google Sketchup files(ie .skp) in GFLSDK

Can you add support for Google Sketchup files to GFL SDK.

See http://sketchup.google.com/ for more information.
by Defenestration
Wed Dec 17, 2008 12:26 pm
Forum: MP - Resolved Bugs & Requests
Topic: 0.12: Thumbnail slider bug which causes crash
Replies: 3
Views: 1423

0.12: Thumbnail slider bug which causes crash

1) Select View->Thumbnail size->768x576
2) Move the dynamic thumbnail size slider left and XnViewMP will crash.

BTW, love the thumbnail slider feature, but missing the support for huge thumbnails - a feature which is unique in XnView!
by Defenestration
Fri Dec 12, 2008 2:18 pm
Forum: GFL SDK
Topic: Access violation with gflLoadBitmapFromHandle() and IStream
Replies: 9
Views: 2960

The fact you haven't returned GFL_NO_ERROR means the bitmap can be in a corrupt state (so there's no need to fill out the rest with black, unless this is done when the bitmap is first created anyway at the beginning of the load). Actually, the bitmap should be freed since if the load does not retur...
by Defenestration
Tue Dec 09, 2008 7:09 am
Forum: GFL SDK
Topic: Access violation with gflLoadBitmapFromHandle() and IStream
Replies: 9
Views: 2960

After further testing, it would appear there is also a problem with the WantCancel() callback when using gflLoadBitmap(), as it still returns GFL_NO_ERROR when WantCancel() return TRUE, with a partially formed bitmap (ie. the bit that hasn't loaded is just black), which is not expected behaviour. In...
by Defenestration
Tue Dec 09, 2008 7:01 am
Forum: GFL SDK
Topic: Access violation with gflLoadBitmapFromHandle() and IStream
Replies: 9
Views: 2960

There was a problem with imageshack.us, but it appears to be fixed now.
by Defenestration
Tue Dec 09, 2008 12:12 am
Forum: GFL SDK
Topic: Access violation with gflLoadBitmapFromHandle() and IStream
Replies: 9
Views: 2960

Access violation with gflLoadBitmapFromHandle() and IStream

I'm using gflLoadBitmapFromHandle() to load an image from an IStream. A pointer to an IStream object is passed in, along with the GFL callback functions for Read, Seek and Tell being setup in LOAD_PARAMS. In these GFL callback functions, I use the IStream object pointer to access the Read() and Seek...
by Defenestration
Sun Dec 07, 2008 4:38 am
Forum: GFL SDK
Topic: TransparentIndex should still be set with forced colour mode
Replies: 1
Views: 1097

My mistake - it would appear the TransparentIndex is still filled out, but the ColorMap field is not. However, without ColorMap, the TransparentIndex field is kinda useless on its own.
by Defenestration
Sun Dec 07, 2008 3:44 am
Forum: GFL SDK
Topic: TransparentIndex should still be set with forced colour mode
Replies: 1
Views: 1097

TransparentIndex should still be set with forced colour mode

When loading with a forced colour model which has the Alpha channel (GFL_RGBA | GFL_ABGR | GFL_BGRA | GFL_ARGB), it would be nice if the TransparentIndex and ColorMap fields were still filled out with the correct information if the image has a colour map with or without transparency. Without this in...
by Defenestration
Sun Dec 07, 2008 3:36 am
Forum: GFL SDK
Topic: Attached image has corruption at bottom when loaded in GFL
Replies: 1
Views: 1255

Hmmm, after changing a bit of code, this seems to have fixed itself. :mrgreen:

Some of the changes involved changing some of the load params, so I'll see if I can work out which one(s) caused the problem.