From 6c9498147fb4bd6e1a79eaaa0c93a558a57a0caf Mon Sep 17 00:00:00 2001 From: Jay Weisskopf Date: Mon, 11 Jul 2011 02:09:07 -0500 Subject: Add logos/branding currently found on bitcoin.org into NSIS installer. --- share/pixmaps/nsis-header.bmp | Bin 0 -> 25818 bytes share/pixmaps/nsis-wizard.bmp | Bin 0 -> 154542 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 share/pixmaps/nsis-header.bmp create mode 100644 share/pixmaps/nsis-wizard.bmp (limited to 'share/pixmaps') diff --git a/share/pixmaps/nsis-header.bmp b/share/pixmaps/nsis-header.bmp new file mode 100644 index 0000000000..9ab0ce2591 Binary files /dev/null and b/share/pixmaps/nsis-header.bmp differ diff --git a/share/pixmaps/nsis-wizard.bmp b/share/pixmaps/nsis-wizard.bmp new file mode 100644 index 0000000000..71255c6850 Binary files /dev/null and b/share/pixmaps/nsis-wizard.bmp differ -- cgit v1.2.3 From aaa468563b9d8789cca22c7a1f280ebc5cbc0fa2 Mon Sep 17 00:00:00 2001 From: Jay Weisskopf Date: Tue, 12 Jul 2011 20:13:44 -0500 Subject: Increase resolution of Windows icon. The .ico file has changed in the following ways: * Added 64x64 layer (max size for "Classic Mode"). * Added 256x256 layer (max size for Vista and 7). * Removed copies with no alpha channel: * Display depths lower than 32-bits are rare nowadays. * 8-bit alpha channels in icons has been supported since XP. * If the display depth is lowered, they look no better than the downsampled versions that Windows automatically generates. Tested various sizes on both XP and Win 7. It looks fine (unchanged) on XP and downright sexy on Win 7. --- share/pixmaps/bitcoin.ico | Bin 25782 -> 93256 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'share/pixmaps') diff --git a/share/pixmaps/bitcoin.ico b/share/pixmaps/bitcoin.ico index cdec9a037b..734d21701e 100644 Binary files a/share/pixmaps/bitcoin.ico and b/share/pixmaps/bitcoin.ico differ -- cgit v1.2.3