resize then crop?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
MBloodrose
Posts: 2
Joined: 2015-06-29T21:34:12-07:00
Authentication code: 6789

resize then crop?

Post by MBloodrose »

i have a image that is 640 x 400 px and i wish to cut it into 64 x 40 but the resize i would like every 10 px to be resized to 1200 px. help please
MBloodrose
Posts: 2
Joined: 2015-06-29T21:34:12-07:00
Authentication code: 6789

Re: resize then crop?

Post by MBloodrose »

every 10 px as in 1 of the squares cut from the 640 x 400
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: resize then crop?

Post by fmw42 »

Do you mean that you want blocks of 10x10 resized each to 1200x1200, so that you end up with 64x40 = 2560 blocks as new images of size 1200x1200?
Post Reply