static float rgbImageSimilarityPercent(RGBImage a, RGBImage b) { ret 100f*rgbImageSimilarityResized(a, b, 0); }