
Security News
Oxlint Introduces Type-Aware Linting Preview
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.
An image processing utility which provides options for generating thumbnails for various social media platforms.
The Image Titler is a tool which provides options for generating thumbnails for various social media platforms. Currently, the tool has a predefined style which looks roughly like the following image:
To see more examples, check out our list of samples.
The following code snippet demonstrates a few ways you might use the script:
pip install image-titler # Installs the script
image-titler # Runs as default
image-titler --title "Hello, World!" # Adds a custom title
image-titler --output_path "path/to/output" # Sets the output path
image-titler --path "path/to/image" # Sets the image path
image-titler --tier "free" # Sets the membership tier which changes the rectangle borders
image-titler --logo_path "path/to/logo" # Adds a 145x145 logo to the lower left corner of the image
image-titler --batch # Runs the program in batch mode on a directory
image-titler --font "path/to/font" # Changes the default title font
image-titler --size YouTube # Changes the aspect ratio of the output file
image-titler --no_title # Do not add title
Alternatively, you can spin up the GUI version of the software as of 2.0.0 as follows:
image-titler-gui
# Options can be used to preload GUI as of 2.2.0
image-titler-gui --title "Hello, World!" # Adds a custom title
image-titler-gui --output_path "path/to/output" # Sets the output path
image-titler-gui --path "path/to/image" # Sets the image path
image-titler-gui --tier "free" # Sets the membership tier which changes the rectangle borders
image-titler-gui --logo_path "path/to/logo" # Adds a 145x145 logo to the lower left corner of the image
image-titler-gui --batch # Runs the program in batch mode on a directory
image-titler-gui --font "path/to/font" # Changes the default title font
image-titler-gui --size YouTube # Changes the aspect ratio of the output file
image-titler-gui --no_title # Do not add title
Currently, the image-titler script makes a few assumptions about the images it processes automatically:
There are likely other default behaviors not documented here. Feel free to experiment with the tool and share any issues you find.
Here's a description of all the option used in the samples above.
Option | Domain | Description |
---|---|---|
--batch, -b | True/False | Turns on batch processing |
--font, -f | Any valid font file | Overrides the default title font |
--logo_path, -l | Any valid image file | Loads a logo onto the input image |
--output_path, -o | Any valid directory | Determines where files will be saved (has no effect in GUI) |
--path, -p | Any valid file or directory | Loads the input image (or directory when in batch mode) |
--size, -s | Choose between "Twitter", "WordPress", and "YouTube" | Sets the aspect ratio of the output image |
--tier, -r | Choose between "free" (silver) or "premium" (gold) | Adds a border color to the title |
--title, -t | Any string | Overrides the automatic title feature |
--no_title, -n | Do not add title |
As this utility has grown and changed, it has also changed its support for different versions of Python.
Python | 3.12 | 3.11 | 3.10 | 3.9 | 3.8 |
---|---|---|---|---|---|
image-titler >= 2.5 | yes | yes | |||
image-titler 1.8 - 2.4 | yes | yes | yes | ||
image-titler <= 1.8 |
FAQs
An image processing utility which provides options for generating thumbnails for various social media platforms.
We found that image-titler demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.