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

writer: don't rescale gray values when converting to less bits #159

Closed
tfarago opened this issue Apr 23, 2018 · 1 comment
Closed

writer: don't rescale gray values when converting to less bits #159

tfarago opened this issue Apr 23, 2018 · 1 comment
Assignees

Comments

@tfarago
Copy link
Contributor

tfarago commented Apr 23, 2018

If I want to preserve gray values of some feature in a 3D data set I need to compute clipping values from the complete data set and convert to 8 bit without rescaling the gray values in the writer (I rescale myself by means of the calculate filter). This was once possible but now I don't see any options for this. Can we get it back?

@tfarago tfarago changed the title writer: don't rescale gray values when converting to lese bits writer: don't rescale gray values when converting to less bits Apr 23, 2018
@matze
Copy link
Contributor

matze commented Apr 23, 2018

Hmm, I can't remember removing such an obviously important feature. But anyway, I'll bring it back.

@matze matze closed this as completed in 13d436e Apr 23, 2018
matze added a commit that referenced this issue Apr 23, 2018
Fix #159: add boolean `rescale` option
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants