Closed (won't fix)
Project:
ImageCache
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Jul 2007 at 15:28 UTC
Updated:
13 Dec 2007 at 00:39 UTC
I'd like for paths to be relative of where the original image is. For example, if I had an image saved, like /img/games/testing.jpg, I would want the cached image in /img/games/
/
Comments
Comment #1
zmove commentedSame here, for instance, imagecache create an OMG WTF long path.
like : /sites/mywebsite.com/file/images/mycontenttype/sites/mywebsite/files/images/mycontenttype/mycachedimage.jpg...
Comment #2
dopry commentedplease make a proposal the prevent path collisions between imagecache images presets and source images... I feel it is safe to require the imagecache namespace, and how often are you actually typing these urls? It maybe convenient to remove the file_directory_path from the second part of the imagecache path..
Comment #3
dopry commentedfile_directory_path() is stripped in HEAD... I'm not going to move the cache files outside of the imagecache folder.