Search found 3 matches

by Anand
2011-04-20T21:45:19-07:00
Forum: Developers
Topic: Using Shepard Distortion
Replies: 3
Views: 8894

Re: Using Shepard Distortion

extern MagickExport Image *DistortImage(const Image *,const DistortImageMethod,const size_t, const double *,MagickBooleanType,ExceptionInfo *exception) this is the method through which we can distort image defined in distort.h of IM. Mine Code --->>>> final = DistortImage(images, ShepardsDistortion ...
by Anand
2011-04-20T06:18:41-07:00
Forum: Developers
Topic: Image manipulation in iphone
Replies: 1
Views: 3922

Image manipulation in iphone

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.

:?
by Anand
2011-04-20T06:01:46-07:00
Forum: Developers
Topic: Using Shepard Distortion
Replies: 3
Views: 8894

Using Shepard Distortion

Hello i want to use shepard distortion of image magic in Iphone,but how to use it means how to pass the parameters to the distortion method .kindly suggest me.