Jump to content

How to cut a picture into (equal) pieces?


haimat

Recommended Posts

Hi all!

I have an image that I want to automatically cut into smaller pieces, probably all with the same width and height. For example, when I have an image of 1000x1000 pixels, I need/want to "slice" it into many 50x50 pieces (as if I would cut along an imaginary grid). Since this process could end up with many such small pieces, a manual approach would take me some time (at least I think so).

Thus, is there an easy/automatic way of how to accomplish this task?

Thanks in advance for your help!

Kind regards, Matthias

Link to comment
Share on other sites

Just for the records: I have (partly) solved my problem via ImageMagick:

convert input.png -crop 32x32@ output_%d.png

However, if possible, I would also like to know how to achieve this in paint.net :)

Cheers!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...