Search found 8 matches

by *Dark Dragon*
Mon Mar 28, 2011 1:13 pm
Forum: MP - Resolved Bugs & Requests
Topic: MP feature suggestion: support for JPEG 2000
Replies: 10
Views: 2474

Re: MP feature suggestion: support for JPEG 2000

It works in new version of XnViewMP. Thank you very much.
by *Dark Dragon*
Mon Mar 28, 2011 8:47 am
Forum: MP - Resolved Bugs & Requests
Topic: XnViewMP 0.35 fails to start
Replies: 6
Views: 2473

XnViewMP 0.35 fails to start

This is what happens when I try to run it:
% ./xnview.sh
Cannot mix incompatible Qt library (version 0x40702) with this library (version 0x40701)
I use latest Debian Sid with KDE 4.4.5 with 4.7.2 Qt libraries, and downloaded 64-bit version of XnViewMP. Error is obvious but does not include ...
by *Dark Dragon*
Tue Dec 14, 2010 12:07 am
Forum: MP - Resolved Bugs & Requests
Topic: MP feature suggestion: support for JPEG 2000
Replies: 10
Views: 2474

Re: MP feature suggestion: support for JPEG 2000

wierd thing is what 12yrs after jp2, still almost NOTHING supports it out of box. ... But w/o browser support etc, I wouldn't consider using it.
Not true. JPEG 2000 works for me out of the box almost everywhere. ImageMagick supports it out of the box, Gwenview also supports it (that's default ...
by *Dark Dragon*
Mon Dec 13, 2010 11:23 pm
Forum: MP - Resolved Bugs & Requests
Topic: MP feature suggestion: support for JPEG 2000
Replies: 10
Views: 2474

Re: MP feature suggestion: support for JPEG 2000

After using strace to understand this situation I have found that the problem is that XnViewMP even does not try to load Xjp2.so at all. In fact, it looks like XnViewMP does not know that Xjp2.so can exist so XnViewMP does not try to do anything with Xjp2.so. Below I explain how I found this fact ...
by *Dark Dragon*
Mon Dec 13, 2010 9:47 pm
Forum: MP - Resolved Bugs & Requests
Topic: MP feature suggestion: support for JPEG 2000
Replies: 10
Views: 2474

Re: MP feature suggestion: support for JPEG 2000

Do you have XJp2.dll in the Plugins folder?

I have Xjp2.so (with small "j") in my Plugins folder (I'm using Linux). But how do I use this plug-in? XnViewMP does not recognize any .jp2 files as images. For example, if I go to any folder with .jp2 images (or .JP2) with setting View->Filter By->All ...
by *Dark Dragon*
Mon Dec 13, 2010 1:41 am
Forum: MP - Resolved Bugs & Requests
Topic: MP feature suggestion: support for JPEG 2000
Replies: 10
Views: 2474

Re: MP feature suggestion: support for JPEG 2000

Great! But where I can find this plug-in? I've searched with Google before creating this thread and to be sure I have tried again with different keywords - didn't find anything :( . I would really appreciate if you point me in the right direction to where I can find this plug-in.
by *Dark Dragon*
Sun Dec 12, 2010 6:19 am
Forum: MP - Resolved Bugs & Requests
Topic: MP feature suggestion: support for JPEG 2000
Replies: 10
Views: 2474

MP feature suggestion: support for JPEG 2000

Support for JPEG 2000 is useful in many cases. For example, JPEG 2000 is very useful for scanned pages from books and photos (but of course it may be useful for many other things). For now it is impossible to open .jp2 files with XnViewMP so I can't for example use XnViewMP to inspect/view images I ...
by *Dark Dragon*
Sun Dec 12, 2010 5:48 am
Forum: MP - Resolved Bugs & Requests
Topic: xnview.sh infinitely eats memory (fixed xnview.sh included)
Replies: 2
Views: 1214

xnview.sh infinitely eats memory (fixed xnview.sh included)

I have tried 0.32 version of XnViewMP (for Linux) but when I tried to run it, it started to infinitely "eat" memory and CPU. This happened because of this part in xnview.sh:

dirname=`dirname $0`

To reproduce the problem create a symbolic link to xnview.sh like this: ln -s "`pwd`"/xnview.sh /usr ...