Monday 07 May 2012 10:40:43 am
Probably here:
<ezproot>/<VarDir>/storage/images/<somefolder>/<number>-<revision>-<languagecode>/<image>
Example:
var/ezflow_site/storage/images/mymedia/521-10-eng-GB/myimage.jpg
The aliases are stored as:
var/ezflow_site/storage/images/mymedia/521-10-eng-GB/myimage_small.jpg
var/ezflow_site/storage/images/mymedia/521-10-eng-GB/myimage_medium.jpg
.. etc ..
Monday 07 May 2012 12:53:46 pm
Hi Terry,
I thought so, too. I uploaded a TIF image-file with a filesize of 8.2 mb. All image aliases from imagemagick are stored within /var/siteaccess/storage/images/my_path/...
The original uploaded file is missing. The "original" file from imagemagick is stored there, but this isn't my original uploaded file because the file in var directory has a filesize of 0.3 mb only - and it was converted to a jpeg file...
Wednesday 09 May 2012 7:29:42 am
Hello Philip,
Remember that the ezimage datatype does not work the same as the ezfile datatype.
I suggest using ezfile datatype instead of ezimage datatype when working with tiff image files.
This suggestion comes from some experience with ezimage datatype internals and based on other external references [0] which suggest that tiff images are not generally supported within the browser pages in the same way that jpg, png, etc.
If memory serves me jpeg is the default output format for image content stored in ezimage image alias variations including the original.
I hope this helps ...
Cheers,
Heath
[0] http://stackoverflow.com/question...isplay-tiff-image-in-all-web-browser
You must be logged in to post messages in this topic!