Skip to content

Don't interpolate images in RGB space #5490

Closed
@mdboom

Description

@mdboom

We currently interpolate images by mapping the raw data into RGB, then interpolate that RGB (using any number of algorithms) to produce the final result. This can result in colors that don't actually appear in the colormap to be in the final result.

interpolation_methods

We should instead change the order of operations so that the interpolation happens on the raw data (in floating-point space), then the image is color mapped.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions