Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - denilsonsa

Pages: [1]
1
Mapping Tips/Guides / Re: Something to try for image smushing
« on: April 18, 2015, 12:48:57 pm »
I know this topic is a bit old, but I see no reason to install WordPress and that plugin just to losslessly optimize images.

It is possible to just run "optipng" (or "pngcrush", or any tool) through "find" and "xargs", even using all cores available in the machine.

Here is a list of tools I've found (some of them are also used by the WordPress plugin mentioned above):

  • ImageOptim - GUI for Mac OS X that uses several other tools
  • ImageOptim-CLI - command-line tool for Mac OS X
  • PNGGauntlet - GUI for Windows that uses several other tools
  • Trimage - GUI for Linux that uses several other tools
  • PNGOUT and PNGOUTWin - command-line and GUI for Windows
  • OptiPNG - command-line tool, known to be one of the best
  • Pngcrush - command-line tool (one of the oldest for this purpose)
  • PNGOptim - command-line tool for Windows that uses PNGOUT and Zopflipng
  • zopfli - command-line tool, supposedly the best available
  • Jpegoptim - command-line lossless and lossy JPEG optimization tool
  • mozjpeg - optimized JPEG compression library
  • scour - command-line tool to optimize SVG files
Of course, there may be others, but I hope this list is useful.

Pages: [1]