Hi
I am looking at this module. I am trying to understand how it will work and if it will work for what I need to do. I need to have the images resize and quality change in order to make the file size smaller. I know how to do this with ImageMagick command line, -resize 1000x1000 -quality 30.

What I am wondering is how or when is the imagecache applied? Can it be applied when the images is being uploaded or does it have to be upload first?

Thanks for help.
Pam

Comments

adrinux’s picture

Status: Active » Closed (fixed)

You don't really need im_raw.module for that, the quality is set in the global imageapi config at admin/settings/imageapi/config/imageapi_imagemagick and added by imageapi to whatever is passed from imagecache.

So really a standard imagecache scale is all you need, unless you're doing more complicated things, like resizing and cropping to make images square etc.

Marking this closed.

pam.pkrweb@gmail.com’s picture

Hi
Thanks for reply. I just fine that the other day. That is the quality under imageapi configurations.
Pam