From 6ce21210f4ec7727656814696eb85dfb8e797a2e Mon Sep 17 00:00:00 2001 From: WhatTheMike Date: Thu, 17 Dec 2020 23:06:03 -0500 Subject: [PATCH] Fixed README.md formatting. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a9ffa0e..4942209 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ -### Random scripts that I have written for various tasks! +## Random scripts that I have written for various tasks! -## Bash +### Bash **convertHEICtoJPG.sh** -This script will convert your HEIC files (a format Apple saves photos with) to JPGs. Flip saveasjpg at the top to save as PNG instead. This will result in much larger file sizes. Set keeporiginals to 0 to delete the HEIC files after they're converted. The HEIC files are saved kept around by default. For best results set this up as a cron job. +This script will convert your HEIC files (a format Apple saves photos with) to JPGs. Flip saveasjpg at the top to save as PNG instead. This will result in much larger file sizes. Set keeporiginals to 0 to delete the HEIC files after they're converted. The HEIC files are saved kept around by default. For best results set this up as a cron job. +\* Requires the ImageMagick to be installed with HEIC support. There are links at the top of the script to do this. more to come