alpha
Login
or
Join now
kasper.space
/
to
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/probablykasper/to. CLI audio, video and image file converter
aiff
audio
cli
flac
gif
image
jp2
jpg
mov
mp3
mp4
ogg
png
video
webm
webp
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Default to 90 quality for images
author
Kasper
date
4 years ago
(Nov 19, 2021, 12:37 AM +0100)
commit
597351ff
597351ff87e510cda9b18dc1267252257b2091c0
parent
67cbb716
67cbb7168ee74ceb107119197c4ac7276b0b7581
+4
-4
1 changed file
Expand all
Collapse all
Unified
Split
bin
to
+4
-4
bin/to
View file
Reviewed
···
42
42
`cyan ogg`
43
43
44
44
`green Image formats:`
45
45
-
`cyan jpg` 95 quality. Custom quality example: `cyan jpg:75` (0-100)
46
46
-
`cyan jp2` 95 quality. Custom quality example: `cyan jp2:75` (0-100)
45
45
+
`cyan jpg` 90 quality. Custom quality example: `cyan jpg:75` (0-100)
46
46
+
`cyan jp2` 90 quality. Custom quality example: `cyan jp2:75` (0-100)
47
47
`cyan png`
48
48
-
`cyan webp` 95 quality. Custom quality example: `cyan webp:75` (0-100)
48
48
+
`cyan webp` 90 quality. Custom quality example: `cyan webp:75` (0-100)
49
49
`cyan gif`
50
50
"
51
51
}
···
156
156
jpg|jp2|webp)
157
157
CMD=magick
158
158
if [[ $QUALITY_CHANGED != true ]]; then
159
159
-
OPTIONS+=("-quality" "95")
159
159
+
OPTIONS+=("-quality" "90")
160
160
fi
161
161
;;
162
162
jpg:*|jp2:*|webp:*)