Created
May 30, 2023 07:25
-
-
Save rudSarkar/252ea10f37bd4071f1966f2d81ba4feb to your computer and use it in GitHub Desktop.
Convert HEIC format to PNG using onliner
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find . -name "*.HEIC" -exec sh -c 'sips -s format png "$1" --out "$(basename "$1" .HEIC).png"' _ {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment