Search found 2 matches

by bajram
2015-05-01T03:36:02-07:00
Forum: Users
Topic: Zoom, offset, crop
Replies: 2
Views: 2484

Re: Zoom, offset, crop

Hi,

I found the solution, here it is:

Resize the image to the new size, crop it with specified x/y offset and then rebuild it completely as an image

Code: Select all

/usr/local/bin/convert from.gif  -resize 427x238 -crop 180x180+124+67 +repage  to.gif
Thanks
by bajram
2015-04-30T22:35:45-07:00
Forum: Users
Topic: Zoom, offset, crop
Replies: 2
Views: 2484

Zoom, offset, crop

Hi, I found ImageMagick very helpful on manipulating with images. However, I'm trying to accomplish the following result for days now and it seams that I'm still not understanding what is going on! What I want to achieve is: Get an image (gif, jpg or png) of a give dimension, ex.: 377x250px, zoom it ...