Skip to main content

A thumbnail generator for Pelican that operates by looking at the filename of missing files to determine thumb format.

Project description

A thumbnail generator for Pelican that automatically scans all image tags looking for missing images and creates the thumbnails based on the filename.

Based on the existing thumbnailer plugin.

Install

To install the library, you can use pip

$ pip install pelican-advthumbnailer

Usage

  1. Update pelicanconf.py:

    1. Add advthumbnailer to PLUGINS.

      You should add it before any image optimization plugins.

      PLUGINS = [..., 'advthumbnailer']
  2. Creating a thumbnail:

    1. Ensure original image is copied to the output folder (add to STATIC_PATHS or use the autostatic plugin).

      E.g: output/images/example.png

    2. Add an <img> (or a <source> tag) containing as source (or scrset):

      images/thumbnails/<spec>/example.png

      Where <spec> is one of the following:

      • <number>: Perform a square resize of the image to <number>x<number> pixels.

      • <number1>x<number2>: Perform a scale and crop resize of the image to <number1>x<number2> pixels.

      • <number1>x_ or _x<number2>: Perform an aspect-preserving resize of the image enforcing the specified with or height, respectively, in pixels.

      <spec> can also be terminated with a ! in which case upscales (e.g: resize 100px to 200px) will also be allowed. By default this is not the case.

      Example:

      <img src="images/thumbnails/100x_/example.png" />
    3. Upon output generation, all files are scanned for image sources and those matching the .*thumbnails/<spec>/.+ regex are thumbnailed according to the <spec>.

Options

  • ADVTHUMB_SEARCH_IMAGES_IN_ANCHORS (default: False): Boolean option that determines if advthumbnailer should consider the href attribute of <a> elements as thumbnail paths.

  • ADVTHUMB_QUALITY (default: 70): Int option that determines quality of generated thumbnails.

  • ADVTHUMB_OPTIMIZE (default: True): Boolean option that determines if generated thumbnails should be optimized.

  • ADVTHUMB_PROGRESSIVE (default: True): Boolean option that determines if generated thumbnails should be progressive.

Integrations

pelican-autostatic

Integration with pelican-autostatic is achieved by adding an option to the {static ...} replacement.

{static images/example.png thumb="100x_"}

Jinja2

Integration with Jinja2 is achieved via the thumbnail function.

<img src="{{ SITEURL + "images/example.png" | thumbnail("100x_") }}" />

Example usage

For a working example check my site and my site’s source code.

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

pelican-advthumbnailer-1.0.0.tar.gz (9.5 kB view details)

Uploaded Source

Built Distribution

pelican_advthumbnailer-1.0.0-py3-none-any.whl (9.4 kB view details)

Uploaded Python 3

File details

Details for the file pelican-advthumbnailer-1.0.0.tar.gz.

File metadata

  • Download URL: pelican-advthumbnailer-1.0.0.tar.gz
  • Upload date:
  • Size: 9.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.10

File hashes

Hashes for pelican-advthumbnailer-1.0.0.tar.gz
Algorithm Hash digest
SHA256 815a2d7c9cb90fc5133b8a0846ca413dae984b6a51642114290032c0009840f1
MD5 15030a5ce6d1bd25207f389bedd22a87
BLAKE2b-256 90652c3045436f23ce2d55452f5d511f94692b3ec1fea0fbf1d487b1f1e960ed

See more details on using hashes here.

File details

Details for the file pelican_advthumbnailer-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: pelican_advthumbnailer-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 9.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.10

File hashes

Hashes for pelican_advthumbnailer-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0848cb4f02b55840e50caa9fd97a35e1e38ea468f175d05675833bdb5beeedb5
MD5 8cbf3829f353b6733894410ad61b40c1
BLAKE2b-256 2ba54c5404812a85ae8f30f3b61ca1ca2fbf50f7a37f5a5f0861e5d1ea82b7e4

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