Printing a multipage tiff file
Printing a multipage tiff file
- Subject: Printing a multipage tiff file
- From: Ben Mackin <email@hidden>
- Date: Wed, 29 Jan 2003 19:46:35 -0800
I want to print a multipage tiff file I have.
Right now, to display the image properly in my NSImageView (since it is not
72 dpi), I am doing some manipulation (resizing, setImageInterpolation,
setShouldAntialias). So it looks good when being displayed. However, when I
print this image it is really blurry.
So I did some messing around, and if I just draw the image directly to the
imageView, it prints out looking great. The problem is that it only prints
the last page of the multipage tiff file. I have been trying some differnet
things (drawing the different pages into one NSImage), but the quality comes
out pretty poor. So anyone have some insight?
I hope something in that made some sense...
Thanks,
Ben
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.