diff options
author | Raghav Gururajan <raghavgururajan@disroot.org> | 2020-09-24 10:59:47 -0400 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2020-12-01 22:06:03 +0100 |
commit | 27866b7ce22d48bcf9e6ae95bd337777093d4c50 (patch) | |
tree | 06af6b6b4f38318b132ff54a2dbb219e1d3cc4b0 /gnu/packages | |
parent | 49d38b9a44d1045133e993f372394f9d3c626a72 (diff) |
gnu: openjpeg: Update synopsis and description.
* gnu/packages/image.scm (openjpeg) [synopsis]: Modify.
[description]: Modify.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/image.scm | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm index e8e0c88c34..07ddbc7398 100644 --- a/gnu/packages/image.scm +++ b/gnu/packages/image.scm @@ -848,16 +848,12 @@ test suite, including conformance tests (following Rec. ITU-T T.803 | ISO/IEC ("libpng" ,libpng) ("libtiff" ,libtiff) ("zlib" ,zlib))) - (synopsis "JPEG 2000 codec") - (description - "The OpenJPEG library is a JPEG 2000 codec written in C. It has -been developed in order to promote the use of JPEG 2000, the new -still-image compression standard from the Joint Photographic Experts -Group (JPEG). -In addition to the basic codec, various other features are under -development, among them the JP2 and MJ2 (Motion JPEG 2000) file formats, -an indexing tool useful for the JPIP protocol, JPWL-tools for -error-resilience, a Java-viewer for j2k-images, ...") + (synopsis "OPENJPEG Library and Applications") + (description "OpenJPEG is an implementation of JPEG 2000 codec written in C +language. It has been developed in order to promote the use of JPEG 2000, a +still-image compression standard from the Joint Photographic Experts Group +(JPEG). Since April 2015, it is officially recognized by ISO/IEC and ITU-T as a +JPEG 2000 Reference Software.") (home-page "https://github.com/uclouvain/openjpeg") (license license:bsd-2))) |