Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loaded RAW image has too many pixels #16

Open
BeyondConventionalBoundaries opened this issue May 16, 2023 · 0 comments
Open

Loaded RAW image has too many pixels #16

BeyondConventionalBoundaries opened this issue May 16, 2023 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@BeyondConventionalBoundaries
Copy link
Contributor

When a JPEG image is for example 4000 x 6000 pixels, the pure RAW image is likely a bit bigger, like e.g. 4010 x 6020 pixels. This is to improve RGB interpolation along the image edges. When reading a RAW file, one can usually choose to ignore these extra pixels or load them. To ensure that image regions are identically defined in the JPGs and RAW files, we must ignore reading those pixels. Maybe LIbARW has a function where you can choose to read/not read those pixels.

@BeyondConventionalBoundaries BeyondConventionalBoundaries added bug Something isn't working enhancement New feature or request labels May 16, 2023
@MartinW-S2M MartinW-S2M added bug Something isn't working and removed bug Something isn't working labels May 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants