Image processing is the computational transformation of an image signal. It's about the technical side of batch transformations, conversions, and enhancements, as distinct from post-processing (adjusting an image to achieve a desired look, probably using image processing).
0
votes
0answers
26 views
How can I export 16 bit tiffs with Mac OSX' imageing engine sips?
I'm playing around with Apple sips command. When I export a Canon raw file (CR2) to tiff via
sips -s format tiff -out img.tiff img.cr2
the result is an 8-bit tiff, although the CR2 source is ...