Page 1 of 1

how I could enlarge image like this?

Posted: 2017-09-13T10:47:51-07:00
by diegomage
Image
for convert to this

Image


Please help me with this

Re: how I could enlarge image like this?

Posted: 2017-09-13T11:14:37-07:00
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

Re: how I could enlarge image like this?

Posted: 2017-09-13T11:45:54-07:00
by diegomage
works very thank you