cancel
Showing results for 
Search instead for 
Did you mean: 

Copy images and transform rule

daniele001
Champ in-the-making
Champ in-the-making
Hi

I'm trying to find some documentation how use the Options field in the rule "Transform and Copy image to a specific spece"
I'm running Alfresco 2.1 community.

I need to add images in a folder, but I need to resize them in a fixed size. I saw on forge that's exist a project called "Thumbnails", this should fix just a part of my issue.
I need to convert the same image, for example, in 680 x 480, 1014 x 768,….
I've no problem to do this with ImageMagick via a command line, so I assumed I have to enter the same parameters I use on the command line to the options field.

The only problem is that this doesn't works. The conversion between file format works great, so I assume that ImageMagick works correctly.

Thanks in advance for any help and suggestion

Kind regards

Daniele
2 REPLIES 2

sdavis
Champ in-the-making
Champ in-the-making
What exactly are you supplying in the Options field when defining the image transform?  You should be able to pass along

-resize 100x100

daniele001
Champ in-the-making
Champ in-the-making
Thank you very much, I find out my error, I used the same string I use with the convert comand line command: -resize "1024x768"
I see that the problem were the brakets I used, without them it works like I expected.

Thank you very much for your support

Kind regards

Daniele