1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-29 06:26:02 +00:00

Icone principale iOS

This commit is contained in:
Maniez Yan 2018-12-09 01:39:38 +01:00
parent 7deab73acd
commit 25d6de70dc
17 changed files with 19 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 260 KiB

After

Width:  |  Height:  |  Size: 52 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.5 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 7 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 775 B

After

Width:  |  Height:  |  Size: 862 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

Before After
Before After

View file

@ -1,7 +1,7 @@
{
"images": [
{
"filename": "black-book.pdf",
"filename": "battle_axe.pdf",
"idiom": "universal"
},
{

Binary file not shown.

18
Data/Icons/convertios.bat Normal file
View file

@ -0,0 +1,18 @@
set INKSCAPE=..\..\Ignore\inkscape\inkscape.com
set IOS_PATH=..\..\AideDeJeu\AideDeJeu.iOS\Media.xcassets\
%INKSCAPE% -w 512 -h 512 -b #ffffff -A %IOS_PATH%icon.imageset\battle_axe.pdf battle-axe.svg
%INKSCAPE% -w 20 -h 20 -b #ffffff -e %IOS_PATH%AppIcon.appiconset\Icon-20.png battle-axe.svg
%INKSCAPE% -w 29 -h 29 -b #ffffff -e %IOS_PATH%AppIcon.appiconset\Icon-29.png battle-axe.svg
%INKSCAPE% -w 40 -h 40 -b #ffffff -e %IOS_PATH%AppIcon.appiconset\Icon-40.png battle-axe.svg
%INKSCAPE% -w 58 -h 58 -b #ffffff -e %IOS_PATH%AppIcon.appiconset\Icon-58.png battle-axe.svg
%INKSCAPE% -w 60 -h 60 -b #ffffff -e %IOS_PATH%AppIcon.appiconset\Icon-60.png battle-axe.svg
%INKSCAPE% -w 76 -h 76 -b #ffffff -e %IOS_PATH%AppIcon.appiconset\Icon-76.png battle-axe.svg
%INKSCAPE% -w 80 -h 80 -b #ffffff -e %IOS_PATH%AppIcon.appiconset\Icon-80.png battle-axe.svg
%INKSCAPE% -w 87 -h 87 -b #ffffff -e %IOS_PATH%AppIcon.appiconset\Icon-87.png battle-axe.svg
%INKSCAPE% -w 120 -h 120 -b #ffffff -e %IOS_PATH%AppIcon.appiconset\Icon-120.png battle-axe.svg
%INKSCAPE% -w 152 -h 152 -b #ffffff -e %IOS_PATH%AppIcon.appiconset\Icon-152.png battle-axe.svg
%INKSCAPE% -w 167 -h 167 -b #ffffff -e %IOS_PATH%AppIcon.appiconset\Icon-167.png battle-axe.svg
%INKSCAPE% -w 180 -h 180 -b #ffffff -e %IOS_PATH%AppIcon.appiconset\Icon-180.png battle-axe.svg
%INKSCAPE% -w 1024 -h 1024 -b #ffffff -e %IOS_PATH%AppIcon.appiconset\Icon-1024.png battle-axe.svg