Created
August 29, 2025 11:14
-
-
Save billypchan/13a22c8b6158ef801e6ee7c8372ae790 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| magick mogrify -path "target_4K" \ | |
| -resize 3840x3840\> \ | |
| -auto-orient \ | |
| -format webp \ | |
| -define webp:preserve-metadata=true \ | |
| *.[jJ][pP][gG] |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
google photo AI face detection seems not work on full size Z5 photos, reduce size to 4K webp can works during uploading.