how I could enlarge image like this?
how I could enlarge image like this?
for convert to this
Please help me with this
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: how I could enlarge image like this?
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
Re: how I could enlarge image like this?
works very thank you