Closed (fixed)
Project:
ImageMagick Raw Effect
Version:
6.x-1.2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 May 2009 at 02:32 UTC
Updated:
8 May 2009 at 02:20 UTC
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
Comment #1
adrinux commentedYou 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.
Comment #2
pam.pkrweb@gmail.com commentedHi
Thanks for reply. I just fine that the other day. That is the quality under imageapi configurations.
Pam