FoxitPDFSDKforWeb
v10.0.0
Foxit PDF SDK for Web
|
Options for OverlayComparisonService.compareImageData. More...
Public Attributes | |
Partial< CombinePixelsOptions > | combinePixelsOptions |
Options to handle pixel-diff and combine-pixels algorithms, All properties of CombinePixelsOptions interface are optional. More... | |
ImageData | sourceBitmap |
The source image bitmap data, which can be obtained via PDFPage.render method. More... | |
ImageData | targetBitmap |
The target image bitmap data, which can be obtained via PDFPage.render method. More... | |
Partial< OverlayComparisonTransformationOptions > | transformation |
Transformation options of source image bitmap data. More... | |
Options for OverlayComparisonService.compareImageData.
Partial<CombinePixelsOptions> OverlayComparisonOptions::combinePixelsOptions |
Options to handle pixel-diff and combine-pixels algorithms, All properties of CombinePixelsOptions interface are optional.
ImageData OverlayComparisonOptions::sourceBitmap |
The source image bitmap data, which can be obtained via PDFPage.render method.
ImageData OverlayComparisonOptions::targetBitmap |
The target image bitmap data, which can be obtained via PDFPage.render method.
Partial<OverlayComparisonTransformationOptions> OverlayComparisonOptions::transformation |
Transformation options of source image bitmap data.