</font><blockquote><font size="1" face="Geneva, Verdana, Arial, sans-serif">quote:</font><hr /><font size="1" face="Geneva, Verdana, Arial, sans-serif">Originally posted by Wixar:
<strong>Do you mean black and white, or grayscale? If grayscale is ok, I wrote a function that will do that for you. Let me know if you're interested. Any function that converts to black and white is going to have to use some sort of sophisticated algorithm to get good results and is therefore going to be hard to write; that said, you could do it using Carbon and GWorlds too.
-Peter</strong></font><hr /></blockquote><font size="1" face="Geneva, Verdana, Arial, sans-serif">Greyscale might work. I need a 1-bit image for this reason, I was told by some people on the Cocoa-Dev list that it is required in order for the function TIFFRepresentationUsingCompression.
They said it is not very well documented, but if you want to use the NSTIFFCompressionCCITTFAX3 compressor, it expects a 1-bit image with no alpha mask.
Pain in the ass if you ask me, but I need it.
Thanks,
Ben