image-process icon indicating copy to clipboard operation
image-process copied to clipboard

Pelican plugin that automates image processing

Results 13 image-process issues
Sort by recently updated
recently updated
newest added

updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.5.0) - [github.com/psf/black: 23.3.0 → 24.3.0](https://github.com/psf/black/compare/23.3.0...24.3.0) - [github.com/PyCQA/flake8: 6.0.0 → 7.0.0](https://github.com/PyCQA/flake8/compare/6.0.0...7.0.0) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](https://github.com/PyCQA/isort/compare/5.12.0...5.13.2) - [github.com/asottile/pyupgrade: v3.8.0 → v3.15.2](https://github.com/asottile/pyupgrade/compare/v3.8.0...v3.15.2) - [github.com/hakancelikdev/unimport: 0.16.0 →...

I've recently had a problem using the plugin with image files that have whitespaces in their name. This gives no problem on the `src` attribute as it has no separator....

I was getting a vague error of `'NoneType' object is not subscriptable` and it turned out it was because my thumbnail cropping settings were out of the expected range. It...

~~~ RuntimeError: Derivative article-feature definition not handled(must be list or dict) ~~~ There should be a space before the brackets. (called from line 340 of `image_process.py`)

I'm running pelican-4.8.0 with pelican-image-process-3.0.3. My pelicanconf.py has: ``` IMAGE_PROCESS = { "large-photo": { "type": "responsive-image", "sizes": ( "(min-width: 1600px) 1420px, " "(min-width: 1200px) 1020px, " "(min-width: 992px) 860px, "...

I would like to be able to "cache bust" my images, that is add a fragment of a hash to the filename as a final step in the processing, sorta...

enhancement

I have a set of images and some are large some are small. My setup looks like this: ``` 'large': { 'type': 'responsive-image', 'srcset': [ ('1000w', ["scale_out 1000 1 False"]),...

enhancement
help wanted

I'm trying to setup my first pelican based blog on a Fedora Linux system using pelican-4.8.0 with pelican-image-process-3.0.3. If I run `make html` or `make regenerate` everything works great. However...

I am using the latest version of image_process plugin with pelican 4.5.3, using Python 3.8.5 on OSX Catalina using bootstrap2 theme. After following the documentation I only get proper results...