1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/graphics/mozjpeg/pkg-descr
Sunpoet Po-Chuan Hsieh e1b82c4f16 Update to 3.2
- Build and install static libraries
- Update BROKEN: use lowercase for leading character
- Remove PLIST_SUB
- Convert to options target helper
- Cosmetic change
- Update pkg-descr
- Update WWW
- Take maintainership

Changes:	https://github.com/mozilla/mozjpeg/releases
2017-05-07 21:26:23 +00:00

17 lines
741 B
Plaintext

Mozilla JPEG Encoder Project
MozJPEG reduces file sizes of JPEG images while retaining quality and
compatibility with the vast majority of the world's deployed decoders.
MozJPEG is based on libjpeg-turbo. It's compatible with libjpeg API and ABI, and
can be used as a drop-in replacement for libjpeg. MozJPEG makes tradeoffs that
are intended to benefit Web use cases and focuses solely on improving encoding,
so it's best used as part of a Web encoding workflow.
MozJPEG is meant to be used as a library in graphics programs and image
processing tools. We include a demo cjpeg tool, but it's not intended for
serious use. We encourage authors of graphics programs to use MozJPEG's C API
instead.
WWW: https://github.com/mozilla/mozjpeg