Skip to main content

Thumbnailer: A Plugin for Pelican

Build Status PyPI Version

Thumbnailer is a Pelican plugin that creates thumbnails for all of the images found under a specific directory, in various thumbnail sizes.

Installation

This plugin can be installed via:

python -m pip install pelican-thumbnailer

Pillow will be automatically installed in order to resize the images, and the thumbnail will only be re-built if it doesn't already exist (to save processing time). Depending on your local environment and your image types, you may need to also install external libraries to add support for certain image file formats.

As long as you have not explicitly added a PLUGINS setting to your Pelican settings file, then the newly-installed plugin should be automatically detected and enabled. Otherwise, you must add thumbnailer to your existing PLUGINS list. For more information, please see the How to Use Plugins documentation.

Configuration

  • IMAGE_PATH is the path to the image directory. It should reside inside your content directory, and defaults to pictures.
  • THUMBNAIL_DIR is the path to the output sub-directory where the thumbnails are generated.
  • THUMBNAIL_SIZES is a dictionary mapping size name to size specifications. The generated filename will be originalname_thumbnailname.ext unless THUMBNAIL_KEEP_NAME is set.
  • THUMBNAIL_KEEP_NAME is a Boolean that, if set, puts the file with the original name in a thumbnailname folder, named like the key in THUMBNAIL_SIZES.
  • THUMBNAIL_KEEP_TREE is a Boolean that, if set, saves the image directory tree.
  • THUMBNAIL_INCLUDE_REGEX is an optional string that is used as regular expression to restrict thumbnailing to matching files. By default all files not starting with a dot are respected.

Sizes can be specified using any of the following formats:

  • wxh will resize to exactly wxh cropping as necessary to get that size
  • wx? will resize so that the width is the specified size, and the height will scale to retain aspect ratio
  • ?xh same as wx? but will height being a set size
  • s is a shorthand for wxh where w=h

Contributing

Contributions are welcome and much appreciated. Every little bit helps. You can contribute by improving the documentation, adding missing features, and fixing bugs. You can also help out by reviewing and commenting on existing issues.

To start contributing to this plugin, review the Contributing to Pelican documentation, beginning with the Contributing Code section.

Release files for pelican-thumbnailer 1.0.2

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for pelican-thumbnailer 1.0.2
File Size Uploaded
pelican_thumbnailer-1.0.2.tar.gz 5.8 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for pelican-thumbnailer 1.0.2
File Interpreter ABI Platform
pelican_thumbnailer-1.0.2-py3-none-any.whl Python 3 none any Details

Total release size: 12.0 kB

Release files / pelican_thumbnailer-1.0.2.tar.gz

Download URL pelican_thumbnailer-1.0.2.tar.gz
Size 5.8 kB
Tags Source
SHA-256 checksum
How to use checksums
9beccc0a4b06973d358e7f093d21c5ef50abd71650eebf15cbb73686b52e1aa1
BLAKE2b-256 checksum
How to use checksums
2b13ed594b372779eae3f07a99be4450dda979fe4640f256ecbc0a7e2286f1d6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.7

Release files / pelican_thumbnailer-1.0.2-py3-none-any.whl

Download URL pelican_thumbnailer-1.0.2-py3-none-any.whl
Size 6.2 kB
Tags Python 3
SHA-256 checksum
How to use checksums
3c1a2519b143d8bfdae94052fab06c7ab6ee551743018cf4ef3d646eeb1d9315
BLAKE2b-256 checksum
How to use checksums
1482cdec41f11a0356d5814b4d0a2eed44b8b1e00dc4522c6aaffa54356e9820
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.7

Release history Release notifications | RSS feed

This release

1.0.2 This release

2 release files

1.0.1

2 release files

1.0.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page