Saving a resized 16bit png, comes out 8bit
Moderators: XnTriq, helmut, xnview
-
- Posts: 150
- Joined: Wed Sep 20, 2006 3:23 pm
Saving a resized 16bit png, comes out 8bit
Is this correct? doesn't seem to be any setting to making it keep the same color depth as the original? Albeit resized and then saved with compression but no setting for 16bit or 8bit it just defaults 8bit?
-
- Posts: 150
- Joined: Wed Sep 20, 2006 3:23 pm
Re: Saving a resized 16bit png, comes out 8bit
Also wish the PNG compression level would actually state which number is lower or higher quality.. is 9 the highest compression? and 0 lowest compression? or other way around.. not clear and could be a bit more helpful with a tooltip or something
-
- Author of XnView
- Posts: 44473
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: Saving a resized 16bit png, comes out 8bit
image datas is always converted to 8bits per component
Pierre.
-
- Posts: 150
- Joined: Wed Sep 20, 2006 3:23 pm
Re: Saving a resized 16bit png, comes out 8bit
well if I take the png image into photoshop resize and then save a png again it will keep the 16bit color ... also just made a quick c# console app to do conversions of these png files using the SixLabors.ImageSharp lib and that will also resize and save out as the same 16bit format... seems just saving out from xnview will lose that 16bit color depth.. it's just the output has to be 16bit as 8bit loses the extra info.. as they are heightmap textures
-
- Author of XnView
- Posts: 44473
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France