mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-09 20:47:48 +00:00
Make a function to create a smaller webshare version
This commit is contained in:
@@ -50,3 +50,8 @@ transcode-video-4K() {
|
||||
transcode-png2jpg() {
|
||||
magick $1 -quality 95 -strip ${1%.*}.jpg
|
||||
}
|
||||
|
||||
# Transcode PNG to JPG image that's great for sharing online without being too big
|
||||
transcode-png2jpg-1080() {
|
||||
magick $1 -resize 1080x\> -quality 95 -strip ${1%.*}.jpg
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user