I want to scale the UIImage so that the user can see the pixels in UIImage very sharp. When I put this in a UIImageView and scale the transformation matrix, the UIImage looks smoothed and smoothed.
Is there a way to render in a larger raster context by simply repeating each row and each column to get more pixels? How can i do this?
iphone cocoa-touch uikit core-graphics uiimage
openfrog
source share