added support for all css color types

This commit is contained in:
2024-07-16 11:56:01 +02:00
committed by Flo Greistorfer
parent fd1cbd0d4f
commit b869c8da7b
8 changed files with 242 additions and 75 deletions

View File

@@ -19,7 +19,7 @@ from modules.generate_html import list_folder, EXCLUDES
# Constants
STATIC_FILES_DIR = os.path.join(os.path.abspath(os.path.dirname(__file__)), "files")
SCRIPT_DIR = os.path.abspath(os.path.dirname(__file__))
VERSION = "2.2.3"
VERSION = "2.2.4"
RAW_EXTENSIONS = [
".3fr", ".ari", ".arw", ".bay", ".braw", ".crw", ".cr2", ".cr3", ".cap", ".data", ".dcs", ".dcr",
".dng", ".drf", ".eip", ".erf", ".fff", ".gpr", ".iiq", ".k25", ".kdc", ".mdc", ".mef", ".mos",