Skip to content

Commit 6fccbff

Browse files
committed
Changement d'icone
1 parent 0a7cf2f commit 6fccbff

File tree

7 files changed

+195
-73
lines changed

7 files changed

+195
-73
lines changed

image/icon.bat

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
@ECHO OFF
2+
REM ---------------------------------
3+
REM Script by Paullux Waffle
4+
REM ©1996-2023 Paullux Waffle Media
5+
REM ---------------------------------
6+
7+
@SETLOCAL enableextensions
8+
@CD /d "%~dp0"
9+
10+
SET IMDIR=C:\Program Files\ImageMagick-7.1.0-Q16-HDRI
11+
12+
PUSHD "%~dp0"
13+
14+
magick -density 400 "%~1" -transparent white -define icon:auto-resize="16" "../%~n1.png"
15+
magick -density 400 "%~1" -transparent white -define icon:auto-resize="256" "%~n1.png"
16+
magick -density 400 "%~1" -transparent white -define icon:auto-resize="32" "%~n1_32.ico"
17+
magick -density 400 "%~1" -transparent white -define icon:auto-resize="256,128,96,64,48,32,16" "%~n1.ico"
18+
19+
POPD
20+
21+
ECHO DONE!
22+
TITLE DONE!
23+
ECHO.
24+
25+
PAUSE
26+
EXIT

image/petrol_pump.ico

-78.7 KB
Binary file not shown.

image/petrol_pump.png

16 KB
Loading

image/petrol_pump.svg

Lines changed: 169 additions & 73 deletions
Loading

image/petrol_pump_32.ico

0 Bytes
Binary file not shown.

petrol_pump.ico

-78.7 KB
Binary file not shown.

petrol_pump.png

-209 Bytes
Loading

0 commit comments

Comments
 (0)