diff options
author | Léa Gris <lea.gris@noiraude.net> | 2016-01-29 15:09:07 +0100 |
---|---|---|
committer | Léa Gris <lea.gris@noiraude.net> | 2016-01-29 15:09:07 +0100 |
commit | af5cef9c05c5e5e12fb250c3e7b5ae1f4e113b60 (patch) | |
tree | e9d53ec82d8241222b5d7064506356f817a12caf /src/main/resources/assets/gregtech/textures/items | |
parent | d415df7ea26c0424abf8df9797fb1c4467c62d12 (diff) | |
download | GT5-Unofficial-af5cef9c05c5e5e12fb250c3e7b5ae1f4e113b60.tar.gz GT5-Unofficial-af5cef9c05c5e5e12fb250c3e7b5ae1f4e113b60.tar.bz2 GT5-Unofficial-af5cef9c05c5e5e12fb250c3e7b5ae1f4e113b60.zip |
Fix textures in wrong BMP format to PNG
Script to fix
```Bash
list=$(find ./ -type f -name \*.png -exec grep -l BM6 {} \;)
for v in $list
do
f=$(echo $v | sed -e 's/\(.*\)\.png/\1/g')
mv "$f.png" "$f.bmp"
convert "$f.bmp" "$f.png"
find ./ -type f -name "$f.bmp" -delete
done
```
Diffstat (limited to 'src/main/resources/assets/gregtech/textures/items')
0 files changed, 0 insertions, 0 deletions