Пример #1
0
TEST(StaticPNGTests, ProgressiveDecoding) {
  testProgressiveDecoding(&createDecoder,
                          "/LayoutTests/images/resources/png-simple.png", 11u);
}
Пример #2
0
TEST(AnimatedWebPTests, progressiveDecode) {
  testProgressiveDecoding(&createDecoder,
                          "/LayoutTests/images/resources/webp-animated.webp");
}