Closed (fixed)
Project:
Upload element
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Mar 2009 at 17:28 UTC
Updated:
27 Sep 2009 at 12:12 UTC
I think this is a good idea.
But not sure that is attached directly to imageapi. Maybe its worth to create a API to communicate with the action of the handler to display an image. Let it be initially adjusted to the ImageAPI, but would not limit the developer to choose the means to work with images.
p.s. Thank you for the module. I have several times taken for the development of this, but all the time that it prevented me to finish and had to be subverted by each project individually.
Comments
Comment #1
alan d. commentedI was going to base things on ImageCache, but there are some issues, namely the limitation of where you can write/save files to. Because of this, I am considering using the ImageApi directly, not only for the image thumbnails but also any post upload modifications. Hopefully I'll get some free time soon to look into this some more.
My current thoughts are to:
I thought that this was going to a nice small afternoon project too, but ended up being considerably longer... I still haven't actually used it for the project that I was designing it for at the time.
Comment #2
Electronick commentedImageCache is a simple way to show uploads thumbs "on air", but I am not sure whether the cached files are removed.
Comment #3
alan d. commentedI have just got some time to rework this module, and I'm refactoring significantly.
I am considering to use the the imageapi directly.
Each element will be able to specify 1 or more imageapi actions.
Each action is a simple, non-keyed array. The first element must be a valid function after 'imageapi_image_' is prefixed to it, with any additional values passed to the function as additional parameters after the image object.
Comment #4
alan d. commentedI'm not releasing any new features any more with the end of the road in sight with the release of Drupal 7.