Codebase list engauge-digitizer / 6bb5302
Read webp files for #363 markummitchell@gmail.com 4 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
427427 // so the "l" gets replaced
428428 QStringList befores;
429429 befores << ".dig" << ".gif" << ".html" << ".htm" << ".jp2" << ".jpg" << ".pbm"
430 << ".pdf" << ".pgm" << ".png" << ".ppm" << ".xbm" << ".xpm" << ".xml";
430 << ".pdf" << ".pgm" << ".png" << ".ppm" << ".webp" << ".xbm" << ".xpm" << ".xml";
431431
432432 QString outFileName = fileName;
433433