From 467a1b5b1f8960cc68cc491911cce11f24939678 Mon Sep 17 00:00:00 2001 From: jbreiden Date: Tue, 18 Feb 2014 09:51:42 -0800 Subject: [PATCH] Updated GSOC Ideas (markdown) --- GSOC-Ideas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GSOC-Ideas.md b/GSOC-Ideas.md index c4b558d..5ac0f03 100644 --- a/GSOC-Ideas.md +++ b/GSOC-Ideas.md @@ -22,4 +22,4 @@ Pillow decodes a lot of image formats, some of which are safer and better specif _Suggested by Jeff Breidenbach, User_ -Pillow decodes a lot of image formats, but there is room for one more. JPEG 2000 is widely used in the motion picture industry and also by digital libraries. It is also part of the PDF standard. Adding support for JPEG 2000 would be very helpful, even if was on a read-only basis. Related software includes libopenjpeg which implements a JPEG 2000 codec, and ReportLab which is a python module that utilizes PIL for creating PDF documents. \ No newline at end of file +Pillow decodes a lot of image formats, but there is room for one more. JPEG 2000 is widely used in the motion picture industry and also by digital libraries. It is also part of the PDF standard. Adding support for JPEG 2000 would be helpful, even if was on a read-only basis. Related software includes libopenjpeg which implements a JPEG 2000 codec, and ReportLab which is a python module that utilizes PIL for creating PDF documents. \ No newline at end of file