1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Source: pvrg-jpeg
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: graphics
Priority: optional
Build-Depends: debhelper (>= 11~),
cmake,
flex
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/med-team/pvrg-jpeg
Vcs-Git: https://salsa.debian.org/med-team/pvrg-jpeg.git
Homepage: http://jpeg.sourceforge.net/
Package: pvrg-jpeg
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Suggests: netpbm,
libjpeg-progs
Description: Stanford PVRG JPEG tool
PVRG is the JPEG implementation from Stanford Portable Video Research Group
.
This package contains the pvrg-jpeg command line tool.
Contrary to cjpeg/djpeg, pvrg-jpeg can also compress in lossless JPEG
which is defined in ITU-T T.81, ISO/IEC IS 10918-1. It also support in
a single codec 8bits and 12bits lossy JPEG compression/decompression.
|