cancel
Showing results for 
Search instead for 
Did you mean: 

Thumbnail Image

fthamura
Champ in-the-making
Champ in-the-making
I want to add feature so when I download a content to alfresco, the content = image/pic/gif/jpg/psd, i want to add the thumbnail,

is it possible? can give me the tips to start it?

so we can make a gallery image there.

Frans
3 REPLIES 3

davidc
Star Contributor
Star Contributor
It depends on how tightly you wish to relate the original image and the thumbnail but the simple way is:

1) Create a Space called Images
2) Create a Rule for the Space "Images"
    Title: Create Thumbnail
    Apply Rule to sub spaces: true
    Run rule in background: true
    Condition: Items which contain a specific value in its name  Pattern: *.gif
    Action: Transform and copy image to a specific space
       Required format: jpg
       Options: -thumbnail 100x60
       Destination: the "Images" space
    Finish
3) Add a gif image to your space
4) The thumbnail will be generated in the background, so click on the Images link in the breadcrumb to refresh the page

rdanner
Champ in-the-making
Champ in-the-making
It depends on how tightly you wish to relate the original image and the thumbnail but the simple way is:

1) Create a Space called Images
2) Create a Rule for the Space "Images"
    Title: Create Thumbnail
    Apply Rule to sub spaces: true
    Run rule in background: true
    Condition: Items which contain a specific value in its name  Pattern: *.gif
    Action: Transform and copy image to a specific space
       Required format: jpg
       Options: -thumbnail 100x60
       Destination: the "Images" space
    Finish
3) Add a gif image to your space
4) The thumbnail will be generated in the background, so click on the Images link in the breadcrumb to refresh the page


Required format jpg? Thats a typo right?

rgauss
Champ in-the-making
Champ in-the-making