static bool rgbTall(RGBImage img, float ratio) { ret img.h()/(float) img.w() >= ratio; }