Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Don't interpolate images in RGB space #5490

Copy link
Copy link
Closed
@mdboom

Description

@mdboom
Issue body actions

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

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.