Skip to content

cbrf2002/ig-border-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

IG BORDER GEN ✨

Python Pillow License

Did your squared, bordered feed on Instagram get destroyed by the new Instagram-imposed aspect ratio? Here is a simple Python script to add borders and resize images for Instagram; it's square-friendly too in case Instagram changes their mind.


Table of Contents


Overview

  • Adds a fixed border to input images.
  • Adjusts the aspect ratio by embedding the bordered image in a square canvas.
  • Resizes the image to a 1080px width.
  • Saves the processed images in a designated output folder.

Prerequisites

  • Python 3.x
  • Pillow (install with pip install Pillow)

Usage

  1. Place your images in the Input folder.
  2. Run the script:
    python ig-border-gen.py
  3. Processed images are saved in the Done folder.

Author

cbrf2002

About

A Python script to add borders and resize images for Instagram. Supports batch file processing.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages