Skip to content

Commit

Permalink
Changement d'icone
Browse files Browse the repository at this point in the history
  • Loading branch information
Paullux committed Dec 21, 2022
1 parent 0a7cf2f commit 6fccbff
Show file tree
Hide file tree
Showing 7 changed files with 195 additions and 73 deletions.
26 changes: 26 additions & 0 deletions image/icon.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
@ECHO OFF
REM ---------------------------------
REM Script by Paullux Waffle
REM ©1996-2023 Paullux Waffle Media
REM ---------------------------------

@SETLOCAL enableextensions
@CD /d "%~dp0"

SET IMDIR=C:\Program Files\ImageMagick-7.1.0-Q16-HDRI

PUSHD "%~dp0"

magick -density 400 "%~1" -transparent white -define icon:auto-resize="16" "../%~n1.png"
magick -density 400 "%~1" -transparent white -define icon:auto-resize="256" "%~n1.png"
magick -density 400 "%~1" -transparent white -define icon:auto-resize="32" "%~n1_32.ico"
magick -density 400 "%~1" -transparent white -define icon:auto-resize="256,128,96,64,48,32,16" "%~n1.ico"

POPD

ECHO DONE!
TITLE DONE!
ECHO.

PAUSE
EXIT
Binary file modified image/petrol_pump.ico
Binary file not shown.
Binary file modified image/petrol_pump.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
242 changes: 169 additions & 73 deletions image/petrol_pump.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified image/petrol_pump_32.ico
Binary file not shown.
Binary file modified petrol_pump.ico
Binary file not shown.
Binary file modified petrol_pump.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6fccbff

Please sign in to comment.