Wrinkle effect using imagick

IMagick is a native PHP extension to create and modify images using the ImageMagick API. ImageMagick Studio LLC did not write nor does it maintain the IMagick extension, however, IMagick users are welcome to discuss the extension here.
Post Reply
bmano
Posts: 15
Joined: 2016-02-04T09:55:57-07:00
Authentication code: 1151

Wrinkle effect using imagick

Post by bmano »

Hi,

I am trying to achieve this effect using Imagick as shown in the url: https://easytweaks.wordpress.com/tag/wr ... xt-effect/

Could anyone pls suggest me the functions that can be used to achieve the wrinkle effect? My target is to integrate this feature for t-shirts in which users can choose a t-shirt design and enter their own custom text and the imagick functions load the custom text in the exact font on the Display T-shirt replacing the default text on the design. Here are the examples which shows exactly what I'm trying to say: http://www.cafepress.com/mf/77948220/fu ... =737246116
http://www.inkpixi.com/items/property-o ... rey/design
http://www.zazzle.com/team_last_name_fa ... 5422021549

Thanks
Last edited by bmano on 2016-02-27T08:29:25-07:00, edited 1 time in total.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Wrinkle effect using imagick

Post by fmw42 »

Your links at the bottom of your post are broken.
bmano
Posts: 15
Joined: 2016-02-04T09:55:57-07:00
Authentication code: 1151

Re: Wrinkle effect using imagick

Post by bmano »

fmw42 wrote:Your links at the bottom of your post are broken.
Sorry, Kindly check again, I have edited the post. Thanks
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Wrinkle effect using imagick

Post by fmw42 »

Post Reply