Skip to content

Add ColorTable option to the "Write Image" filter (both of them) #1617

@imikejackson

Description

@imikejackson

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:

  • Boolean Parameter

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.

Metadata

Metadata

Assignees

No fields configured for Feature.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions