• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: iOS 4.2 - Printing Quality
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: iOS 4.2 - Printing Quality


  • Subject: Re: iOS 4.2 - Printing Quality
  • From: David Duncan <email@hidden>
  • Date: Tue, 15 Mar 2011 09:53:18 -0700

On Mar 14, 2011, at 10:55 PM, Development wrote:

> Ok I'm rendering my images slightly larger than the view's that they are being printed from.
> Basically the quality is less than great. Is there a way to change the CGImage dpi? Or a way to change the quality of the print to maximum?
>
> Or is print quality basically just what it is on iOS?

CGImages have no concept of DPI, the DPI is determined by what size of a space you draw them into and the characteristics of the target context. Printing contexts use 72 coordinate points per inch, so if you want to draw an image into a 1" x 1" space with 300 DPI, then the image needs to be 300x300 and drawn into a rect that is 72x72.

As far as the rest, I don't know of any controls on printing, but if your image is only slightly larger that would most likely be the problem – an image that is slightly off from the DPI of the target is more likely to look bad than one that is significantly smaller if only because the resampling will distort the image more.
--
David Duncan

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please 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

References: 
 >iOS 4.2 - Printing Quality (From: Development <email@hidden>)

  • Prev by Date: Re: How hidden the Keyboard in a UIWebView
  • Next by Date: Count of records in an NSArrayController when associated NSTableView is filtered
  • Previous by thread: iOS 4.2 - Printing Quality
  • Next by thread: IKImageBrowserView items image need to download from internet
  • Index(es):
    • Date
    • Thread