Resize paper clips

I worked with a copy of a paper clip, but I cannot create the size that I want.

I have images of different sizes, and I intend to change them.

I need to have an image with a height of 175 pixels and I'm not interested in width.

I tried to work with these 175x175>, 175>x175and 175x175#.

+3
source share
1 answer

You can only try passing the height and width that should be valid for the ImageMagick parameter

x175

Instead

175x175
+3
source

All Articles