From b8e18c060fec97930cf82601c01dd6eccb6824fa Mon Sep 17 00:00:00 2001 From: siddharth ravikumar Date: Sun, 19 Jun 2022 17:53:00 -0400 Subject: static/logo: peack.rkt: make logos in different sizes --- static/logo/peach-114.png | Bin 0 -> 2337 bytes static/logo/peach-120.png | Bin 0 -> 2420 bytes static/logo/peach-152.png | Bin 0 -> 3204 bytes static/logo/peach-16.png | Bin 0 -> 291 bytes static/logo/peach-167.png | Bin 0 -> 3533 bytes static/logo/peach-180.png | Bin 0 -> 3792 bytes static/logo/peach-32.png | Bin 0 -> 533 bytes static/logo/peach-48.png | Bin 0 -> 831 bytes static/logo/peach-58.png | Bin 0 -> 1046 bytes static/logo/peach-76.png | Bin 0 -> 1427 bytes static/logo/peach-80.png | Bin 0 -> 1532 bytes static/logo/peach-87.png | Bin 0 -> 1676 bytes static/logo/peach.rkt | 6 ++++-- 13 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 static/logo/peach-114.png create mode 100644 static/logo/peach-120.png create mode 100644 static/logo/peach-152.png create mode 100644 static/logo/peach-16.png create mode 100644 static/logo/peach-167.png create mode 100644 static/logo/peach-180.png create mode 100644 static/logo/peach-32.png create mode 100644 static/logo/peach-48.png create mode 100644 static/logo/peach-58.png create mode 100644 static/logo/peach-76.png create mode 100644 static/logo/peach-80.png create mode 100644 static/logo/peach-87.png diff --git a/static/logo/peach-114.png b/static/logo/peach-114.png new file mode 100644 index 0000000..4d68e12 Binary files /dev/null and b/static/logo/peach-114.png differ diff --git a/static/logo/peach-120.png b/static/logo/peach-120.png new file mode 100644 index 0000000..a75c693 Binary files /dev/null and b/static/logo/peach-120.png differ diff --git a/static/logo/peach-152.png b/static/logo/peach-152.png new file mode 100644 index 0000000..158d100 Binary files /dev/null and b/static/logo/peach-152.png differ diff --git a/static/logo/peach-16.png b/static/logo/peach-16.png new file mode 100644 index 0000000..3cea403 Binary files /dev/null and b/static/logo/peach-16.png differ diff --git a/static/logo/peach-167.png b/static/logo/peach-167.png new file mode 100644 index 0000000..eb654a5 Binary files /dev/null and b/static/logo/peach-167.png differ diff --git a/static/logo/peach-180.png b/static/logo/peach-180.png new file mode 100644 index 0000000..b77605f Binary files /dev/null and b/static/logo/peach-180.png differ diff --git a/static/logo/peach-32.png b/static/logo/peach-32.png new file mode 100644 index 0000000..693bf13 Binary files /dev/null and b/static/logo/peach-32.png differ diff --git a/static/logo/peach-48.png b/static/logo/peach-48.png new file mode 100644 index 0000000..cab5356 Binary files /dev/null and b/static/logo/peach-48.png differ diff --git a/static/logo/peach-58.png b/static/logo/peach-58.png new file mode 100644 index 0000000..4c5802c Binary files /dev/null and b/static/logo/peach-58.png differ diff --git a/static/logo/peach-76.png b/static/logo/peach-76.png new file mode 100644 index 0000000..49d5e87 Binary files /dev/null and b/static/logo/peach-76.png differ diff --git a/static/logo/peach-80.png b/static/logo/peach-80.png new file mode 100644 index 0000000..c0cbefd Binary files /dev/null and b/static/logo/peach-80.png differ diff --git a/static/logo/peach-87.png b/static/logo/peach-87.png new file mode 100644 index 0000000..52cf9dc Binary files /dev/null and b/static/logo/peach-87.png differ diff --git a/static/logo/peach.rkt b/static/logo/peach.rkt index 54e1382..ae0925e 100644 --- a/static/logo/peach.rkt +++ b/static/logo/peach.rkt @@ -50,5 +50,7 @@ (png-export logo-bitmap size))) ;Export logo to a PNG file. -;; Make 500x500 logo. -(make-logo 500) +;; Make logos in different sizes. +(begin + (let ((sizes '(16 32 48 58 76 80 87 114 120 152 167 120 180))) + (map make-logo sizes))) -- cgit v1.2.3