summaryrefslogtreecommitdiffstats
path: root/remoting/resources/default_100_percent
Commit message (Collapse)AuthorAgeFilesLines
* Update chromoting host iconslambroslambrou@chromium.org2014-04-032-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Optimize png files in remotingoshima@chromium.org2013-06-252-0/+0
| | | | | | | | | | | | | | ./build/sanitize-png-files.sh -o2 remoting Processed 4 files (out of 5 files) in 00:00:53s Result : 3246 => 3227 bytes (19 bytes : 0 %) TBR=wez@chromium.org BUG=252418 Review URL: https://codereview.chromium.org/17619008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208356 0039d316-1c4b-4281-b951-d872f2087c98
* Optimize png files under remoting/resourcesoshima@chromium.org2013-03-221-0/+0
| | | | | | | | | | | | Processed 4 files (out of 5 files) in 00:00:30s Result : 2908 => 2820 bytes (88 bytes : 3 %) by build/sanitize-png-files.sh BUG=222244 Review URL: https://codereview.chromium.org/12929020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@189810 0039d316-1c4b-4281-b951-d872f2087c98
* pngcrush png files under remotingoshima@chromium.org2013-01-101-0/+0
| | | | | | | | | | TBR=wez@chromium.org BUG=none TEST=none Review URL: https://codereview.chromium.org/11830059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176193 0039d316-1c4b-4281-b951-d872f2087c98
* Copy chromoting icons to the default_100_percent directory.sergeyu@chromium.org2012-10-132-0/+0
Landing this separately from chromiumcodereview.appspot.com/11087059 so the trybots can process that change. Review URL: https://codereview.chromium.org/11087083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161783 0039d316-1c4b-4281-b951-d872f2087c98