summaryrefslogtreecommitdiffstats
path: root/remoting/resources/chromoting.ico
diff options
context:
space:
mode:
authorlambroslambrou@chromium.org <lambroslambrou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-03 21:32:30 +0000
committerlambroslambrou@chromium.org <lambroslambrou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-03 21:32:30 +0000
commit5b597e18292ed8551ad694258cbd3542bdb134cd (patch)
tree797ce18eb7bfef591efc374d2c2a373e5363d6e3 /remoting/resources/chromoting.ico
parentbb0d3d40bc5de4b08b5623983244c2d44ce45715 (diff)
downloadchromium_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
Diffstat (limited to 'remoting/resources/chromoting.ico')
-rw-r--r--remoting/resources/chromoting.icobin15086 -> 15086 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/remoting/resources/chromoting.ico b/remoting/resources/chromoting.ico
index 9f39799b..c51176f 100644
--- a/remoting/resources/chromoting.ico
+++ b/remoting/resources/chromoting.ico
Binary files differ