Friday 18 August 2006 7:44:55 am
Hi all In image.ini.append.php of my siteaccess following entries for image sizes are available:
[small]
Filters[]=geometry/scale=50;50
[medium]
Filters[]=geometry/scale=200;200
[large]
Filters[]=geometry/scale=300;300
In one of my templates following code is used for image display: {attribute_view_gui attribute=$node.object.data_map.image.content.data_map.image image_class="small"} But resulting page does not take settings in image.ini.append.php into account.
Address of pic makes sense though (.._small.png): mysite/storage/images/media/images/article_image_02/245-1-ger-DE/article_image_02_small.png Only name of resulting image is changed (article_image_02_small.png, article_image_02_medium.png etc.), but actual size does not change! For converting graphic GD is used, ImageMagick does not work (I do not know why). I am not sure, if my hoster is supporting ImageMagick, for this reason, I have chosen to use GD for now.
Could it be a problem with GD? Png format is supported? What about GD2? Any hints?
Thanks and regards, Roger
|