Any advanced image-editing modules?

nmss - July 31, 2009 - 15:41

I would like to be able to specify manually the exact part of an image that will appear when I'm creating a node with an image. In a more Photoshop sort of way than ImageAPI/field/cache does.
i.e. If I have a 200x200 Image Field and a 1000x1000 image to upload, I want to be able to manually resize it and move it around to fit the 200x200 space myself.

Are there such modules that can this?

Imagefield Crop

matkeane - July 31, 2009 - 17:04

Hi,

Sounds like http://drupal.org/project/imagefield_crop might do the trick - you can crop manually, and then use imagecache to produce different sizes if you need them. The original, uncropped, image is retained if you want to use that as well.

THANKS!

nmss - August 1, 2009 - 20:54

EXACTLY what I was looking for, thank you!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

PHWOAR!

Problems I find with this

nmss - August 2, 2009 - 14:32

Problems I find with this module:

Imagecache provides thumbnail, node and full views for images but ImageCrop seems to crop all views.

Is there any way to make ImageCrop apply to these different views specifically?

PHWOAR!

Cropping Different Views

matkeane - August 2, 2009 - 17:04

Hi,

Ermm, not directly, I don't think, but imagefield_crop does keep the original, uncropped image, so you can, for example, have a cropped thumbnail link to a full image - I think the UI now allows this. If you need to resize the cropped, or the uncropped, image you could push them through an imagecache preset in the theme layer.

How would I go about doing

nmss - August 3, 2009 - 21:59

How would I go about doing this? I'm used to using Image "teaser" and "node/full" modes in CCK.

PHWOAR!

Resizing imagefield_crop images

matkeane - August 3, 2009 - 22:18

Hi,

Well, you'll need to dive into the theme layer a bit... but basically, if you know the path to your source image, you call it through one of your imagecache presets, which will create the new, resized image if it doesn't exist already.

More info in a issue for the imagefield_crop module here: http://drupal.org/node/240849#comment-1491100

Maybe this module can help

spanito - November 22, 2009 - 18:27

Maybe this module can help you:
http://drupal.org/project/epsacrop

Cheers

 
 

Drupal is a registered trademark of Dries Buytaert.