Re: saving binary as 1 bit-per-pixel tif
Posted by Jan Eglinger-5 on Sep 06, 2009; 8:45pm
URL: http://imagej.273.s1.nabble.com/saving-binary-as-1-bit-per-pixel-tif-tp3691279p3691285.html
Hi,
Johannes Schindelin wrote:
>> How can I reduce the map size to 2?
>
> I think you have to use "Image>Type>RGB" followed by "Image>Type>8-bit
> Color" (where you choose 2 channels only).
thx, I didn't think of that option via "8-bit Color" yet. However, that
doesn't eliminate but only changes the error message when I try to save
as 1-bit-per-pixel tiff. Now it reads:
java.lang.IllegalStateException: Internal error: wrong size of destPixels.
at
net.sf.ij.jaiio.BufferedImageCreator.createBinary(BufferedImageCreator.java:116)
Any ideas?
Jan