The problem is that all buttons in the toolbar have black background/border

That's really ugly (almost unusable). I guess this is because we run the Desktop in 24bit mode!?
Can this be fixed?
FIXED (1.96)
Moderators: helmut, XnTriq, xnview
[color=green]%ProgramFiles%\XnView\skins\mezich\info.txt[/color] wrote:Code: Select all
label = "Mezich (mezich@gmail.com, http://mezich.livejournal.com/)" width = 24 height = 24 browser = 1 auto = 1 version = 4 main32 = 0 browser32 = 0 tabtree = 0 icninfo = 0 imbar = 0 jpgbar = 0
XnTriq wrote:
- Download feqwci.png, convert it to BMP format and rename it to main.bmp.
- Download 1r5jpl.png, convert it to BMP format and rename it to browser.bmp.
- Create a subdirectory named mezich in the skins folder of your XnView installation and put main.bmp & browser.bmp there.
- Copy & paste the following text into Notepad and save it as info.txt in the new directory.
[color=green]%ProgramFiles%\XnView\skins\mezich\info.txt[/color] wrote:Code: Select all
label = "Mezich (mezich@gmail.com, http://mezich.livejournal.com/)" width = 24 height = 24 browser = 1 auto = 1 version = 4 main32 = 0 browser32 = 0 tabtree = 0 icninfo = 0 imbar = 0 jpgbar = 0
1r5jpl.png is a truecolor image.Dstruct wrote:Which BMP format (settings) exactly?
XnTriq wrote:1r5jpl.png is a truecolor image.
feqwci.png has less than 256 unique colors, so I saved it as an 8-bit image (to save a few bytes).
There are no special settings required for the conversion. You don't even need to define the transparency, because all fuchsia-colored areas are discarded by XnView's skinning engine. Just leave the RLE compression and OS/2 checkboxes in their default state (= deactivated).
For more information on the subject visit Claude “Clo” Charries' site or take a look at Adrian Kousz's XnView Skin & Specification.