Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

creating image automatically

Guest
Oct 23, 2008 Oct 23, 2008
What I need to do is create a genetic linkage map as an image, this info will be in a database table. So I'm wondering if there is a way to take info from a db and use it to create an image using coldfusion. The image needs to have clearly defined clickable regions on it that link preferably to pop up windows, or to a new page. These regions would also be in the db. Is there a way to do this?
229
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Oct 23, 2008 Oct 23, 2008
LATEST
Hi,

Not sure exactly. But I would assume this would require some kind of form (to input what links should go where, how wide and high the image should be, the image coordinates, a unique ID for the image etc etc). Then you'd probably pass these variables to some kind of image processing script that might utilise the CFIMAGE tag and various image functions in CF.

My guess would require CF8 of course but there are some image processing CFC's and scripts for earlier versions of CF.

Good luck!
Mikey.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources