Skip to content

Instantly share code, notes, and snippets.

View cleebp's full-sized avatar
🗺️

Brian Clee cleebp

🗺️
View GitHub Profile
@cleebp
cleebp / fix-ImageCms-import-without-lcms2.patch
Created August 8, 2024 21:25
Pillow 9.4.0 patch: Fix ImageCms import without lcms2 installed
From 29c1794f8f402f0befd56621c63e5ddf26ad5b2e Mon Sep 17 00:00:00 2001
From: Brian Clee <bclee@esri.com>
Date: Thu, 8 Aug 2024 14:06:38 -0700
Subject: [PATCH 1/1] fix-ImageCms-import-without-lcms2
---
src/PIL/ImageCms.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/PIL/ImageCms.py b/src/PIL/ImageCms.py