https://www.digikam.org/download/
这家伙1G多,但功能也确实强大

Tools
# nload
# iftop
# watch -n
# netstat
HEIC to PNG
apt install libheif-examples
for f in *.HEIC; do heif-convert -q 100 $f $f.jpg; done

这家伙1G多,但功能也确实强大
# nload
# iftop
# watch -n
# netstat
apt install libheif-examples
for f in *.HEIC; do heif-convert -q 100 $f $f.jpg; done