I am trying to render out an 8-bit image (preferably in a tif file) from Karma.
I can switch it from 16-bit float to 32-bit float, but I cannot find a way to render to an 8-bit per channel tif file. I tried setting the filename suffix to tif3, but that didn't work.
is it possible?
I also tried rendering to an EXR, and then converting to an 8-bit file in copernicus, but that also seems to only output 16-bit or 32-bit float
as a workaround, I rendered to a JPG, which does work, but involves opening the jpg in gimp and exporting to 8-bit tif file.
rendering to 8-bit image
259 2 1- ivan
- Member
- 84 posts
- Joined: July 2005
- Offline
- Quantico
- Member
- 35 posts
- Joined: Nov. 2018
- Offline
You can use ImageMagick to convert your images. Use
-depth 8
parameter to encode in 8-bit image.
Edited by Quantico - Nov. 18, 2024 10:03:51
COPstance - plugin for Houdini
https://copsubstance.com [copsubstance.com]
Follow COPstance on Twitter: https://x.com/copsubstance [x.com]
https://copsubstance.com [copsubstance.com]
Follow COPstance on Twitter: https://x.com/copsubstance [x.com]
- mark
- Staff
- 2638 posts
- Joined: July 2005
- Offline
-
- Quick Links