Hi,

I'm new to drupal and i'm also new with module development and custom query. I just want to ask a way to display an image generated by imagecache but is taken from the database using custom query.

1. Display an image using imagecache
2. Image attributes (ex: path, presets etc. etc.) is queried from the database
3. Sample code?

I would appreciate all the help I can get.

Thanks

Comments

yevonsoul’s picture

anyone?

drewish’s picture

Status: Active » Closed (won't fix)

imagecache really only works with images stored as files. it has no way of finding images stored in a database.