NSImage quality, blurred characters
NSImage quality, blurred characters
- Subject: NSImage quality, blurred characters
- From: "Ewan Delanoy" <email@hidden>
- Date: Thu, 24 May 2007 18:39:57 +0200 (CEST)
- Importance: Normal
Hello all,
one of my Cocoa apps produces a large image containing
many images and some written text. The written text is produced
by first being written by the end user in a NSTextView, then the app
stores it in an NSImage, and creates a printable view and composites
those images on the printable view and eventually puts the printable view
on a PDF and prints it on paper.
The only problem is, the characters are blurred : in the "written text"
part
the charcaters look more grey and faded than black (and this is not
because my printer needs more ink , the rest of the image is
fine... ) I added
[[NSGraphicsContext currentContext]
setImageInterpolation:NSImageInterpolationHigh];
in the place in my code where I create the images, but the quality
did not improve much. Are there other parameters I should change (keeping
in mind that I need that only for a black-and-white text) ?
Ewan
.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden