Project

General

Profile

Actions

Bug #1690

open

Optimize PNGs and JPEGs

Added by SPAM over 10 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
01/21/2014
Due date:
% Done:

0%

Estimated time:

Description

PNGs and JPEGs could be optimized with e.g. optipng and jpegoptim for some space savings without drawbacks:

$ find -name "*.jpg" | xargs jpegoptim --strip-all
$ find -name "*.png" | xargs optipng -o7

No data to display

Actions

Also available in: Atom PDF