Skip to content

Python GUI application for add square border on pictures.

Notifications You must be signed in to change notification settings

alb-uss/InstaSize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

InstaSize

Version 1.0 - Python cross-platform application. Contact me with the coordinates at the bottom of the page to get the Mac OS X ".app" or Windows ".exe" application !!

InstaSize is a program to add borders to your images to keep an Instagram feed with a "paper" effect on your images. All portrait images processed by the program have the same size of top/bottom borders and the landscapes have the same size of left/right borders to have uniform images. The processed images form squares.. If you want an airy feed, this app will save you !

Your beautiful Instagram feed after using InstaSize

Requirements

  • Mac OS X 10.14 Mojave and earlier/ Windows 7 SP1 and earlier
  • Python 3.7.1 (except for executables)
  • Have tkinter for GUI and PIL for image processing (except for executables) To install these packages :

pip3 install tk

pip3 install pillow

Variable parameters

Border Size:

In the addBorder () function, you can change the pixel size of the borders, here are the default values:

  • Portrait orientation (up / down borders): 230px
  • Landscape orientation (left / right borders): 200px Note: if you change the value in each program calculation operation, your image will always be a square.

Format of the files:

  • You can change the type of files to process by replacing the ".jpg" strings (ex: change to ".png")

Other possible modifications:

  • You can modify the text appearing in each window of the GUI

Notes

  • The directory paths where your source / destination images are stored must not contain spaces. Support for Windows paths with spaces is an evolution in progress.

  • Sometimes, because of a bug, the folder selection buttons do not display text. Resize the window with the mouse and the text appears (only with the .app)

  • Version 1.1 will support blank spaces and thus create a Windows executable

Result

Contact me

  • Join the chat https://discord.gg/bFwPjV6
  • Send me an e-mail : [email protected]
  • Follow me on Instagram : @guezfact & @guez_zone

About

Python GUI application for add square border on pictures.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages