Border not smooth after doing various manipulation

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
nasaa1
Posts: 3
Joined: 2013-06-11T02:03:16-07:00
Authentication code: 6789

Border not smooth after doing various manipulation

Post by nasaa1 »

Hi All,

I had to distort the following image to make it look like a magazine cover. However after doing the manipulation, the image has got some very bad edges on the top.
Could anyone of you please help me in getting rid of it.

My actual image is -
http://postimg.org/image/4xg0kujuj/
Image

My Commands are -
  • convert magCover2.jpg -alpha on -virtual-pixel transparent ( +clone -flip -channel A -evaluate multiply .35 +channel ) -append +distort Perspective "0,0,0,91 0,814,0,724 600,814,600,814 600,0,600,0" -gravity North -crop "600x1628+0-5^!" -background none -compose Over -flatten -transparent white reflect_distort.png
  • convert reflect_distort.png -alpha on -virtual-pixel transparent -antialias -resize "215x800^!" test123.png
  • convert blank.png -alpha on -virtual-pixel transparent -antialias -page +2+2 test123.png -layers flatten -transparent white part1.png
  • convert part1.png -alpha on -virtual-pixel transparent -antialias -page +0+2 spineshadow.png -layers flatten -transparent white flatten_canvas.png
http://postimg.org/image/qr2t22ufx/
My resultant image is Image

I am using it on windows.

Any help will be highly appreciated.

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

Re: Border not smooth after doing various manipulation

Post by snibgo »

I can't see what problem you are trying to solve, possibly because you haven't provided the files blank.png and spineshadow.png.
snibgo's IM pages: im.snibgo.com
Post Reply