How to batch split multiple images into a 9-grid layout or evenly divide them into any number
Translation:简体中文繁體中文EnglishFrançaisDeutschEspañol日本語한국어,Updated on:2025-01-07 10:54,Editor-in-Chief:system
Summary:In certain specific scenarios, we need to evenly split an image into various smaller images to better manage and utilize image data. For example, some marketing tasks such as operations and copywriting require the use of grid cuts like a 3x3 grid or 2x3 grid, which stand out uniquely. A complete image divided into multiple parts and then reassembled into a whole can enhance details and elevate the layout in an article. Compared to a complete large image, the split images will have smaller individual sizes, thus speeding up page response times and improving browsing experience. Below is an introduction on how to sequentially split a large number of single images into any desired number of images, supporting the following image formats: jpg, jpeg, png, bmp, gif, tif, tiff, webp, tga, avif.
1、Usage Scenarios
Split many images sequentially into 6 or 9 equally-sized parts, or divide them into any number of equally-sized parts.
For example: An image with a size of 512x512
If you need to evenly split it into 9 parts,
Each part will be 170x170 in size.
2、Preview
Before Processing:
After Processing:
3、Operation Steps
Open 【HeSoft Doc Batch Tool】, select 【Image Processing】 - 【Split Image into Multiple Small Images】.
【Add File】 to add one or multiple image files that need to be evenly split into equally sized parts.
【Import Files from Folder】 to import a folder containing numerous image files that need to be evenly divided into equally sized parts.
You can also drag and drop files below directly. Then click Next.
Select 【Even Split】
The number of horizontal and vertical small images below can be customized.
For example, the ratio for a 6-grid is: 3 and 2 or 2 and 3.
The ratio for a 9-grid is: 3 and 3.
After confirming the numbers, click Next.
Wait for the process to complete, then click the saved folder to view the modified files.