Changeset 124330 in spip-zone
- Timestamp:
- Apr 26, 2020, 12:44:59 PM (10 months ago)
- Location:
- _plugins_/smush_images/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/smush_images/trunk/inc/smush_image.php
r122589 r124330 143 143 spip_unlink($dest); 144 144 } 145 exec('pngnq -f '.$im.' && optipng - o5 '.$nq.' -out '.$dest);145 exec('pngnq -f '.$im.' && optipng -quiet -o5 '.$nq.' -out '.$dest); 146 146 147 147 /** -
_plugins_/smush_images/trunk/paquet.xml
r122589 r124330 2 2 prefix="smush" 3 3 categorie="performance" 4 version="0.8. 3"4 version="0.8.4" 5 5 etat="stable" 6 6 compatibilite="[3.0.3;3.2.*]"
Note: See TracChangeset
for help on using the changeset viewer.