On Thu, 4 May 2006, Tim Lukins wrote:

Here is the problem: I'm trying to load a floating point TIFF depthmap (captured from a stereo system) - so that I can then (on the command line) alter the colourmap, export in other format, etc.


Hi -

Following up from my own posting, the very nice developers behind ImageMagick 
have provided an enhancement to the 6.5.7 source (see ChangeLog in distribution 
for entry to version 6.5.7-5).

For the record (in case anyone else ever hits this), it accommodates a 
floating-point TIFF file with known min/max values from X to Y (i.e. some 
potentially very small range).

Thus:

 > convert -define quantum:minimum=X -define quantum:maximum=Y input.tif 
output.png

Perfect for viewing/converting depthmap files with units in metres (as I have).

A fantastic, quick response to my problem which completely solves it!

Tim

_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to