Search found 10 matches

by entryway
Sun Jan 13, 2013 7:34 pm
Forum: NConvert
Topic: Can NConvert create directories?
Replies: 21
Views: 132154

Re: Can NConvert create directories?

«nconvert.exe -clipboard -out png -o asd.png» does not create any files. Worked fine before.


D:\tools\XnView>nconvert.exe -clipboard -out png -o asd.png
** NCONVERT v6.30 (c) 1991-2012 Pierre-E Gougelet (Dec 18 2012/10:51:34) **
Version for Windows NT/9x/2000/Xp/Vista/7 (All rights reserved ...
by entryway
Wed Dec 24, 2008 11:35 am
Forum: Classic - Bug Reports
Topic: 'Replace color' transformation does not work for 24bit BMP
Replies: 1
Views: 504

'Replace color' transformation does not work for 24bit BMP

I do not know about all formats, but colors replacement (Ctrl-U, Transformations/Image/Replace color) does not work for 24bit BMP at least.

It works fine for 8bit BMP:
before: http://prboom-plus.sf.net/8bit_before.bmp
after: http://prboom-plus.sf.net/8bit_after.bmp

For 24bit BMP it does ...
by entryway
Sat Oct 18, 2008 1:10 am
Forum: Classic - Bug Reports
Topic: not repeatable crash of 195
Replies: 3
Views: 838

not repeatable crash of 195

Crash log:

http://prboom-plus.sf.net/xnview195_drwatson.zip

It happened after I did some conversion with CtrlU (tga->png or something) and tried to close xnview immediately (during auto refreshing of browser iirc)
by entryway
Wed Aug 27, 2008 10:41 am
Forum: Classic - Bug Reports
Topic: hidden images
Replies: 3
Views: 1107

hidden images

If you have some pictures with Hidden attribute, then you cannot see them in Browser Mode and Next/Prev do not want to work also. Even if you can see hidden files in explorer. If you need to see such files you will be compelled to do some stupid work: click on file, close xnview, click on another ...
by entryway
Tue Jul 22, 2008 10:42 am
Forum: Classic - Bug Reports
Topic: 32b BMPs are displayed incorrectly
Replies: 10
Views: 5759

xnview wrote:Ok, i think that the problem is with option/General/Ignore alpha channel
Yes, you are right
by entryway
Mon Jul 21, 2008 11:55 pm
Forum: Classic - Bug Reports
Topic: 32b BMPs are displayed incorrectly
Replies: 10
Views: 5759

1.94 release + 32bit BMP == crash

drwatson log + BMP:
http://prboom-plus.sourceforge.net/xnview_194_crash.zip

This crash happens only in a browser mode

Stack trace from the log:

Exception number: c0000005 (access violation)

ChildEBP RetAddr Args to Child
01abf9c0 0059c528 00d80000 00000000 ...
by entryway
Sat Jun 28, 2008 6:45 am
Forum: Classic - Bug Reports
Topic: Slideshow random jumps are limited to 32K.
Replies: 9
Views: 4483

Re: Slideshow random jumps are limited to 32K.

When slideshow starts, it jumps only within first 32000
Probably it happened because rand() was used in xnview. The rand function returns a pseudorandom integer in the range 0 to RAND_MAX. RAND_MAX is equal to 32767

MS: http://msdn.microsoft.com/en-us/library/398ax69y%28VS.71%29.aspx
POSIX: http ...
by entryway
Fri Jun 27, 2008 2:13 pm
Forum: Classic - Bug Reports
Topic: 32b BMPs are displayed incorrectly
Replies: 10
Views: 5759

Check the alpha channel, all is black
you are mistaken

biBitCount is 32 and biCompression is 0 in header of my BMPs

typedef struct tagBITMAPINFOHEADER{
DWORD biSize;
LONG biWidth;
LONG biHeight;
WORD biPlanes;
WORD biBitCount;
DWORD biCompression;
DWORD biSizeImage;
LONG ...
by entryway
Fri Jun 27, 2008 11:11 am
Forum: Classic - Bug Reports
Topic: 32b BMPs are displayed incorrectly
Replies: 10
Views: 5759

xnview wrote:Your bmp have a bad alpha channel, so disable 'Use alpha'
btw, these bmps are created by Delphi with Image1.Picture.SaveToFile();
by entryway
Thu Jun 26, 2008 9:27 pm
Forum: Classic - Bug Reports
Topic: 32b BMPs are displayed incorrectly
Replies: 10
Views: 5759

32b BMPs are displayed incorrectly

XnView (all versions I have: the latest release and the latest beta) cannot display 32b BMPs in the browser.

Browser: http://prboom-plus.sourceforge.net/32bpp-xnview.png

BMPs: http://prboom-plus.sourceforge.net/32bpp-xnview.zip


---
I have found an answer:
http://newsgroup.xnview.com/viewtopic ...