Skip to content

Commit d14ef6c

Browse files
committed
add a TODO
1 parent 03ef2d8 commit d14ef6c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Example/Tests/Images/gen.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ function generate() {
1717
convert ${orig} -resize 255x255! "${base}.255x255.png"
1818

1919
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
2024
for bpc in 8 10 12; do
2125
for fmt in yuv420 yuv422 yuv444; do
2226
for range in full limited; do

0 commit comments

Comments
 (0)