update app icons to new Racket logo

This commit is contained in:
Matthew Flatt 2016-12-22 13:06:13 -07:00
parent eaa486db11
commit 4bff048fb3
8 changed files with 6 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View File

@ -143,7 +143,12 @@
; (define logo-bm (render-icon (go 2)))
; (define logo-bm (go))
(define logo-bm (read-bitmap (collection-file-path "plt-logo-red-diffuse.png" "icons")))
(define logo-bm-0 (read-bitmap "logo.png")) ; 512x512
(define logo-bm (make-bitmap 256 256))
(let ([dc (send logo-bm make-dc)])
(send dc scale 0.5 0.5)
(send dc set-smoothing 'smoothed)
(send dc draw-bitmap logo-bm-0 0 0))
(define cmdline-bm
(let ([bm (make-platform-bitmap 256 256)])

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 40 KiB