0

I have a magnificent set of hand drawn rune cards that I wish to scan into a runic encyclopedia of some sort. Each card is 100mm x 80mm, so I could fit 6 per A4 page to scan them. After a little edit, I have four 240mm x 200mm images that each comprise 6 runes.

Is there a way I can get Paint.NET to divide these images, e.g. "here, divide this .jpg into 6 smaller, equal size ones?

1
  • It is hard to perfectly align multiple items on a scanner multiple times so that you could automate this and get perfect results. Separating 24 images isn't a monumental task one at a time. Almost any image editor will let you fine tune the selection area and crop out each image. Or just scan the cards individually (easier to align). Make the composite by combining the individual images into a grid (either by pasting onto a larger canvas or pasting into a grid or table in your document software).
    – fixer1234
    Commented Jul 10, 2015 at 18:45

1 Answer 1

0

Paint.NET is hardly the right tool for this job. You may batch process image files with ImageMagick. See example here

In your case, the command will be something like

convert card_240x200.jpg -crop 80x100 +repage card_80x100_%d.jpg

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .