Overlay image, top, bottom, left or right, with a title.
Project description
Overlay Image Title
This is a tool, imagetitle
, to help overlay a small bit of text over an image.
This is especially useful to add some credits to images used in presentations for example.
imagetitle -i input.png --title="This is title text." -p "bottom"
Photo credits for the photo above goto İrfan Simsar [https://unsplash.com/@irfansimsar]
Usage
$ imagetitle [OPTIONS]
Options:
-i, --input PATH
: Image file name. [default: input.png]-o, --output PATH
: Output file name. [default: output.png]-p, --position [bottom|top|left|right]
: Where to position the tile. [default: bottom]-t, --title TEXT
: Text for title.-f, --font TEXT
: Font name or path.-r, --fraction FLOAT RANGE
: What fraction, 0 to 1, of the image edge should be covered by the title? [default: 0.75]--version
--install-completion
: Install completion for the current shell.--show-completion
: Show completion for the current shell, to copy it or customize the installation.--help
: Show this message and exit.
Installation
There are a number of ways you could install this utility.
Python
If you are familiar with the installation of python packages in a virtual environment then you can install with:
pip install imagetitle
This will give you a command line application that you can use at the terminal.
Pipx
Another approach is to use a utility called Pipx to install the application.
pipx install imagetitle
or
pipx install git+https://github.com/rnwolf/overlay_image_title/
Docker
The utility is also packaged up in a Docker image.
If you have docker installed then you can pull down the application and python all in one image.
docker pull rnwolf/overlayimagetitle
To show application help
docker run -t -i --rm -v ${PWD}:/app overlayimagetitle:latest
Show version
docker run -t -i --rm -v ${PWD}:/app overlayimagetitle:latest --version
Given a file called input.png in current working dir then with this produce output.png in
docker run -t -i --rm -v ${PWD}:/app overlayimagetitle:latest -i /app/input.png -f /fnt/Ubuntu-C.ttf
Open a bash shell inside of the docker container
docker run -t -i --rm --entrypoint /bin/bash -v ${PWD}:/app overlayimagetitle:latest
Setup alias for Docker Image
When using docker to run command setup a command alias for imagetitle In your powershell profile add the following
function imagetitle {
docker run -it --rm v ${pwd}:/app overlayimagetitle:latest $args
}
Or if you use bash terminal then update .bashrc profilr by adding:
alias imagetitle='docker run -it --rm -v \`pwd\`:/app overlayimagetitle:latest'
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file imagetitle-0.0.1.tar.gz
.
File metadata
- Download URL: imagetitle-0.0.1.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.9 CPython/3.8.2 Linux/4.19.104-microsoft-standard
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c9c620e2ef3bd5d9dc926940906c77ba2181d0ef5d6e96dd0bbdb79f6a6910b8 |
|
MD5 | 7bb92bd1245fc0e8288055d632da9b22 |
|
BLAKE2b-256 | d06f15c0a1791c468779d45c4c05dd9848722b4d506a645502a03aaadfaeadde |
File details
Details for the file imagetitle-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: imagetitle-0.0.1-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.9 CPython/3.8.2 Linux/4.19.104-microsoft-standard
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cfdea7416e072462fd812bfa3d09e18256de6e37292479455697139f223aca7b |
|
MD5 | 974ad9d14770eb742cc433e1830e645a |
|
BLAKE2b-256 | 8418e8ef86999f1fd1ae30b142068ea719d05e57c9aab1052b2c983e94821315 |