mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-15 10:19:23 +02:00
convert script to convert all xpm to png in run directory
git-svn-id: trunk@12951 -
This commit is contained in:
parent
6fb327a17f
commit
f843f74190
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -3509,5 +3509,6 @@ tools/svn2revisioninc.lpi svneol=native#text/plain
|
||||
tools/svn2revisioninc.pas svneol=native#text/plain
|
||||
tools/update_pkgfileslcl_inc.sh svneol=native#text/plain
|
||||
tools/updatepofiles.pas svneol=native#text/pascal
|
||||
tools/xpm_to_png/convert.bat svneol=native#text/plain
|
||||
tools/xpm_to_png/xpm_to_png.lpi svneol=native#text/plain
|
||||
tools/xpm_to_png/xpm_to_png.lpr svneol=native#text/pascal
|
||||
|
1
tools/xpm_to_png/convert.bat
Normal file
1
tools/xpm_to_png/convert.bat
Normal file
@ -0,0 +1 @@
|
||||
for %%1 in (*.xpm) do xpm_to_png %%1 %%~pn1.png 24 24
|
Loading…
Reference in New Issue
Block a user