003 File Manager
Current Path:
/usr/src/contrib/cortex-strings/scripts
usr
/
src
/
contrib
/
cortex-strings
/
scripts
/
📁
..
📄
add-license.sh
(2.39 KB)
📄
bench.py
(5.53 KB)
📄
fixup.py
(504 B)
📄
libplot.py
(2.05 KB)
📄
plot-align.py
(1.97 KB)
📄
plot-sizes.py
(3.48 KB)
📄
plot-top.py
(1.54 KB)
📄
plot.py
(3.5 KB)
📄
trim.sh
(211 B)
Editing: trim.sh
#!/bin/bash # # Trims the whitespace from around any given images # for i in $@; do convert $i -bordercolor white -border 1x1 -trim +repage -alpha off +dither -colors 32 PNG8:next-$i mv next-$i $i done
Upload File
Create Folder