Skip to main content

Add a border to any image.

Project description

py-image-border

py-image-border is a simple project that lets you easily add borders to screenshots:

$ add-border my_screenshot.png

Installation sets up an add-border shortcut, so you don't need to use any python commands to use the project. If you want, you can also use the following syntax:

$ python -m py_image_border.add_border my_screenshot.png

Installation

Install the package with pip:

$ python -m pip install py-image-border

The only dependency is Pillow.

Usage

You can adjust the size of the border, add some padding between the image and border, and set a custom color for the border:

# 15-pixel border:
$ add-border my_screenshot.png 15

# 10-pixel padding:
$ add-border my_screenshot.png --padding 10

# black border:
$ add-border my_screenshot.png --border-color black

To see the full usage documentation, use --help:

usage: add-border [-h] [--padding PADDING] [--border-color BORDER_COLOR] path [border_width]

Add a border to any image.

positional arguments:
  path                  Path to the original image.
  border_width          Border width (default: 2).

options:
  -h, --help            show this help message and exit
  --padding PADDING     Padding (default: 0).
  --border-color BORDER_COLOR
                        Border color (default: lightgray).

Notes

This project was motivated by the lack of an easy, consistent way to add borders to screenshots on macOS.

The test image is a bear I caught with a game camera, scratching its back against a tree:

Bear scratching its back against a tree

I had left the game camera out much longer than expected, and had about 100k images to go through. I wrote a Python script to flag any image with an area of dark pixels. This was one of about 12 images flagged. :)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

py-image-border-2023.4.14.2.tar.gz (3.0 kB view details)

Uploaded Source

Built Distribution

py_image_border-2023.4.14.2-py3-none-any.whl (4.4 kB view details)

Uploaded Python 3

File details

Details for the file py-image-border-2023.4.14.2.tar.gz.

File metadata

  • Download URL: py-image-border-2023.4.14.2.tar.gz
  • Upload date:
  • Size: 3.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for py-image-border-2023.4.14.2.tar.gz
Algorithm Hash digest
SHA256 c23f2fa11af29e31f4a11c309c265b6a1205291e1eb26b320c9e57d340d02f14
MD5 2cb477888096be7c0257da2a29975607
BLAKE2b-256 76094247189fdb90734f5f0b678d3fe0f936a31ebdbe9afcbec3cfac9f7e91cb

See more details on using hashes here.

File details

Details for the file py_image_border-2023.4.14.2-py3-none-any.whl.

File metadata

File hashes

Hashes for py_image_border-2023.4.14.2-py3-none-any.whl
Algorithm Hash digest
SHA256 56f69381d9a009de6e3576a11c5b2052cace267e5670e5150913e3f7f6adf4be
MD5 7f32c5b840bb1e4ec6cd74423705cfb5
BLAKE2b-256 2fb99e07b633eaaddb3b8d003a4463a564f0908a6c916c0737e6277c92d31b94

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page