Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
pngdiffer.py File Reference

(ada9ddbf8c604585ac344b72f7bb63ac27c84726)

Go to the source code of this file.

Classes

class  testing.tools.pngdiffer.ImageDiff
 
class  testing.tools.pngdiffer.PNGDiffer
 
class  testing.tools.pngdiffer._PathTemplates
 

Namespaces

namespace  testing
 
namespace  testing.tools
 
namespace  testing.tools.pngdiffer
 

Variables

str testing.tools.pngdiffer.EXACT_MATCHING = 'exact'
 
str testing.tools.pngdiffer.FUZZY_MATCHING = 'fuzzy'
 
str testing.tools.pngdiffer._PNG_OPTIMIZER = 'optipng'
 
tuple testing.tools.pngdiffer._COMMON_SUFFIX_ORDER = ('_{os}', '')
 
tuple testing.tools.pngdiffer._AGG_SUFFIX_ORDER = ('_agg_{os}', '_agg') + _COMMON_SUFFIX_ORDER
 
tuple testing.tools.pngdiffer._GDI_AGG_SUFFIX_ORDER
 
tuple testing.tools.pngdiffer._GDI_SKIA_SUFFIX_ORDER
 
tuple testing.tools.pngdiffer._SKIA_SUFFIX_ORDER = ('_skia_{os}', '_skia') + _COMMON_SUFFIX_ORDER
 
str testing.tools.pngdiffer._ACTUAL_TEMPLATE = '.pdf.%d.png'
 
str testing.tools.pngdiffer._DIFF_TEMPLATE = '.pdf.%d.diff.png'