V
V
vladimirK12021-03-27 13:34:00
OpenCV
vladimirK1, 2021-03-27 13:34:00

How to cut an image into 256x256 pieces and save as a set of photos?

You need to cut the photo into pieces 256x256 and save these pieces as separate photos. That is, one picture goes to the input, and, for example, 10 photos of 256x256 in size are saved at the output.

605f09b17841d741196112.jpeg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
pfg21, 2021-03-27
@vladimirK1

imagemagic
convert image.png -crop @256x256 image_%d.png

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question