We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this questionAnyone has sample code or know of a tutorial on how to do a digital zoom for an iphone? or dig开发者_运维问答ital zoom in general?
The crudest forms of digital zooms simply scale an image larger and crop to a certain visible region. On the iPhone, you can do this easily by capturing an image from the camera, placing it in a UIImageView, and applying a scaling transform to the view.
Consider these Categories for NSImage
for ways in which you can zoom and crop an image in Objective-C.
精彩评论