change radar tile sizes

This commit is contained in:
Matt Walsh 2025-06-16 13:26:35 -05:00
commit f0d4a9e6f0
No known key found for this signature in database
289 changed files with 1 additions and 1 deletions

View file

@ -1 +1 @@
convert radar-stretched.webp -crop 12x12+0+0@ +repage +adjoin -set filename:row "%[fx:floor(t/12)]" -set filename:col "%[fx:t%12]" radar/map-%[filename:row]-%[filename:col].webp
convert radar-stretched.webp --define webp:losless=true -crop 10x11+0+0@ +repage +adjoin -set filename:row "%[fx:floor(t/10)]" -set filename:col "%[fx:t%10]" radar/map-%[filename:row]-%[filename:col].webp