CrImage::Util::CropStrategy
Inherits Enum / Comparable / Value / Object
Smart cropping strategies.
Different strategies for identifying important image regions:
Entropy: Keeps regions with most detail/information (texture, patterns)Edge: Keeps regions with most edges (objects, boundaries)CenterWeighted: Balances content importance with center proximityAttention: Focuses on upper-center regions likely to contain subjects/faces
Constants
Entropy = 0
Edge = 1
CenterWeighted = 2
Attention = 3