Kép:Phalaenopsis JPEG.jpg

A Wikipédiából, a szabad lexikonból.

Phalaenopsis_JPEG.jpg (6KB, MIME típus: image/jpeg)

Ez a kép a Wikimedia Commons projektből származik. A felhasználására vonatkozó részletek az ott látható lapjáról származnak.

[edit] Summary

A picture of a flower (Phalaenopsis_(aka).jpg by André Karwath) compressed with successively lossier JPEG compression ratios from left to right.

[edit] Technical details

The image was produced by first scaling down the original picture in the GIMP and using ImageMagick convert to cut it into 8 pixel wide slices, which were each compressed at different quality levels using Perl and cjpeg and recombined with ImageMagick montage. The exact commands used were:

$ convert -crop 8x214 +adjoin Phalaenopsis_\(aka\).240x214.png Phalaenopsis_test_%02d.ppm
$ perl -e 'for $n (0..29) { system sprintf "cjpeg -optimize -sample 1x1 -dct float -quality %f Phalaenopsis_test_%02d.ppm
  >Phalaenopsis_test_%02d.jpg", 2+78*(1-$n/29)**2.3, $n, $n;}'
$ montage +frame +shadow +label -tile 30x1 -geometry 8x214+0+0 -quality 80 Phalaenopsis_test_??.jpg Phalaenopsis_JPEG.jpg

The expression 2+78*(1-$n/29)**2.3 produces a nonlinear quality gradient from 80% down to 2% quality. The exponent was chosen by trial and error to yield a nice looking image with a good balance of high and low quality areas.

[edit] Licensing

I, the author of this work, hereby publish it under the following license:
Creative Commons License
Creative Commons Attribution iconCreative Commons Share Alike icon
This file is licensed under the Creative Commons Attribution ShareAlike 2.5 License

Az alábbi lapok hivatkoznak erre a képre: