Jump to content
Paint.NET 5.1 is now available! ×

Recommended Posts

Posted

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

Posted

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!

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...