func (im *Image) EntropyRect(r Rect) float32 { return float32(C.calculate_image_entropy_rect(im.image, r.rectangleInfo())) }
func (im *Image) Entropy() float32 { return float32(C.calculate_image_entropy_rect(im.image, nil)) }