Skip to content

16bit support #4

@Ocean47

Description

@Ocean47

I am trying to get a 16bit output, floating point or 16bit int out of the app but it doesn't seem to obey the -FP16 flag.
I have tried sending through 16bit png, 16 bit int tif, and 32 floating point tifs with the flag -FP16 set but the output is always 8bit 3 channel formats no matter what I put the output format to me as well, ie png, or tif, etc.

Is there only specific options that work fully with the -FP16 flag? In order to have the out image be 16 floating point(half float) per channel?

Per the readme file and command line help docs:

-FP16
If not set (default), uses R8G8B8A8_UNORM GPU texture format.
If set, uses R16G16B16A16_FLOAT GPU texture format.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions