resize then crop?
-
- Posts: 2
- Joined: 2015-06-29T21:34:12-07:00
- Authentication code: 6789
resize then crop?
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
-
- Posts: 2
- Joined: 2015-06-29T21:34:12-07:00
- Authentication code: 6789
Re: resize then crop?
every 10 px as in 1 of the squares cut from the 640 x 400
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: resize then crop?
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?