Understanding Image/Thumbnail functionnalities ? Help :)

Understanding Image/Thumbnail functionnalities ? Help :)

Saturday 16 April 2005 6:53:23 am - 2 replies

Modified on Saturday 16 April 2005 8:23:12 am by H-Works Agency

Author Message

Jan Borsodi

Wednesday 27 April 2005 12:48:30 am

> When does the compression process occurs ? Where thoses
> files are stored ?

Do you mean compression or scaling?
The compression is handled by either ImageMagick or the GD extension and depends on the image format (some doesn't have compression).

Scaling is done when calling the ImagMagick executable (or in PHP code when using GD).
These files are stored inside the <i>var/storage</i> directory in a subdirectory depending on if it is in a version or not.

> What is the difference between var/sitename/../images and
> images-versionned ?
<i>/images</i> is used when the object is published, it will place the image in a path taken from the URL alias of the object.
<i>/images-versioned</i> is used when editing an object (ie a specific version), at that time the path is not known and the image is stored only under the object/version combination.

> Why entering new AliasList[] description in my
> siteaccess/../image.ini doesn't have the effect of
> building each AliasList[] entrie during admin image
> upload ?
I'm not sure what you mean here. Which description are you referring to?
Do you mean that the list of aliases is not updated when uploading the new image?

> Does thoes compressions and multiple copies described in
> siteacess/../image.ini occurs when the image is uploaded
> through the admin OR when the specific AliasList[] entries
> are called in public template ?

Scaling is done on the original image when it is uploaded if it is defined, if not it is only moved.
For the rest of the aliases it is done the first time it is accessed by the template or PHP code.

--
Amos

Documentation: http://ez.no/ez_publish/documentation
FAQ: http://ez.no/ez_publish/documentation/faq

H-Works Agency

Wednesday 27 April 2005 9:15:53 am

I understand now the way EZP handle images.

AliasList[] entries are build (either by ImageMagic | GD) first time its called by a template (either in admin | public site).

Thanks a lot for those infos.

EZP is Great

You must be logged in to post messages in this topic!

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.