#2 Display and Graphics
- IPhone Screen : 320 x 480 points
- IPhone 4 has scaling factor of 2 (to get real resolution of IPhone 4 device in pixels, multiply above points with the scaling factor, 320 x 2 and 480 x 2 pixels)
- iOS Automatically scale your application to highest resolution using scaling factor for the device
- Abbreviation of "Picture Element"
- Color image pixel composed of RGB (Red[0-255], Green[0-255], Blue[0-255])
- Smallest controllable element on screen
- Smallest component of the digital image
- More pixels more closer to real image
- For example, 640 (width) x 480 (height) Pixels = 307,200 pixels (0.3 megapixels)
- What is Resolution ?
- Pixel or Dots per image and bits of pixels (more bits more colors)
- VGA 640 x 480 = 0.3 megapixels
- SVGA 800 x 600 = 0.48 megapixels
- True Color use 24 bits per pixel to allow 16 million different colors
No comments:
Post a Comment