Distortion problem

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
ziasumo

Distortion problem

Post by ziasumo »

It took two days but problem is still here.I want to distort an image with white background..
But when I try to distort image
convert mandril.jpg -distort Perspective "0,0,0,0 0,128,0,128 128,128,128,108 128,0,128,20" output.jpg
input image
Image
Output image
Image
But I dont want to that upper and left area(excluded from distoted area) should background white...or transparent dont want to draw border before..

Eagerly waiting for magic reply..
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Distortion problem

Post by fmw42 »

Post Reply