Initial Commit

This commit is contained in:
Manan006
2024-01-31 17:57:16 +05:30
commit 734726fc12
687 changed files with 189411 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 393 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 532 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 694 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 986 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

+42
View File
@@ -0,0 +1,42 @@
ICONS := \
368_kasm_logo_only_16x16.png \
368_kasm_logo_only_24x24.png \
368_kasm_logo_only_32x32.png \
368_kasm_logo_only_48x48.png \
368_kasm_logo_only_64x64.png
ANDROID_LAUNCHER := \
368_kasm_logo_only_48x48.png \
368_kasm_logo_only_-72x72.png \
368_kasm_logo_only_96x96.png \
368_kasm_logo_only_144x144.png \
368_kasm_logo_only_192x192.png
IPHONE_LAUNCHER := \
368_kasm_logo_only_60x60.png \
368_kasm_logo_only_120x120.png
IPAD_LAUNCHER := \
368_kasm_logo_only_76x76.png \
368_kasm_logo_only_152x152.png
ALL_ICONS := $(ICONS) $(ANDROID_LAUNCHER) $(IPHONE_LAUNCHER) $(IPAD_LAUNCHER)
all: $(ALL_ICONS)
368_kasm_logo_only_16x16.png: kasm-icon-sm.svg
convert -density 90 \
-background transparent "$<" "$@"
368_kasm_logo_only_24x24.png: kasm-icon-sm.svg
convert -density 135 \
-background transparent "$<" "$@"
368_kasm_logo_only_32x32.png: kasm-icon-sm.svg
convert -density 180 \
-background transparent "$<" "$@"
368_kasm_logo_only_%.png: kasm-icon.svg
convert -density $$[`echo $* | cut -d x -f 1` * 90 / 48] \
-background transparent "$<" "$@"
clean:
rm -f *.png
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 136 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 393 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 532 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 694 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 986 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 78 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 78 KiB