Fails to detect 32 bit depth

Bugs found in XnView Classic. Please report only one bug per topic!

Moderators: XnTriq, helmut, xnview

posfan12
Posts: 5
Joined: Sun Mar 25, 2012 12:52 am

Fails to detect 32 bit depth

Post by posfan12 »

I was having issues with an image generated by ImageMagick that turned out to instead be an issue with XnView.

See here: http://www.imagemagick.org/discourse-se ... 698#p84698

Input:
Image
Output:
Image

XnView does not report the output image as being 32 bits, but instead reports it as being 8 bits. The alpha channel is also ignored.

Thanks for any help you might provide!!
Last edited by posfan12 on Sun May 20, 2012 3:07 am, edited 1 time in total.
posfan12
Posts: 5
Joined: Sun Mar 25, 2012 12:52 am

Re: Fails to detect 32 bit depth

Post by posfan12 »

Thanks for the fast response.

So, the problem is that the image is a grayscale PNG? I mean, it has 8 bits of grayscale information and 8 bits of transparency information (for a total of 16bits)?
User avatar
XnTriq
Moderator & Librarian
Posts: 6363
Joined: Sun Sep 25, 2005 3:00 am
Location: Ref Desk

Re: Fails to detect 32 bit depth

Post by XnTriq »

Yes :|

Image
MaxSt
Posts: 133
Joined: Fri Apr 10, 2009 9:55 pm

Re: Fails to detect 32 bit depth

Post by MaxSt »

Yeah, we have been complaining about grayscale+alpha PNGs for years.

Even worse when it's APNG in grayscale+alpha... Then XnView cannot even recognize the file format as PNG.
posfan12
Posts: 5
Joined: Sun Mar 25, 2012 12:52 am

Re: Fails to detect 32 bit depth

Post by posfan12 »

One of the people responding to the ImageMagick thread says that the input and output images use the same PNG specifications. However, if that is the case, why do they behave differently in XnView?
MaxSt
Posts: 133
Joined: Fri Apr 10, 2009 9:55 pm

Re: Fails to detect 32 bit depth

Post by MaxSt »

Both are valid PNG files, but there are 5 PNG image types:

Image

First image is color type 6 (RGBA) and second image is color type 4 (GA).

XnView is known for having trouble displaying "type 4" files correctly.
posfan12
Posts: 5
Joined: Sun Mar 25, 2012 12:52 am

Re: Fails to detect 32 bit depth

Post by posfan12 »

OK, thanks.