1
General / Re: I want to export baked normal map texture as 16 bit PNG.
« on: June 06, 2024, 11:27:25 AM »
Dear Amal,
Please try to use the following commands:
import Metashape
chunk = Metashape.app.document.chunk
image = chunk.model.textures[1].image()
image = image.convert("RGBA","U16")
image.save('//..../u16_dm2.png')
Please try to use the following commands:
import Metashape
chunk = Metashape.app.document.chunk
image = chunk.model.textures[1].image()
image = image.convert("RGBA","U16")
image.save('//..../u16_dm2.png')