Image manipulation in 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
User avatar
Anand
Posts: 3
Joined: 2011-04-20T05:22:25-07:00
Authentication code: 8675308

Image manipulation in iphone

Post by Anand »

Hello all,
I am developing an application on iphone using Image Magic library. I want to manipulate a normal person image so that it will look fat.How to implement this feature using IM library. I am clueless kindly suggest me.

:?
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Image manipulation in iphone

Post by fmw42 »

see -distort barrel

http://www.imagemagick.org/Usage/distorts/#barrel

other examples are at my preliminary script, pinbarrel, at the link below. However, my script has been deprecated by the IM -distort barrel. Note the order of the arguments have been reversed and changed between the two.
Post Reply