Modify ↓
Opened 13 years ago
Closed 13 years ago
#47 closed defect (fixed)
Unwanted scaling of image values just by reading images and writing them
Reported by: | Tomy Rolo | Owned by: | Matthias Vogelgesang |
---|---|---|---|
Priority: | blocker | Milestone: | |
Component: | ufo-filters | Version: | 0.1.0 |
Keywords: | Cc: |
Description
Connecting a writer to a reader which points to 16 bit unsigned images scales the image values to a range between 0 and 1. This is
1) unnecessary
2) unwanted
3) unexpected
Please don't scale image values after reading them, they might represent values which are not supposed to be scaled. (think of a label image or whatever)
Attachments (0)
Note: See
TracTickets for help on using
tickets.
I guess in a couple of months "someone" asks me to add this back again, so I made this optional now.