Skip to content

A small python script to automate adding a blurred background to images to make them instagram compatible.

Notifications You must be signed in to change notification settings

pranaymodukuru/Instagram_Squarify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Instagram_Squarify

A small python script to automate adding a blurred background to images to make them instagram compatible.

I frequently edit pictures I take on mobile/camera in Lightroom on PC and post on instagram. In this process I may sometimes need to use some third party apps to add background-blur etc. This whole process requires me to transfer images multiple times between devices and process them on different devices. So I decided to automate this step using python.

Usage:

  • Just paste the image files to be squarifed into pictures folder and run 'main.py' to run with default settings.

  • If you want to manually adjust the background blur or brightness use '--blur_strength' or '--background_brightness' flags. Example:

    python main.py --blur_strength 100 --backgroung_brightness 1.3
    

All pictures I included in this project are captured by me in Iceland.

Before formatting

(5333 x 2995) picture alt

After formatting

(1080 x 806) picture alt

About

A small python script to automate adding a blurred background to images to make them instagram compatible.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages