Liefert ein Array mit den Indizes der passenden Bilder.
#Include <FF.au3>
_FFImagesGetBySize($iHeight, $iWidth[, $sMode = "eq"[, $iPercent = 0]])
Parameters
$iHeight | Höhe des Bildes. | ||||||||
$iWidth | Breite des Bildes. | ||||||||
$sMode |
|
||||||||
$iPercent | Such-Toleranz in Prozent. eq +/- Prozent lt => lt - Prozent gt =< gt + Prozent |
Return Value
Success: | Returns array[0] > 0 |
Failure: | Returns array[0] = 0 and sets @ERROR |
@ERROR: | 0 ($_FF_ERROR_Success) 3 ($_FF_ERROR_InvalidDataType) 4 ($_FF_ERROR_InvalidValue) 8 ($_FF_ERROR_NoMatch) |
Remarks
Related
Example