> Hi,
>
> I want to setup a large commercial image database for a client.
> Like http://www.photodisc.com/
> I want to be able to easily add new images, be able to fully
> search images,
> and categories, browse thumbnail images, and  have a shopping cart feature
> where you can select images for buying, pay for it, then download the full
> res image.
>
> Has anyone developed anything like this with Cold Fusion?
> Does anyone have any ideas on how to go about the
> project..........or could
> suggest any applications that could do this if CF can't do it well........
>
> I am stumped on how to work with the images..........
>
> any help would be appreciated.
>
> kind regards
>
> chad

I have a little open source tag called CFX_ImageInfo at (presses STAMP
button on his keyboard) http://www.intrafoundation.com/freeware.html. It'll
let you scan a folder with a couple thousand images and report back all the
info about the images you could want (width, height, comments, colors, etc,
etc) in a SQL query.

As for _making_ the thumbnails from the original hires images... the
answer's a bit less clear. Depends on what format they're in. Some people
use a command-line CFX line CFX_ConsoleCommand or cf4.5's CFEXECUTE to force
other commerical software to do the work in batch. You could also try
CFX_gifGD and CFX_Image by Jukka Manner. Really just depends on your source
format.

--min



------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to