[TUTORIAL REQUEST] Getting started with iPhone

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
lonewolfaka9

[TUTORIAL REQUEST] Getting started with iPhone

Post by lonewolfaka9 »

Im looking for someone to help me learn

how to code using c api on iphone
i've installed the libraries but unable to understand there basic structer

like i want to add blur effect
i know there is an function to do so but how to call it how to set all paramenter correct and how to set it on an UIImageView image


help
cloud
Posts: 26
Joined: 2009-06-26T07:09:31-07:00
Authentication code: 8675309
Location: Zürich, Switzerland | Como, Italy

Re: [TUTORIAL REQUEST] Getting started with iPhone

Post by cloud »

Please look at http://www.cloudgoessocial.net/2010/05/ ... agemagick/ and in particular you can download the example project that does exactly what you are asking, applying a filter to a image in a UIImageView.

Regards,

~C
IM compilation script and test project: https://github.com/marforic/imagemagick_lib_iphone (always up-to-date)
IM latest iOS binaries: ftp://ftp.imagemagick.org/pub/ImageMagick/iOS/
Post Reply