cancel
Showing results for 
Search instead for 
Did you mean: 

Transform rule options

spdaly
Champ in-the-making
Champ in-the-making
I'm trying to create a rule on a space using the "Transform and copy image to a specific space" action.  I need to resize the transformed image to "-resize x80" (ImageMagick notation to resize height keeping aspect ratio) and to "-resize 1000x1000!" (forcing an a "true" size of 1000x1000).

I added the rule and put the appropriate option in the option field.  The image transforms from GIF to JPG, but doesn't resize.  I have turned on DEBUG in log4j.properties and I don't see any errors.

I'm hoping that I can do this with rules and not writing custom code.

Thanks in advance.
2 REPLIES 2

ediez
Champ in-the-making
Champ in-the-making
Hi spdaly,

I'm currently facing the exact same issue. Did you manage to resolve this?

Thanks,

spdaly
Champ in-the-making
Champ in-the-making
I ended up doing the conversion in the web script that uploads the file to a node.  It calls transformImage which allows for a parameter to set the resize value.

HTH,

Steve