how I could enlarge image like this?

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
diegomage
Posts: 205
Joined: 2017-03-08T10:12:28-07:00
Authentication code: 1151

how I could enlarge image like this?

Post by diegomage »

Image
for convert to this

Image


Please help me with this
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: how I could enlarge image like this?

Post by snibgo »

What's the problem? Have you tried the "-resize" operation, eg:

Code: Select all

convert c:pictures\E4h6P.png -resize 100x300% x2.png
snibgo's IM pages: im.snibgo.com
diegomage
Posts: 205
Joined: 2017-03-08T10:12:28-07:00
Authentication code: 1151

Re: how I could enlarge image like this?

Post by diegomage »

works very thank you
Post Reply