Home | History | Annotate | Download | only in cmd

Lines Matching refs:png

35 #include "compile/Png.h"
470 context->GetDiagnostics()->Note(DiagMessage(path_data.source) << "compiling PNG");
492 // using the original PNG instead of the crunched one.
500 if (path_data.extension == "9.png") {
526 // Write the crunched PNG.
533 // No matter what, we must use the re-encoded PNG, even if it is larger.
537 // The re-encoded PNG is larger than the original, and there is
541 << "original PNG is smaller than crunched PNG"
553 // For debugging only, use the legacy PNG cruncher and compare the resulting file sizes.
557 Png png(context->GetDiagnostics());
558 if (!png.process(path_data.source, &legacy_stream, &legacy_buffer, {})) {
670 .OptionalSwitch("--no-crunch", "Disables PNG processing", &options.no_png_crunch)
747 (path_data.extension == "png" || path_data.extension == "9.png")) {