How to split an image with a grid and preserve transparency bounding box
问题 I have some png images that I want to split it into parts, like by grid or size. But each part should have the same bounding box (transparency) as original image. Example: Splitting image into 2 parts. Original: 200 × 89 Output: part_1.png, 200 × 89 part_2.png, 200 × 89 Can ImageMagick do this? Or any other app or method. My actual goal is to split into 100+ slices images. EDIT: Another goal to have an indents for each slice. Say indent = 10px . Example: Input: 200 x 100 Output: part_1.png,