diff options
author | lambroslambrou@chromium.org <lambroslambrou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-03 21:32:30 +0000 |
---|---|---|
committer | lambroslambrou@chromium.org <lambroslambrou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-03 21:32:30 +0000 |
commit | 5b597e18292ed8551ad694258cbd3542bdb134cd (patch) | |
tree | 797ce18eb7bfef591efc374d2c2a373e5363d6e3 | |
parent | bb0d3d40bc5de4b08b5623983244c2d44ce45715 (diff) | |
download | chromium_src-5b597e18292ed8551ad694258cbd3542bdb134cd.zip chromium_src-5b597e18292ed8551ad694258cbd3542bdb134cd.tar.gz chromium_src-5b597e18292ed8551ad694258cbd3542bdb134cd.tar.bz2 |
Update chromoting host icons
Update the host icons to the new style which includes the Chrome logo.
This affects all chromoting components, including the Android app and
the webapp.
All icons are based off the 512x512 PNG in the linked bug.
The smaller sizes were generated with ImageMagick, for example:
convert chromoting512.png -resize 48x48 chromoting48.png
ICO file was generated with:
convert chromoting16.png chromoting32.png chromoting48.png chromoting.ico
WebP versions were generated using cwebp:
for i in chromoting*.png; do \
cwebp -lossless -q 100 -m 6 $i -o ${i%.png}.webp; done
Android empty_host_list icon was made by cropping 512x512 to 510x510,
then shrinking by a factor of 3, then converting to grayscale, then
darkening the image using GIMP and cropping to a few-pixels-wide
margin.
All PNGs were optimized by running:
tools/resources/optimize-png-files.sh -o2 remoting/resources
BUG=334830
R=jamiewalch@chromium.org
Review URL: https://codereview.chromium.org/222673002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261530 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | remoting/resources/android/drawable/empty_host_list.png | bin | 1981 -> 3401 bytes |
-rw-r--r-- | remoting/resources/chromoting.ico | bin | 15086 -> 15086 bytes |
-rw-r--r-- | remoting/resources/chromoting128.png | bin | 1516 -> 6728 bytes |
-rw-r--r-- | remoting/resources/chromoting128.webp | bin | 1178 -> 5800 bytes |
-rw-r--r-- | remoting/resources/chromoting16.png | bin | 332 -> 695 bytes |
-rw-r--r-- | remoting/resources/chromoting16.webp | bin | 288 -> 784 bytes |
-rw-r--r-- | remoting/resources/chromoting256.webp | bin | 3992 -> 13822 bytes |
-rw-r--r-- | remoting/resources/chromoting32.webp | bin | 1078 -> 1352 bytes |
-rw-r--r-- | remoting/resources/chromoting48.png | bin | 626 -> 2204 bytes |
-rw-r--r-- | remoting/resources/chromoting48.webp | bin | 498 -> 2050 bytes |
-rw-r--r-- | remoting/resources/chromoting512.webp | bin | 4344 -> 40212 bytes |
-rw-r--r-- | remoting/resources/default_100_percent/chromoting16.png | bin | 331 -> 695 bytes |
-rw-r--r-- | remoting/resources/default_100_percent/chromoting32.png | bin | 1048 -> 1445 bytes |
13 files changed, 0 insertions, 0 deletions
diff --git a/remoting/resources/android/drawable/empty_host_list.png b/remoting/resources/android/drawable/empty_host_list.png Binary files differindex 3188cdb..7d2e19b 100644 --- a/remoting/resources/android/drawable/empty_host_list.png +++ b/remoting/resources/android/drawable/empty_host_list.png diff --git a/remoting/resources/chromoting.ico b/remoting/resources/chromoting.ico Binary files differindex 9f39799b..c51176f 100644 --- a/remoting/resources/chromoting.ico +++ b/remoting/resources/chromoting.ico diff --git a/remoting/resources/chromoting128.png b/remoting/resources/chromoting128.png Binary files differindex 9248bdb..44c1d23 100644 --- a/remoting/resources/chromoting128.png +++ b/remoting/resources/chromoting128.png diff --git a/remoting/resources/chromoting128.webp b/remoting/resources/chromoting128.webp Binary files differindex f0c7464..cfd87ca 100644 --- a/remoting/resources/chromoting128.webp +++ b/remoting/resources/chromoting128.webp diff --git a/remoting/resources/chromoting16.png b/remoting/resources/chromoting16.png Binary files differindex fa7262e..350b37c 100644 --- a/remoting/resources/chromoting16.png +++ b/remoting/resources/chromoting16.png diff --git a/remoting/resources/chromoting16.webp b/remoting/resources/chromoting16.webp Binary files differindex 6d87aff..0374c4c 100644 --- a/remoting/resources/chromoting16.webp +++ b/remoting/resources/chromoting16.webp diff --git a/remoting/resources/chromoting256.webp b/remoting/resources/chromoting256.webp Binary files differindex 5bde51d..43a4f93 100644 --- a/remoting/resources/chromoting256.webp +++ b/remoting/resources/chromoting256.webp diff --git a/remoting/resources/chromoting32.webp b/remoting/resources/chromoting32.webp Binary files differindex f547ca7..0c638c4 100644 --- a/remoting/resources/chromoting32.webp +++ b/remoting/resources/chromoting32.webp diff --git a/remoting/resources/chromoting48.png b/remoting/resources/chromoting48.png Binary files differindex 353f9741..2b896b2 100644 --- a/remoting/resources/chromoting48.png +++ b/remoting/resources/chromoting48.png diff --git a/remoting/resources/chromoting48.webp b/remoting/resources/chromoting48.webp Binary files differindex 42b2ecb..cdfe4d3 100644 --- a/remoting/resources/chromoting48.webp +++ b/remoting/resources/chromoting48.webp diff --git a/remoting/resources/chromoting512.webp b/remoting/resources/chromoting512.webp Binary files differindex fd6a1b2..4c474f9 100644 --- a/remoting/resources/chromoting512.webp +++ b/remoting/resources/chromoting512.webp diff --git a/remoting/resources/default_100_percent/chromoting16.png b/remoting/resources/default_100_percent/chromoting16.png Binary files differindex ac99a61..350b37c 100644 --- a/remoting/resources/default_100_percent/chromoting16.png +++ b/remoting/resources/default_100_percent/chromoting16.png diff --git a/remoting/resources/default_100_percent/chromoting32.png b/remoting/resources/default_100_percent/chromoting32.png Binary files differindex cddacd4..62f23f3 100644 --- a/remoting/resources/default_100_percent/chromoting32.png +++ b/remoting/resources/default_100_percent/chromoting32.png |