diff --git a/Makefile b/Makefile index abf0ba7f5..7471ca92f 100644 --- a/Makefile +++ b/Makefile @@ -616,20 +616,20 @@ update-translations: generate-images: $(eval TMPDIR := $(shell mktemp -d 2>/dev/null || mktemp -d -t 'gitea-temp')) mkdir -p $(TMPDIR)/images - inkscape -f $(PWD)/assets/logo.svg -w 880 -h 880 -e $(PWD)/public/img/gitea-lg.png - inkscape -f $(PWD)/assets/logo.svg -w 512 -h 512 -e $(PWD)/public/img/gitea-512.png - inkscape -f $(PWD)/assets/logo.svg -w 192 -h 192 -e $(PWD)/public/img/gitea-192.png - inkscape -f $(PWD)/assets/logo.svg -w 120 -h 120 -jC -i layer1 -e $(TMPDIR)/images/sm-1.png - inkscape -f $(PWD)/assets/logo.svg -w 120 -h 120 -jC -i layer2 -e $(TMPDIR)/images/sm-2.png + inkscape $(PWD)/assets/logo.svg -w 880 -h 880 --export-filename=$(PWD)/public/img/gitea-lg.png + inkscape $(PWD)/assets/logo.svg -w 512 -h 512 --export-filename=$(PWD)/public/img/gitea-512.png + inkscape $(PWD)/assets/logo.svg -w 192 -h 192 --export-filename=$(PWD)/public/img/gitea-192.png + inkscape $(PWD)/assets/logo.svg -w 120 -h 120 --export-filename=$(TMPDIR)/images/sm-1.png + inkscape $(PWD)/assets/logo.svg -w 120 -h 120 --export-filename=$(TMPDIR)/images/sm-2.png composite -compose atop $(TMPDIR)/images/sm-2.png $(TMPDIR)/images/sm-1.png $(PWD)/public/img/gitea-sm.png - inkscape -f $(PWD)/assets/logo.svg -w 200 -h 200 -e $(PWD)/public/img/avatar_default.png - inkscape -f $(PWD)/assets/logo.svg -w 180 -h 180 -e $(PWD)/public/img/favicon.png - inkscape -f $(PWD)/assets/logo.svg -w 128 -h 128 -e $(TMPDIR)/images/128-raw.png - inkscape -f $(PWD)/assets/logo.svg -w 64 -h 64 -e $(TMPDIR)/images/64-raw.png - inkscape -f $(PWD)/assets/logo.svg -w 32 -h 32 -jC -i layer1 -e $(TMPDIR)/images/32-1.png - inkscape -f $(PWD)/assets/logo.svg -w 32 -h 32 -jC -i layer2 -e $(TMPDIR)/images/32-2.png + inkscape $(PWD)/assets/logo.svg -w 200 -h 200 --export-filename=$(PWD)/public/img/avatar_default.png + inkscape $(PWD)/assets/logo.svg -w 180 -h 180 --export-filename=$(PWD)/public/img/favicon.png + inkscape $(PWD)/assets/logo.svg -w 128 -h 128 --export-filename=$(TMPDIR)/images/128-raw.png + inkscape $(PWD)/assets/logo.svg -w 64 -h 64 --export-filename=$(TMPDIR)/images/64-raw.png + inkscape $(PWD)/assets/logo.svg -w 32 -h 32 --export-filename=$(TMPDIR)/images/32-1.png + inkscape $(PWD)/assets/logo.svg -w 32 -h 32 --export-filename=$(TMPDIR)/images/32-2.png composite -compose atop $(TMPDIR)/images/32-2.png $(TMPDIR)/images/32-1.png $(TMPDIR)/images/32-raw.png - inkscape -f $(PWD)/assets/logo.svg -w 16 -h 16 -jC -i layer1 -e $(TMPDIR)/images/16-raw.png + inkscape $(PWD)/assets/logo.svg -w 16 -h 16 --export-filename=$(TMPDIR)/images/16-raw.png zopflipng -m -y $(TMPDIR)/images/128-raw.png $(TMPDIR)/images/128.png zopflipng -m -y $(TMPDIR)/images/64-raw.png $(TMPDIR)/images/64.png zopflipng -m -y $(TMPDIR)/images/32-raw.png $(TMPDIR)/images/32.png diff --git a/public/img/404.png b/public/img/404.png index a57f44d6e..61cd093d6 100644 Binary files a/public/img/404.png and b/public/img/404.png differ diff --git a/public/img/500.png b/public/img/500.png index 099a5be1c..1f0afe204 100644 Binary files a/public/img/500.png and b/public/img/500.png differ diff --git a/public/img/apple-touch-icon.png b/public/img/apple-touch-icon.png index d2def0bdc..ec276009b 100644 Binary files a/public/img/apple-touch-icon.png and b/public/img/apple-touch-icon.png differ diff --git a/public/img/avatar_default.png b/public/img/avatar_default.png index 455155db1..94a3900d4 100644 Binary files a/public/img/avatar_default.png and b/public/img/avatar_default.png differ diff --git a/public/img/emoji/gitea.png b/public/img/emoji/gitea.png index 69e0ce986..8a079410e 100644 Binary files a/public/img/emoji/gitea.png and b/public/img/emoji/gitea.png differ diff --git a/public/img/favicon.ico b/public/img/favicon.ico index 681d76d33..3e1700266 100644 Binary files a/public/img/favicon.ico and b/public/img/favicon.ico differ diff --git a/public/img/favicon.png b/public/img/favicon.png index e4dbb4a9a..179324343 100644 Binary files a/public/img/favicon.png and b/public/img/favicon.png differ diff --git a/public/img/feishu.png b/public/img/feishu.png index 2c3ab7441..aa81d2ca8 100644 Binary files a/public/img/feishu.png and b/public/img/feishu.png differ diff --git a/public/img/gitea-192.png b/public/img/gitea-192.png index 12caba8d5..136d7f954 100644 Binary files a/public/img/gitea-192.png and b/public/img/gitea-192.png differ diff --git a/public/img/gitea-512.png b/public/img/gitea-512.png index 456abfa0c..ee151a280 100644 Binary files a/public/img/gitea-512.png and b/public/img/gitea-512.png differ diff --git a/public/img/gitea-lg.png b/public/img/gitea-lg.png index 682ceaf7b..f046587a8 100644 Binary files a/public/img/gitea-lg.png and b/public/img/gitea-lg.png differ diff --git a/public/img/gitea-sm.png b/public/img/gitea-sm.png index 405f40f17..a303865af 100644 Binary files a/public/img/gitea-sm.png and b/public/img/gitea-sm.png differ diff --git a/public/img/org_bg.png b/public/img/org_bg.png index baa8b7d98..26405fd3a 100644 Binary files a/public/img/org_bg.png and b/public/img/org_bg.png differ