Search found 9 matches

by TesteurXnView
Mon Oct 16, 2023 5:16 pm
Forum: Closed/Resolved
Topic: XnView window doesn't get on top of other windows when opening a new image for an existing XnView window
Replies: 12
Views: 2870

Re: XnView window doesn't get on top of other windows when opening a new image for an existing XnView window

The classic XnView you have is maybe a x86 version (32 bits) while XnView MP is a x64 version (64 bits) and this can produce a different behavior from Windows OS. But you can read all details about this problem/feature on "https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser ...
by TesteurXnView
Sun Oct 15, 2023 1:43 pm
Forum: Closed/Resolved
Topic: XnView window doesn't get on top of other windows when opening a new image for an existing XnView window
Replies: 12
Views: 2870

Re: XnView window doesn't get on top of other windows when opening a new image for an existing XnView window

This is not really a BUG, is just a Windows feature (thank MS).

From Windows 10 an existing background application cannot open or place a foreground window when the user has another application on the foreground, instead Window will notify this foreground attempt as a yellow blink on the taskbar ...
by TesteurXnView
Sun Oct 15, 2023 1:03 pm
Forum: Retest
Topic: Small bugs in Parameters/vignette/labels dialog box
Replies: 2
Views: 1894

Small bugs in Parameters/vignette/labels dialog box

Tested in XnViewMP 1.6.0 x64 on Windows 7/10/11. Found 3 small bugs (1a, 1b and 2).

1. Enable/disable of delete QPushButton (>) (allowing moving an item from the left/displayed list to the right/un-displayed list):

1a. When displaying the Parameters/Vignette/Labels box the delete button (>) is ...
by TesteurXnView
Sun Oct 15, 2023 12:44 pm
Forum: Closed/Resolved
Topic: Unicode Exif User Comment bad printing
Replies: 12
Views: 10398

Re: Unicode Exif User Comment bad printing

Hi Pierre,
I confirm that Unicode Exif user comments are now correctly displayed also as vignette/thumbnail labels in XnView MP version 1.6.0.
I discovered some other small bugs in Parameters/vignette/labels dialog box (non-releated to the current bug) so I will create another report.

Thank you ...
by TesteurXnView
Thu Sep 14, 2023 3:25 pm
Forum: Closed/Resolved
Topic: Unicode Exif User Comment bad printing
Replies: 12
Views: 10398

Re: Unicode Exif User Comment bad printing

Hi Pierre, and sorry for my late answer.

I checked on version 1.5.5: the Unicode Exif user comment is now correctly printed in EXIF panel (as it was in ExifTool panel)

BUT

the same user comment is always bad printed as vignette description if someone select user comment (the 2 Unicode bytes are ...
by TesteurXnView
Mon Jul 24, 2023 4:47 pm
Forum: Closed/Resolved
Topic: Unicode Exif User Comment bad printing
Replies: 12
Views: 10398

Re: Unicode Exif User Comment bad printing

OK, then something more sophisticated:
This function computes the sum of absolute distance for successive Unicode characters (from input buffer) in both ways then compares results:

===========================
inline uint16_t SwapBytes(const uint16_t wch) { return uint16_t((wch >> 8) | (wch << 8 ...
by TesteurXnView
Mon Jul 24, 2023 1:28 pm
Forum: Closed/Resolved
Topic: Unicode Exif User Comment bad printing
Replies: 12
Views: 10398

Re: Unicode Exif User Comment bad printing

Hi Pierre,
YES, you're right: "geraltW3_prew1.jpg" is an "hybrid" file as it has a JFIF segment FFE0 and an EXIF segment FFE1. And in EXIF segment the "User comment" is in BE format. The same format as in PNG file "00000-1192013237.png".

I send you my screenshots for these 3 images.

As I said, and ...
by TesteurXnView
Sat Jul 22, 2023 12:35 pm
Forum: Closed/Resolved
Topic: Unicode Exif User Comment bad printing
Replies: 12
Views: 10398

Re: Unicode Exif User Comment bad printing

Hi Pierre,

I send you just 3 different files (the others are too big to be attached):

1. The first is a PNG image "00000-1192013237.png" with a Unicode tag "User Comment" and a ASCII/ANSI tag "Parameters" correctly shown both in ExifTool panel, just "User Comment" shown in Properties panel, and ...
by TesteurXnView
Thu Jul 20, 2023 1:18 pm
Forum: Closed/Resolved
Topic: Unicode Exif User Comment bad printing
Replies: 12
Views: 10398

Unicode Exif User Comment bad printing

XnView: MP 1.5.1 64 bit
OS: Windows

Unicode Exif User Comment(s) are printed as random Chinese characters (maybe a bad Unicode/UTF8 conversion ?) while ExifTool 12.51 prints the same information correctly.

Effect: The user can't see Exif user comment in explorer window.

To reproduce:
1. Add in ...