freebsd-ports/graphics/mozjpeg/pkg-descr
Danilo Egea Gondolfo 374aa24360 - Update from 1.0.1 to 2.0.1
- Update COMMENT
- Update pkg-descr
- Remove static libraries from default options
- Remove patch for warning: always_inline function might not be inlinable, fixed by upstream

PR:		ports/191964
Submitted by:	Horia Racoviceanu <horia@racoviceanu.com>
2014-07-19 23:12:39 +00:00

15 lines
725 B
Text

MozJPEG is a fork of libjpeg-turbo with 'jpgcrush' functionality built in.
This project's goal is to reduce the size of JPEG files without reducing quality
or compatibility with the vast majority of the world's deployed decoders.
The idea is to reduce transfer times for JPEGs on the Web, thus reducing page
load times.
'mozjpeg' is not intended to be a general JPEG library replacement. It makes
tradeoffs that are intended to benefit Web use cases and focuses solely on
improving encoding. It is best used as part of a Web encoding workflow. For a
general JPEG library (e.g. your system libjpeg), especially if you care about
decoding, we recommend graphics/libjpeg-turbo port.
WWW: https://github.com/mozilla/mozjpeg/