Image resize with CI


/ Published in: Objective C
Save to your folder(s)

Core Image provides a lot of filter to apply to images. Here there is a snippet to modify the size of the image using the Lanczos algorithm. You have to give the image URL and the ratio of the scale. If the ratio is smaller than 1 it reduce, otherwise it enlarges the image.

URL: http://goo.gl/dBxSF

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.