Add fallback if ImageMagick is not available

This commit is contained in:
Kylian Schmidt
2026-05-15 09:07:48 +02:00
parent 73916268a2
commit 3c399d5733
4 changed files with 265 additions and 249 deletions
+2 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "gallery"
version = "0.1.2"
version = "0.1.3"
description = "Scientific Gallery Generator - Create responsive HTML galleries from plot collections"
readme = "README.md"
requires-python = ">=3.8"
@@ -38,6 +38,7 @@ dependencies = [
"PyYAML>=5.0",
"argcomplete>=3.0",
"platformdirs>=3.0",
"pymupdf>=1.23",
"pytest",
"textual>=0.50",
]