BUG: Image transparency display is not consistent...
- 
				ghost zero
 - Posts: 358
 - Joined: Mon Feb 05, 2007 8:26 pm
 
BUG: Image transparency display is not consistent...
BUG: Image transparency display is not consistent.  Example: This logo's background is transparent...
http://s27.postimg.org/p7h058in7/logo.png
...but in XnView, the transparency is displayed only for thumbnail--not for preview or image view. Can this be fixed to be consistent so that transparency is either always displayed or not?
XnView 2.22
			
			
									
						
										
						http://s27.postimg.org/p7h058in7/logo.png
...but in XnView, the transparency is displayed only for thumbnail--not for preview or image view. Can this be fixed to be consistent so that transparency is either always displayed or not?
XnView 2.22
- 
				ghost zero
 - Posts: 358
 - Joined: Mon Feb 05, 2007 8:26 pm
 
Re: BUG: Image transparency display is not consistent...
where do i find the setting 'use alpha channel' ?
			
			
									
						
										
						Re: BUG: Image transparency display is not consistent...
There's a setting: Tools > Options > General > Operations -- Ignore alpha channelghost zero wrote:where do i find the setting 'use alpha channel' ?
So I guess that should be unchecked...
- 
				ghost zero
 - Posts: 358
 - Joined: Mon Feb 05, 2007 8:26 pm
 
Re: BUG: Image transparency display is not consistent...
i do currently have that unchecked, which means alpha channels should show.  so it's a bug that the alpha channel is not displaying in preview and image view?
			
			
									
						
										
						Re: BUG: Image transparency display is not consistent...
3 ways:
Ctrl+h
right click on preview > use alpha channel (shortcut ctrl+h)
Menu: View > preview > use alpha channel (shortcut ctrl+h)
			
			
									
						
										
						Ctrl+h
right click on preview > use alpha channel (shortcut ctrl+h)
Menu: View > preview > use alpha channel (shortcut ctrl+h)
- 
				ghost zero
 - Posts: 358
 - Joined: Mon Feb 05, 2007 8:26 pm
 
Re: BUG: Image transparency display is not consistent...
do i have to set that separately for each?thibaud wrote:3 ways:
Ctrl+h
right click on preview > use alpha channel (shortcut ctrl+h)
Menu: View > preview > use alpha channel (shortcut ctrl+h)
- thumbnails
- preview
- image view
shouldn't there be just a single universal setting to keep this consistent throughout the program?
Re: BUG: Image transparency display is not consistent...
Recommended settings:
			
			
									
						
										
						- Tools » Options...
- General » Operations » Ignore alpha channel = Off (Thanks, cday!)
 - Read/Write » Read » PNG » Parameters » Compose image with transparency = Off
 - Read/Write » Read » PNG » Parameters » Compose image with alpha (32bits) = Off
 - View » View » Background colour = R128/G128/B128 (optional)
 - View » View » Use checkerboard pattern as background = On (optional)
 - Fullscreen » Background colour = R128/G128/B128 (optional)
 
 - Browser mode: View » Preview
- Use transparent index (<=8bits) or alpha channel = On
 - Use alpha channel = On
 - Show Mask = Off
 
 - Viewer mode: View
- Use transparent index (<=8bits) or alpha channel = On
 - Use alpha channel = On
 - Show Mask = Off
 
 
[color=green]xnview.ini[/color] (optional) wrote:Code: Select all
[View] CheckerColor1=8947848 CheckerColor2=8421504 CheckerSize=8
XnView Wiki (UI-less Settings » [url=http://www.xnview.com/wiki/index.php?title=UI-less_Settings#View]View[/url]) wrote:
CheckerColor1CheckerColor2
- Changes the first color of the checkerboard pattern background.
 
Value: Raw color (integer) or formatted color stringCheckerSize
- Changes the second color of the checkerboard pattern background.
 
Value: Raw color (integer) or formatted color string
- Changes the size of squares in the checkerboard pattern background.
 
Value: Integer, default value is 8
- 
				ghost zero
 - Posts: 358
 - Joined: Mon Feb 05, 2007 8:26 pm
 
Re: BUG: Image transparency display is not consistent...
thanks, i just needed to set these to get the transparency working in preview and image view...
Tools » Options...
◦Read/Write » Read » PNG » Parameters » Compose image with transparency = Off
◦Read/Write » Read » PNG » Parameters » Compose image with alpha (32bits) = Off
i didn't want the checkboard and i already have a custom background color.
NOTE: you mean "view > preview".
			
			
									
						
										
						Tools » Options...
◦Read/Write » Read » PNG » Parameters » Compose image with transparency = Off
◦Read/Write » Read » PNG » Parameters » Compose image with alpha (32bits) = Off
i didn't want the checkboard and i already have a custom background color.
NOTE: you mean "view > preview".
- 
				ghost zero
 - Posts: 358
 - Joined: Mon Feb 05, 2007 8:26 pm
 
Re: BUG: Image transparency display is not consistent...
but it seems counter intuitive.  i would expect the opposite behavior with these settings...
Tools » Options...
◦Read/Write » Read » PNG » Parameters » Compose image with transparency = Off
◦Read/Write » Read » PNG » Parameters » Compose image with alpha (32bits) = Off
...shouldn't composing an image with transparency/alpha make them used? why do we have to turn these off to make them used?
			
			
									
						
										
						Tools » Options...
◦Read/Write » Read » PNG » Parameters » Compose image with transparency = Off
◦Read/Write » Read » PNG » Parameters » Compose image with alpha (32bits) = Off
...shouldn't composing an image with transparency/alpha make them used? why do we have to turn these off to make them used?
Re: BUG: Image transparency display is not consistent...
You're right, I forgot about browser mode. Thanks for the hint! I've edited my previous post accordingly.ghost zero wrote:NOTE: you mean "view > preview".