Closed (fixed)
Project:
Image Composition
Version:
5.x-1.0-beta6
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Jul 2007 at 15:26 UTC
Updated:
23 Jun 2014 at 16:19 UTC
Jump to comment: Most recent
Comments
Comment #1
clemens.tolboomI think that I opt for using imagecache way of retrieving images.
By using a node id and a path containing the derived image seems all there is to know.
The current implementation uses the internals of an image node.
So I hope my users tell what to do :-)
Comment #2
Chuck1 commentedI like this module the image compositions look great and it is very easy to create a composition, BUT the only reason that I can't use this module is that it takes too long to load the webpage with the composition :( .
I will wait and I hope you find a good solution that you must not transfer the full size image.....
It is not possible to render the image with the new size with the GD library before you transfer it?
Comment #3
clemens.tolboomUsing GD is possible but it is not the way i would like to go. It would mean programming image handling into the module. And I want to other things for this module.
So using image-cache for getting to nodes containing images changes the dependency (image.module).
What I can do then is use an admin setting for what the preview url is and what the full image view is. At the moment I'm experimenting with image-cache but coding this will take 8 hours or more.
Comment #4
dman commentedClosing old (D5) issues