Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 267 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 267 Bytes

logo_with_text

for file in *.svg; do convert -background black -alpha off -resize 128x128! -define bmp:subtype=RGB565 -colors 256 "$file" "${file%.*}.bmp"; done