From 303096bcb2b5f52ea51d5d7ddb738689b08a0a2f Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 29 Aug 2013 21:26:15 +0200 Subject: change application icon I would like to thank Chris Ward (@tenzerothree, http://tenzerothree.com/) for working on the art for these icons and bringing some eye candy to the project. The PSDs made by Chris are available on our Dropbox [1], along with the exports I made to create OSX and Windows icons. The PSDs are almost completly vector and all the resolutions look really similar, except the 16px favicon which was handcrafted to look better and more recognizeable on the smaller pixel budget. For Mac OS X the icons were created using iconutils on the PNGs iconsets exported from the PSDs. These even support retina resolutions (except 512@2x). For Windows the .ico file was created with imagemagick. The included images are 16px, 24px, 32px, 48px 64px, 256px. These are the resolutions listed on MSDN for supporting Windows XP [2] and Windows versions based on Aero [3]. Only 32bit PNGs were used since it is 2013. For Linux nothing changed yet, even though @wm4 talked about using the PNGs directly there. This will probably be dealt with in a later commit. [1]: https://www.dropbox.com/sh/yelfoj9tbft7o06/A8vOT6JKaG [2]: http://msdn.microsoft.com/en-us/library/ms997636.aspx [3]: http://msdn.microsoft.com/en-us/library/aa511280.aspx --- etc/mpv-icon-source.svg | 556 ------------------------------------------------ etc/mpv-icon.ico | Bin 180007 -> 270345 bytes 2 files changed, 556 deletions(-) delete mode 100644 etc/mpv-icon-source.svg (limited to 'etc') diff --git a/etc/mpv-icon-source.svg b/etc/mpv-icon-source.svg deleted file mode 100644 index 6d0453bc5f..0000000000 --- a/etc/mpv-icon-source.svg +++ /dev/null @@ -1,556 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/etc/mpv-icon.ico b/etc/mpv-icon.ico index 33415be519..5467e4e5f6 100644 Binary files a/etc/mpv-icon.ico and b/etc/mpv-icon.ico differ -- cgit v1.2.3