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
BUG: Image transparency display is not consistent...
Moderators: XnTriq, helmut, xnview
-
- Posts: 358
- Joined: Mon Feb 05, 2007 8:26 pm
-
- Author of XnView
- Posts: 44922
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
-
- 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' ?
-
- XnThusiast
- Posts: 4186
- Joined: Sun Apr 29, 2012 9:45 am
- Location: Cheltenham, U.K.
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...
-
- 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?
-
- Posts: 274
- Joined: Sat Dec 02, 2006 12:41 am
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)
-
- 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?
-
- Moderator & Librarian
- Posts: 6388
- Joined: Sun Sep 25, 2005 3:00 am
- Location: Ref Desk
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
-
- 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".
-
- 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?
-
- Moderator & Librarian
- Posts: 6388
- Joined: Sun Sep 25, 2005 3:00 am
- Location: Ref Desk
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".