This Blender addon allows you to combine multiple images into a single image using different packing algorithms. You can also add padding to each image as needed. The Image Packer panel is only visible in the Image Editor area.
This addon has the following packing methods:
-
Preserve the aspect ratio of original images or stretch them.
-
Scale image based on width or height (preserve aspect ratio).
-
Image size based on average/median/minimal/maximum side length or custom.
-
The final image has an aspect ratio of 1x1.
-
Scales all images to the same height.
-
Image height based on average/median/minimal/maximum height or custom.
-
The final image aspect ratio is the median ratio of all images.
-
Scales all images to the same width.
-
Image width based on average/median/minimal/maximum width or custom.
-
The final image aspect ratio is the median ratio of all images.
-
Keeps the size of the images but may result in gaps between the rows.
-
The final image aspect ratio is the median ratio of all images
Beside the packing options you can also change:
-
Randomize the order of the images.
-
Add padding around the image.
-
Change background colour.
-
Delete unused images in the blend file.
-
Add all images in the blend file to the packing list.
To install this addon, do the following:
- Download the latest release from the releases page.
- In Blender, go to Edit > Preferences > Add-ons.
- Click the "Install" button, and select the downloaded .zip file.
- Enable the addon by checking the checkbox next to its name.
To use this addon, do the following:
- Open a new Blender file.
- Go to the Image Editor area.
- Open the Image Packer panel and set the collection name and background colour.
- In the Image Packer panel, select the images you want to add to the packing list.
- Choose a packing algorithm from the dropdown menu.
- Optionally, dail in additional options as needed.
- Click the "Pack Images" button to generate the combined image.
If you experience any issues with this addon, try the following:
- Make sure you have installed the latest version of the addon.
- Check the Blender console (Window > Toggle System Console) for any error messages.
- If you still can't resolve the issue, open an issue on the GitHub repository.
This addon is released under the GNU General Public License (GPL). See LICENSE for details.