Search found 2 matches
- 2011-10-14T14:52:24-07:00
- Forum: Users
- Topic: non-[0:1] floating-point GRAY format image
- Replies: 3
- Views: 6358
Re: non-[0:1] floating-point GRAY format image
Thank you for the reply. What I want is to display a file that contains floating-point numbers in the range [-b,+w], and have the value '-b' be the black point, and '+w' be the white point. Since it doesn't seem to be possible to achieve this easily with ImageMagick I have decided to instead ...
- 2011-10-13T20:49:26-07:00
- Forum: Users
- Topic: non-[0:1] floating-point GRAY format image
- Replies: 3
- Views: 6358
non-[0:1] floating-point GRAY format image
I have a file of floating-point numbers. They are not contained in the range [0:1]. I want to display them as an image so that the minimum value from the file is black and the maximum value is white. Must I pre-process the data to scale it to the range [0:1] before using Imagemagick for this to work ...