aboutsummaryrefslogtreecommitdiff
path: root/graphics/Makefile
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-08-27 10:10:30 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-08-27 10:10:30 +0000
commit2b8486a5c333215ecb74f745851d80f1ed1df884 (patch)
tree2356fd9ab57843e14b1c90227fd319ec8d1c49d7 /graphics/Makefile
parent39eb9db143e8415db6bbeb403ebc71b6a779362a (diff)
downloadports-2b8486a5c333215ecb74f745851d80f1ed1df884.tar.gz
ports-2b8486a5c333215ecb74f745851d80f1ed1df884.zip
graphics/py-lerc: Add py-lerc 4.0.0
LERC is an open-source image or raster format which supports rapid encoding and decoding for any pixel type (not just RGB or Byte). Users set the maximum compression error per pixel while encoding, so the precision of the original input image is preserved (within user defined error bounds). This port is the Python binding for LERC (Limited Error Raster Compression). WWW: https://esri.github.io/lerc/ WWW: https://github.com/Esri/lerc/tree/master/OtherLanguages/Python
Diffstat (limited to 'graphics/Makefile')
-rw-r--r--graphics/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index f0f352ce062e..fe6b20ecde5f 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -871,6 +871,7 @@
SUBDIR += py-imagesize
SUBDIR += py-img2pdf
SUBDIR += py-leather
+ SUBDIR += py-lerc
SUBDIR += py-mapclassify
SUBDIR += py-mayavi
SUBDIR += py-mcomix