linuxcli

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
linuxcli [2021/08/24 14:16] Fabian Horstlinuxcli [2022/10/01 19:46] (aktuell) Fabian Horst
Zeile 4: Zeile 4:
 Gescheite Linux CLI Dinger: Gescheite Linux CLI Dinger:
  
-https://stuffjasondoes.com/2019/07/10/batch-convert-heic-to-jpg-in-linux/+===== Batchconvertierung von HEIC zu JPEG: ===== 
 +https://ubuntuhandbook.org/index.php/2021/06/open-heic-convert-jpg-png-ubuntu-20-04/#:~:text=Convert%20HEIF%2FHEIC%20to%20JPEG,select%20Export%20to%20JPG%20%2F%20PNG. 
 + 
 +https://cameronnokes.com/blog/how-to-convert-heic-image-files-to-jpg-in-bash-on-macos/ 
 +<code>sudo apt install libheif-examples</code> 
 +<code> 
 +for file in *.HEIC; do heif-convert $file ${file/%.HEIC/.JPG}; done 
 +</code>
  
  
  • linuxcli.1629807417.txt.gz
  • Zuletzt geändert: 2021/08/24 14:16
  • von Fabian Horst