The Instagram Carousel Generator plugin now supports advanced image splitting and formatting for Instagram carousel posts. This document provides examples of how to use the new features.
IMPORTANT: Before using seamless carousel mode, verify ImageMagick is installed:
- Open Lightroom Classic
- Go to
File > Plug-in Manager - Select
Instagram Carousel Generatorfrom the list - Look for the ImageMagick Status section
- Check the status:
- ✓ Installed (green text) - You're ready to use seamless carousel mode!
- ✗ Not Installed (red text) - Follow the installation instructions shown below the status
The Plugin Manager will show platform-specific instructions:
For macOS:
brew install imagemagickOr download from https://imagemagick.org, then restart Lightroom.
For Windows:
- Download from https://imagemagick.org
- Run the installer
- Important: Check "Add to PATH" during installation
- Restart Lightroom
After installation, return to the Plugin Manager to verify the status shows "✓ Installed" (green).
Perfect for standard Instagram posts:
- Select your photo in Lightroom
- Go to File > Export
- Choose "Instagram Carousel" as the export service
- Select aspect ratio: "1:1 (Square)"
- Frame size will automatically be set to 1080x1080px
- Click Export
Ideal for vertical photos:
- Follow steps 1-3 above
- Select aspect ratio: "4:5 (Portrait)"
- Frame size will automatically be set to 1080x1350px
- Click Export
Great for landscape photos:
- Follow steps 1-3 above
- Select aspect ratio: "5:4 (Landscape)"
- Frame size will automatically be set to 1350x1080px
- Click Export
When you have a wide panoramic photo that you want to split into multiple Instagram posts that form a seamless carousel:
- Select your panoramic photo
- Go to File > Export
- Choose "Instagram Carousel"
- Select your desired aspect ratio (e.g., "1:1 (Square)")
- Check "Enable Seamless Carousel Mode (split panoramas)"
- Choose overflow handling method (see below)
- Click Export
The plugin will:
- Calculate how many tiles are needed to fit your panorama
- Split the image into edge-to-edge seamless tiles
- Save tiles in a subfolder named "[original_filename]_carousel"
- Each tile will be ready to upload to Instagram
When your panoramic image doesn't divide evenly into the frame size:
This option centers your image and adds colored bands to fill the remaining space:
- Select "Add bands with optional frame" radio button
- Set the background color using RGB values (0-255):
- R (Red), G (Green), B (Blue) fields
- Default: White (255, 255, 255)
- Optionally enable frame:
- Check "Enable Frame"
- Set frame color using RGB values (default: black - 0, 0, 0)
- Set frame size in pixels (default: 10px)
- Click Export
Example Use Case:
- Panorama is 5000px wide, tiles are 1080px each
- 5 tiles will be created (5 × 1080 = 5400px)
- The last 400px will be filled with white bands on top and bottom
- A black frame can be added for aesthetic effect
This option crops the top and bottom of your panorama to fit perfectly:
- Select "Crop to fit perfectly" radio button
- Click Export
Example Use Case:
- Panorama is 5000px wide, tiles are 1080px each
- Image will be cropped to 4320px (4 × 1080)
- The rightmost 680px will be removed
- All 4 tiles will have edge-to-edge content
For non-standard Instagram sizes or custom projects:
- Select aspect ratio: "Custom"
- Enter your desired width and height in pixels
- Minimum: 100px, Maximum: 4096px
- Both width and height fields will become editable
- Configure other settings as desired
- Click Export
For seamless carousel mode (image splitting) to work, ImageMagick must be installed:
macOS:
brew install imagemagickWindows:
- Download from https://imagemagick.org
- Run the installer
- Ensure "Add to PATH" is checked during installation
Verification: Open Terminal (macOS) or Command Prompt (Windows) and run:
convert -version # macOS/Linux
magick -version # WindowsIf ImageMagick is not installed:
- Photos will be exported as single images
- No splitting will occur
- You'll see a warning message with installation instructions
- The original export will still complete successfully
- 1:1 (Square): Universal, works everywhere on Instagram
- 4:5 (Portrait): Takes up more vertical space in feed
- 16:9 (Wide): Great for landscape panoramas
- 9:16 (Vertical): Story-style format for feed posts
- Wide panoramic landscapes
- Multi-image storytelling sequences
- Before/after comparisons that span multiple posts
- Architectural photography that needs full width
Use "Add Bands":
- When you want to preserve all image content
- For artistic effect with frames
- When the background color complements your image
Use "Crop":
- When edge-to-edge is more important than preserving all content
- For pure panoramic landscapes
- When you want maximum impact without borders
- White background (R=255, G=255, B=255) + black frame (R=0, G=0, B=0) = classic look
- Match background RGB values to dominant image color = cohesive feel
- Thin frames (5-10px) = subtle
- Thick frames (20-50px) = bold statement
- Common colors: Gray (128, 128, 128), Navy (0, 0, 128), Cream (255, 253, 208)
Step 1: Check ImageMagick Status
- Go to
File > Plug-in Manager - Select
Instagram Carousel Generator - Check the "ImageMagick Status" section
If status shows "✗ Not Installed" (red):
- Follow the platform-specific installation instructions shown in the Plugin Manager
- After installation, restart Lightroom
- Return to Plugin Manager to verify status is now "✓ Installed" (green)
If status shows "✓ Installed" (green) but still not splitting:
- Check Lightroom's plugin log for error messages
- Ensure the source image is wide enough to create multiple tiles
- Try exporting a single test image first
Diagnosis:
- Open Plugin Manager (File > Plug-in Manager)
- Select "Instagram Carousel Generator"
- Check "ImageMagick Status" section
If Red (Not Installed):
- ImageMagick is not detected on your system
- Follow installation instructions in the Plugin Manager
- Restart Lightroom after installation
If Green (Installed) but still getting error:
- This is unusual - ImageMagick detection succeeded but execution failed
- Try reinstalling ImageMagick
- Ensure ImageMagick is in your system PATH
- Contact support with plugin log details
Check:
- Your original image dimensions
- Selected tile size
- Make sure the panorama is wide enough to warrant multiple tiles
Check:
- Color values in the color wells
- Export color space settings (should be sRGB for Instagram)
This is normal for:
- Large panoramic images (10000+ pixels wide)
- High-resolution exports
- Multiple photos in batch export
- Panorama: 4320px × 1080px
- Tile size: 1080px × 1080px
- Result: 4 tiles exactly (4320 ÷ 1080 = 4)
- No overflow handling needed
- Panorama: 5000px × 1080px
- Tile size: 1080px × 1080px
- Result: 5 tiles (5000 ÷ 1080 = 4.63, rounded up to 5)
- Overflow: 400px needed (5 × 1080 - 5000 = 400px)
- Options:
- Add bands: Image centered, 200px bands on each side
- Crop: Image reduced to 4320px width (loses 680px)
- Panorama: 3000px × 1350px
- Tile size: 1080px × 1350px (4:5 ratio)
- Result: 3 tiles (3000 ÷ 1080 = 2.78, rounded up to 3)
- Overflow: 240px needed
- Options:
- Add bands: Image centered, 120px bands on each side
- Crop: Image reduced to 2160px width
For issues or questions:
- GitHub: https://github.com/manuzzi/LightroomClassicCarouselPlugin/issues
- Ensure you have the latest version (1.5.0 or higher)
- Check that ImageMagick is properly installed for splitting features