Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8460037
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T13:29:45+00:00 2026-06-10T13:29:45+00:00

from UIImage reference: @property(nonatomic, readonly) CGSize size The dimensions of the image, taking orientation

  • 0

from UIImage reference:

@property(nonatomic, readonly) CGSize size

The dimensions of the image, taking orientation into account.

Discussion

In iOS 4.0 and later, this value reflects the logical size of the image and is measured in points. In iOS 3.x and earlier, this value
always reflects the dimensions of the image measured in pixels.

What’s the difference between pixels and points in iOS?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T13:29:47+00:00Added an answer on June 10, 2026 at 1:29 pm

    A pixel on iOS is the full resolution of the device, which means if I have an image that is 100×100 pixels in length, then the phone will render it 100×100 pixels on a standard non-retina device. However, because newer iPhones have a quadrupled pixel density, that same image will render at 100×100 pixels, but look half that size. The iOS engineers solved this a long time ago (way back in OS X with Quartz) when they introduced Core Graphics’ point system. A point is a standard length equivalent to 1×1 pixels on a non-retina device, and 2×2 pixels on a retina device. That way, your 100×100 image will render twice the size on a retina device and basically normalize what the user sees.

    It also provides a standard system of measurement on iOS devices because no matter how the pixel density changes, there have always been 320×480 points on an iPhone screen and 768×1024 points on an iPad screen.*

    But at the same time, you can basically disregard the documentation considering that retina devices were introduced with iOS 4 at a minimum, and I don’t know of too many people still running iOS 3 on a newer iPhone. But if such a case arises, your UIImage would need to be rendered at exactly twice its dimensions in pixels on a retina iPhone to make up for the pixel density difference.

    *Starting with the iPhone 5, the iPhone’s dimensions are now no longer standardized. Please use the appropriate APIs to retrieve the screen’s dimensions or use layout constraints.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm getting the UIImage from the image picker and putting it into a UIImageView.
How do I get a UIImage from a small image file on my server
I am receiving my UIImage 's from AVCaptureSession and setting them into UIImageView 's.
I create a context from an UIImage, and then I draw into it with
I am trying to get a UIImage from a texture I loaded into EAGLView
UIImage API Reference Document:- initWithContentsOfFile: Initializes and returns the image object with the contents
I want to upload a image(UIImage) from ios app to django website.(where has forms
How can we get Exif information from UIImage selected from UIImagePickerController? I had done
I need to share UIImage from my IOS application to Facebook, Twitter, Flicr, Picassa
I am trying to create a UIImage from a byte array that is actually

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.