Currently in order for a user to write an image file of NON-Color data, then user MUST insert a "Create Color Table" filter to generate the actual RGB array that will be written. There should be an option in the Write Image filter that allows the user to just create the Color Table on the fly.
Parameters:
Create Color Table:
CreateColorMapParameter
- Linked to the boolean above
Mask
We probably also want to include the ability to use a mask to set specific colors on masked voxels. There may be some iterating on how the design plays out.
We can save call to the actual filter which would then create then entire data array in memory (might have issues) or we can figure out a way to stream the original data, create a chunk of the RGB array at a time, and then write that to disk.
Currently in order for a user to write an image file of NON-Color data, then user MUST insert a "Create Color Table" filter to generate the actual RGB array that will be written. There should be an option in the Write Image filter that allows the user to just create the Color Table on the fly.
Parameters:
Create Color Table:
CreateColorMapParameter
Mask
We probably also want to include the ability to use a mask to set specific colors on masked voxels. There may be some iterating on how the design plays out.
We can save call to the actual filter which would then create then entire data array in memory (might have issues) or we can figure out a way to stream the original data, create a chunk of the RGB array at a time, and then write that to disk.