stable

Clone or download

Read-only

Encode header backgrounds with the photo preset of the cwebp encoder

All the images have been re-encoded with the following command: $> find . -name '*.jpg' -exec bash -c 'cwebp -preset photo -mt -m 6 -pass 10 -af $1 -o ${1%.jpg}.webp' _ {} \; It should yield better results: the compression is better with improved perceived quality on some on some of the images. Part of story #16211: Set a header background image Change-Id: Ic32e01ca57ef45691205210e386265831397937d

Modified Files

Name
M src/themes/common/images/project-background/aerial-water.webp Binary file Go to diff View file
M src/themes/common/images/project-background/asphalt-rock.webp Binary file Go to diff View file
M src/themes/common/images/project-background/beach-daytime.webp Binary file Go to diff View file
M src/themes/common/images/project-background/blue-rain.webp Binary file Go to diff View file
M src/themes/common/images/project-background/blue-sand.webp Binary file Go to diff View file
M src/themes/common/images/project-background/brown-desert.webp Binary file Go to diff View file
M src/themes/common/images/project-background/brown-grass.webp Binary file Go to diff View file
M src/themes/common/images/project-background/brown-textile.webp Binary file Go to diff View file
M src/themes/common/images/project-background/brush-daytime.webp Binary file Go to diff View file
M src/themes/common/images/project-background/green-grass.webp Binary file Go to diff View file
M src/themes/common/images/project-background/green-leaf.webp Binary file Go to diff View file
M src/themes/common/images/project-background/green-trees.webp Binary file Go to diff View file
M src/themes/common/images/project-background/led-light.webp Binary file Go to diff View file
M src/themes/common/images/project-background/ocean-waves.webp Binary file Go to diff View file
M src/themes/common/images/project-background/octopus-black.webp Binary file Go to diff View file
M src/themes/common/images/project-background/purple-building.webp Binary file Go to diff View file
M src/themes/common/images/project-background/purple-droplet.webp Binary file Go to diff View file
M src/themes/common/images/project-background/purple-textile.webp Binary file Go to diff View file
M src/themes/common/images/project-background/snow-mountain.webp Binary file Go to diff View file
M src/themes/common/images/project-background/tree-water.webp Binary file Go to diff View file
M src/themes/common/images/project-background/white-sheep.webp Binary file Go to diff View file
M src/themes/common/images/project-background/wooden-surface.webp Binary file Go to diff View file