8000 boards/update-thumb.sh: Slightly increase thumbnail res. · AEMICS/micropython-media@9d29aa4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9d29aa4

Browse files
committed
boards/update-thumb.sh: Slightly increase thumbnail res.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
1 parent c8d0dcc commit 9d29aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/update-thumb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22
rm */*.thumb.jpg
3-
for file in */*; do convert $file -thumbnail 200 ${file/.jpg/.thumb.jpg}; done
3+
for file in */*; do convert $file -thumbnail 300 ${file/.jpg/.thumb.jpg}; done

0 commit comments

Comments
 (0)
0