upload logo files

This commit is contained in:
张壹 2019-12-22 10:51:39 +08:00
parent fd17cfae78
commit b82890035b
17 changed files with 939861 additions and 0 deletions

BIN
logo/Logo_ZY.icns Normal file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1008 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 668 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

BIN
logo/logo-zy.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 KiB

21
logo/png2icns.sh Executable file
View File

@ -0,0 +1,21 @@
#/bin/bash
png_file=${1}
icns_name=${2}
mkdir ${icns_name}".iconset"
sips -z 16 16 ${png_file} --out ${icns_name}.iconset/icon_16x16.png
sips -z 32 32 ${png_file} --out ${icns_name}.iconset/icon_16x16@2x.png
sips -z 32 32 ${png_file} --out ${icns_name}.iconset/icon_32x32.png
sips -z 64 64 ${png_file} --out ${icns_name}.iconset/icon_32x32@2x.png
sips -z 64 64 ${png_file} --out ${icns_name}.iconset/icon_64x64.png
sips -z 128 128 ${png_file} --out ${icns_name}.iconset/icon_64x64@2x.png
sips -z 128 128 ${png_file} --out ${icns_name}.iconset/icon_128x128.png
sips -z 256 256 ${png_file} --out ${icns_name}.iconset/icon_128x128@2x.png
sips -z 256 256 ${png_file} --out ${icns_name}.iconset/icon_256x256.png
sips -z 512 512 ${png_file} --out ${icns_name}.iconset/icon_256x256@2x.png
sips -z 512 512 ${png_file} --out ${icns_name}.iconset/icon_512x512.png
sips -z 1024 1024 ${png_file} --out ${icns_name}.iconset/icon_512x512@2x.png
iconutil -c icns ${icns_name}.iconset

130183
logo/syn_model_out.ai Normal file

File diff suppressed because one or more lines are too long

809657
logo/syn_model_out.eps Normal file

File diff suppressed because it is too large Load Diff