Commit graph

11 commits

Author SHA1 Message Date
adam
a92ab7629f Changes 1.4.3:
- fix bug that could cause jpegoptim crash when processing certain jpeg files
2015-05-22 08:04:59 +00:00
wiz
b6b2607e52 Update to 1.4.2:
v1.4.2 - add option -P, --preserve-perms,
         some minor fixes
2015-01-16 09:40:37 +00:00
adam
834969126b Changes 1.4.1 - fix --stdin option (assume -f when reading from stdin),
workaround to bug in libjpeg-turboi (v1.3.1) triggered
                 when option -V or --version was used,
                 other minor fixes
2014-05-28 14:54:25 +00:00
adam
28c1bd2808 Changes 1.4.0:
- use memory (instead of temporary files) during optimization,
   support for reading input from stdin (and sending output to stdout),
   report also libjpeg version when --version option used,
   new option --strip-none to preserve "all" markers,
   other minor fixes & cleanup
2014-05-15 10:53:11 +00:00
adam
40db7fc411 Changes 1.3.0:
* support for progressive jpegs added (fixes long standing "bug" of progressive jpegs becoming non-progressive during optimization),
* new options --all-normal & --all-progressive for converting jpegs to non-progressive & progressive,
* new -S / --size option to set target size for output file (enables lossy optimization),
2013-04-01 18:48:44 +00:00
adam
6d82273085 Changes 1.2.5:
Safer temp file handling (if mkstemps() is available, and a patch to make "quiet mode" (-q) be quiet.
2013-03-15 08:19:17 +00:00
adam
7b632da783 Changes 1.2.4:
* The -T/--threshold option was added to set the minimum optimization gain
  needed before a file is optimized. The default is to optimize if gain is
  even just one byte.
* Some minor fixes were also done.
2011-04-11 07:02:20 +00:00
adam
9d9fd7cb9d patch-aa not needed when INSTALL_MAKE_FLAGS are in Makefile 2009-11-10 07:30:19 +00:00
adam
8c06ce75a0 Changes 1.2.3:
* Additional support was added for IPTC and ICC markers.
* Minor fixes were made.
2009-10-11 08:04:53 +00:00
agc
6a7b384635 Add RMD160 digests 2005-02-24 08:45:01 +00:00
cube
57e7c01a80 Initial import of jpegoptim, version 1.2.2 into the NetBSD Packages
Collection.  Provided by fab (AT) gnux (DOT) info in PR 24268,
slightly modified and pkglinted by me.

Utility to optimize JPEG files.  Provides lossless optimization
(based on optimizing the Huffman tables) and "lossy" optimization
based on setting maximum quality factor.
2004-02-03 21:50:29 +00:00