Needing some help with Imagecache/ImageField/ImageAPI
I am trying to build a simple image/photo gallery based on this tutorial: http://blip.tv/file/971610
All has gone well so far -- I have created an image content type, with an image field. I have specified settings for thumbnail and gallery versions of the uploaded images.
When I attempt to upload images, they are being uploaded to the following directory:
'/sites/default/files'
...and the thumbs are being created in:
'/sites/default/imagefield_thumbs'
However, the page upon which my images appear is looking for the thumbs in:
Read moreImagemagick på one.com
Hallå,
Jag sitter och meckar på en sida som ligger på one.com´s servrar, vilket innebär rätt lite php-minne och vissa begränsningar. Detta innebär också i sin tur att imageAPI GD2 är ute ur leken när det gäller att imagecacha bilder till lagom storlek, den är på tok för krävande för de 24M man får i PHP-minne. Jag har kollat en del på nästa inbyggda imageAPI - imagemagick, men får inte riktigt till inställningarna. Någon som har koll exakt hur det funkar i kombination med one.com´s servrar? Eller möjligtvis finns något likvärdig smidig metod som inte är så minneskrävande?
Read more