Title: interpolation with 16 bit tiff Post by: gabriele on August 19, 2009, 09:26:52 AM Is it possible to resize an image with any interpolation algorithm (including Hybrid) saving the result as 16 bit TIF? I could only save as 8-bit tif, didn't find any 16 bit option.
Title: Re: interpolation with 16 bit tiff Post by: Fred A on August 19, 2009, 09:32:47 AM Using Qimage, at the present time, it will convert your 16 bit stuff to 8 bit since it needs to be such for Windows printing,
The interpolator (e.g. Hybrid) is geared for 8 bit. Fred Title: Re: interpolation with 16 bit tiff Post by: gabriele on August 19, 2009, 09:53:07 AM so, no luck to include Qimage into my 16-bit workflow. :-\
I'll leave it for the 8-bit part and for printing, of course. |