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.