Image Cropping with focus
Hi, I am looking for a certain plugin, I don't know, if one exists that way. Here's what I expect it to be able to:
-
take an image from the DOM
-
find important portions of that image using any technique
-
Crop/Center the image to the portion found in step 2.
Finding important portions means to me, that th script automatically should determine, which portion will probably be of interest to a viewer. It may use an entropy algorithm, or any similar and effective method. I do not need any uploading capabilities, and I can even write the centering code myself, I would just prefer to not have to deal with the entropy/focus issue.
Thanks,
Marc