Search found 3 matches

by incendie22
2017-01-11T23:13:34-07:00
Forum: Users
Topic: how to convert height and width by percentage separately
Replies: 5
Views: 5170

Re: how to convert height and width by percentage separately

Double %% works. Thank you very much.
by incendie22
2017-01-11T22:08:24-07:00
Forum: Users
Topic: how to convert height and width by percentage separately
Replies: 5
Views: 5170

Re: how to convert height and width by percentage separately

doesn't work. the result image is 50x25. it didn't even register the 30% width.
by incendie22
2017-01-11T18:03:27-07:00
Forum: Users
Topic: how to convert height and width by percentage separately
Replies: 5
Views: 5170

how to convert height and width by percentage separately

So I have an a lot of images with different height and width. I want to resize the image by percentage, with height at a different percentage and width at a different percentage.

So an image of 200 x 100 pixel i want to convert it by 50% height and 30% width. how would I do that with imagemagick?