Tend a image

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
Spooky_1999

Tend a image

Post by Spooky_1999 »

Hallo all,

i was searching the last 4 hours the docs to find a way to tend a image.
is there a simple way to do this?

greets and sorry for my bad english
Spooky

with tend i mean this

Image
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: Tend a image

Post by Bonzo »

The simplest way would be using -shear:

Code: Select all

convert input.jpg -background white -shear 15x0 output.jpg
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Tend a image

Post by anthony »

See Simple Image Warps in IM Examples.
http://www.imagemagick.org/Usage/warping/#shear
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply