instafy 0.1.0

Transform images into Instagram-ready 1080x1080 format with blurred backgrounds
Documentation
# Instafy Configuration File Example
# Place this file at: ~/.config/instafy/config.yml
#
# All settings are optional. CLI arguments will override these defaults.

# Output directory for processed images
# Default: ./instafied
# output: "./output"

# Blur intensity (sigma value)
# Higher values = more blur
# Default: 20.0
# blur: 25.0

# Output image size (width and height in pixels)
# Default: 1080
# size: 2048

# Path to watermark image (PNG recommended, 1:1 aspect ratio)
# Default: ~/.config/instafy/watermark.png (if it exists)
# watermark: "/path/to/logo.png"

# Rotate watermark 90° clockwise for vertical (portrait) images
# Horizontal and square images keep watermark in normal orientation
# Default: false
# rotate: true