Skip to content

Instantly share code, notes, and snippets.

@sgnm
Created November 26, 2022 07:13
Show Gist options
  • Save sgnm/de4ca4f4d858bd95b42d729e3e370a09 to your computer and use it in GitHub Desktop.
Save sgnm/de4ca4f4d858bd95b42d729e3e370a09 to your computer and use it in GitHub Desktop.
Convert png images to jpg and delete them
mogrify -format jpg *.png && find ./ -type f -name "*.png" -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment