Skip to content
Snippets Groups Projects
Commit 27c7227b authored by Anton Sarukhanov's avatar Anton Sarukhanov
Browse files

Photos: faster!

parent 8f289240
No related branches found
No related tags found
No related merge requests found
Pipeline #249 passed with stages
in 6 minutes and 33 seconds
......@@ -19,6 +19,7 @@ PHOTO_ARTICLE = (3840, 2160, 90)
PHOTO_THUMB = (384, 256, 90)
PHOTO_EXIF_KEEP = True
PHOTO_RESIZE_JOBS = 18
VIDEO_COPY_JOBS = 18
MARKDOWN = {'extensions': ['toc(permalink=🔗)', 'codehilite(linenums=False)', 'extra']}
......
......@@ -4,4 +4,4 @@ Markdown==2.6.6
pelican-advthumbnailer==0.7.0
pelican-webassets==1.0.0
piexif==1.1.3
Pillow==7.2.0
Pillow-SIMD==7.0.0.post3
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment