image cropping resizing

Relevance-Enhanced Image Reduction and image presets

Sometimes I've been looking for a module which would let me crop an image visually, though I haven't found one working for the drupal version I've been using, until recently when Imagefield crop became available (Edit: which supposedly will be folded into Imagecrop for D6. The latter module is a later addition which I weren't aware of when I wrote this.)

However, there is still one missing concept and that is Relevance-Enhanced Image Reduction which is what would be the best solution for this.

4 comments · Read more · 1 attachment
zoo33's picture

Now available: better control over ImageMagick operations

Image Enhanced Scaling is dead – long live ImageMagick Advanced Options! Yes, the Long Module Names Movement is back with longer names than ever before!

As of Octover 10, Image module comes with a new contributed module: ImageMagick Advanced Options. This is good news for anyone who needs fine-grained control over their images in Drupal, such as photographers or managers of image archives – regardless of wheter they use Image module or not. This post describes how it came into existence and why you should use it.

6 comments · Read more
nelson77bs's picture

per user paths

Hi all,
i'm going to implement a public site that will offer to the user that register a personal gallery. I use the image module but i find that i can't get a personal image folder on the server (all the files are stored in the folder you choose in filesystem settings). I have to modify the image module? other way to get personal upload folders?

I have already created a function to get the per user upload folder in image_import.module with the following code, but i think pheraps there would be a better way to go...

function _get_image_import_path() {
global $user;

Login to post comments · Read more
njt1982's picture

Imagefield

Firstly, hi all in this group...

A little background from me - I've been programming websites for a few years and recently had a chance to meet Rob Douglass through my work. My eyes have been fully opened to Drupal and its potential! Before drupal I coded sites by hand as I always believed CMS's to be restrictive and blubbery. Although drupal isn't particularly lightweight, its certainly not restrictive. My first (personal) project was to create a challenge database for a forum I regularly attend... This produced DBP-Site. I learned a lot from this such as a code highlighting module which, at some point, I'm going to progress and submit to the module base here (it should work as a more generic highlighter too).

Login to post comments · Read more
sime's picture

DHTML image cropping

On the dev list Adrian posted a link to a DHTML cropping tool.
http://www.speedingrhino.com/cropper.htm

I have been aware of this for a while, as I have a similar tool which I created before I came to Drupal. My goal has been to bring this into drupal, but the reality is I have a lot to learn about the drupal way first.

http://urbits.com/_/demos/insizer_demo_page4.php
(Click the clown)

1 comment · Read more
Syndicate content