Re: Saving TIFF
Re: Saving TIFF
- Subject: Re: Saving TIFF
- From: Ali Ozer <email@hidden>
- Date: Fri, 13 Jul 2001 15:48:22 -0700
>
I found that the TIFF that is not readable by FrameMaker is imported
>
flawless by Coreldraw 8 LE and others. Unfortunately the bitmap is
>
"antialiased". I tried to save an EPS, but the does not give back EPS
>
data. It seems dataWithEPSInideRect: does notwork, probably because
>
there are PDF data inside the rect :-) Now I am stuck again. Is the
>
only way to write a comfortable (users view) program to draw via
>
Quickdraw using Carbon?
You should be able to generate PDF --- would that work for you?
Is the antialiasing of the tiff an issue? There is a way to disable the
antialiasing when drawing; -[NSGraphicsContext setShouldAntialias:NO].
Ali