Transform image perspective

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
Defacta
Posts: 12
Joined: 2017-04-19T03:48:21-07:00
Authentication code: 1151

Transform image perspective

Post by Defacta »

Hello,

How to transform a flat image through perspective like this:
Image

Which function should I use ?

Thanks,
Vincent.
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Transform image perspective

Post by snibgo »

See the perspective example at http://phpimagick.com/Imagick/distortImage
snibgo's IM pages: im.snibgo.com
Defacta
Posts: 12
Joined: 2017-04-19T03:48:21-07:00
Authentication code: 1151

Re: Transform image perspective

Post by Defacta »

Wonderful! Thanks, didn't know this website.
:-D
Post Reply