How in the scripting can I open images in 16 bit signed and clip values greater than 32767?
The syntax of the open command is:
img open <filename> ?-query? ?-foreignTo byte|int|float? ?-cmode clip|scale?
So you'd need to use the
-foreignTo int -cmode clip options.img open yourImage -foreignTo int -cmode clip
See
img open.Keywords: scripting open image
Categories: Faq Miscellaneous, Huygens Faq, Imported Faqs
Platforms: Linux
Related products: Hu Pro Hu Script
