Verfasst von Stefan Höhn
am:
16.03.2014
|
Bilder verlustfrei verkleinern ergibt schnellen Seitenaufbau. Nach Bilder- Optimierung lädt die Webseite schneller. Auf der Linux Kommandozeile kann man verlustfrei Bildspeicher verkleinern. Für das PNG-Format hab ich optipng benutzt.
Ich hab den Bilderordner meiner Webseite nach ... /vorher kopiert. Mit cd dorthin gewechselt. Die Dateigröße ist manchmal bis zu 70% geschrumpft. Für JPEG-Photos hab ich jpegoptim mit der Option --strip-all verwendet.
optipng -v -dir/home/foobar/grafikoptug/nachher/ *
Ausgabe optipng in der Bash:
** Processing: usb.png
300x213 pixels, 4x8 bits/pixel, RGB+alpha
Input IDAT size = 34859 bytes
Input file size = 35022 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 23456
zc = 9 zm = 8 zs = 1 f = 0 IDAT too big
zc = 1 zm = 8 zs = 2 f = 0 IDAT too big
zc = 9 zm = 8 zs = 3 f = 0 IDAT too big
zc = 9 zm = 8 zs = 0 f = 5 IDAT too big
zc = 9 zm = 8 zs = 1 f = 5 IDAT too big
zc = 1 zm = 8 zs = 2 f = 5 IDAT too big
zc = 9 zm = 8 zs = 3 f = 5 IDAT too big
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 23456
Output file: /home/foobar/grafikoptug/nachher/usb.png
Output IDAT size = 23456 bytes (11403 bytes decrease)
Output file size = 23571 bytes (11451 bytes = 32.70%
decrease)
|
Letzte Aktualisierung ( 05.04.2014 )
|