Can I use this module to get rid of the white/gray empty space out of an image.
If you see the "original_watch.jpg" which is 900x900 with lots of empty white/gray space, where as
the "no_space_watch.jpg" is 351x851 with the white space cropped out and which I really need.
Thanks...
| Comment | File | Size | Author |
|---|---|---|---|
| no_space_watch.jpg | 63.76 KB | hgurol | |
| original_watch.jpg | 73.41 KB | hgurol |
Comments
Comment #1
fietserwinIf you know from what side or corner to crop and to what size, you can use the "crop" effect, which is in Drupal core. If you want to do a manual crop there are other modules that can do so, like the Manual Crop module. Also have a look at http://groups.drupal.org/node/195788.
But this was not what you were asking for. The answer to your question is: no. :)
Comment #2
hgurol commentedThanks for taking the time. In the meanwhile, I have tried smart crop module which it seems to be doing what I want but not always. It looses the focus sometimes and crops wrongly. It just needs smarten up a little more, lol.
Anyway, thanks for your time and information.