Monday 16 March 2009 2:21:03 pm
[ImageMagick]
IsEnabled=true
ExecutablePath=/usr/bin
Executable=convert
Filters[]=thumb=-resize 'x%1' -resize '%1x<' -resize 50%
Filters[]=centerimg=-gravity center -crop %1x%2+0+0 +repage
Filters[]=strip=-strip
[AliasSettings]
AliasList[]
AliasList[]=reference
AliasList[]=thumbnail_gallery
[reference]
Reference=
Filters[]
Filters[]=geometry/scaledownonly=600;600
[thumbnail_gallery]
Reference=
Filters[]
Filters[]=thumb=200
Filters[]=centerimg=100;100
Filters[]=strip=
I used thumbnail_gallery to show images and then click on the thumb to go to show full image. In full image template, I used image_class=reference to show the bigger image, but in real, the reference image is same as thumbnail_gallery. I don't understand. Please help me!
|