We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03ef2d8 commit d14ef6cCopy full SHA for d14ef6c
1 file changed
Example/Tests/Images/gen.sh
@@ -17,6 +17,10 @@ function generate() {
17
convert ${orig} -resize 255x255! "${base}.255x255.png"
18
19
local flag
20
+ # TODO(ledyba-z): Add more loops for:
21
+ # - with alpha / without alpha
22
+ # - with thumbnail / without thumbnail
23
+ # - matrix coefficients, color primes, transfer characteristics
24
for bpc in 8 10 12; do
25
for fmt in yuv420 yuv422 yuv444; do
26
for range in full limited; do
0 commit comments