Forrest logo
back to context overview

optipng

List of commands for optipng:

  • optipng:tldr:58de6 optipng: Compress a PNG with default settings.
    $ optipng ${filename-png}
    try on your machine
    explain this command
  • optipng:tldr:723e8 optipng: Compress a PNG and add interlacing.
    $ optipng -i ${1} ${filename-png}
    try on your machine
    explain this command
  • optipng:tldr:957fa optipng: Compress a PNG and remove all metadata.
    $ optipng -strip all ${filename-png}
    try on your machine
    explain this command
  • optipng:tldr:a3f4d optipng: Compress a PNG with the best compression.
    $ optipng -o${7} ${filename-png}
    try on your machine
    explain this command
  • optipng:tldr:ad041 optipng: Compress a PNG and preserve all metadata (including file timestamps).
    $ optipng -preserve ${filename-png}
    try on your machine
    explain this command
back to context overview