Percentage difference between images: Difference between revisions

Content added Content deleted
Line 139: Line 139:


DllCall("SelectObject", "Uint", mDCo, "Uint", oBM)
DllCall("SelectObject", "Uint", mDCo, "Uint", oBM)
DllCall("ReleaseDC", "Uint", 0, "Uint", mDCi)
DllCall("DeleteDC", "Uint", 0, "Uint", mDCi)
DllCall("ReleaseDC", "Uint", 0, "Uint", mDCo)
DllCall("DeleteDC", "Uint", 0, "Uint", mDCo)
Gdip_DisposeImage(pBitmapFile1)
Gdip_DisposeImage(pBitmapFile1)
DllCall("DeleteObject", "Uint", hBMi)
DllCall("DeleteObject", "Uint", hBMi)