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?".
Spooky_1999
Post
by Spooky_1999 » 2009-09-10T11:02:04-07:00
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
Bonzo
Posts: 2971 Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England
Contact:
Post
by Bonzo » 2009-09-10T11:36:59-07:00
The simplest way would be using -shear:
Code: Select all
convert input.jpg -background white -shear 15x0 output.jpg
anthony
Posts: 8883 Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia
Contact:
Post
by anthony » 2009-09-10T17:39:59-07:00
Users browsing this forum: Ahrefs [Bot] , Bing [Bot] , Google [Bot] and 8 guests