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

cfimage tags missing in ColdFusion 7 MX

New Here ,
Jan 28, 2008 Jan 28, 2008

Copy link to clipboard

Copied

I have ColdFusion 8 on my test server. I discovered that GoDaddy only offers ColdFusion 7 on my website. I need to be able to use <cfset ImageReduced1=ImageNew("#Image1#")> <cfset ImageResize(ImageReduced1,"350","")> tag and functions. Is there a work around in ColdFusion 7 MX? Thanks for your help, Mel If you want to email me, I can be reached at mwestbrook@aol.com.
TOPICS
Advanced techniques

Views

756

Translate

Translate

Report

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
LEGEND ,
Jan 28, 2008 Jan 28, 2008

Copy link to clipboard

Copied

> I have ColdFusion 8 on my test server. I discovered that GoDaddy only offers
> ColdFusion 7 on my website. I need to be able to use <cfset
> ImageReduced1=ImageNew("#Image1#")> <cfset ImageResize(ImageReduced1,"350","")>
> tag and functions. Is there a work around in ColdFusion 7 MX? Thanks for your
> help, Mel If you want to email me, I can be reached at mwestbrook@aol.com.

No: those functions were only added to CF in v 8. So you need CF8 to use
them.

There are third-party image manipulation resources out there, such as the
Alagad Image Component: http://www.alagad.com/index.cfm/name-aic. It works
(well) in CFMX7.

--
Adam

Votes

Translate

Translate

Report

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
New Here ,
Jan 28, 2008 Jan 28, 2008

Copy link to clipboard

Copied

Thanks Allen, I will check them out. I really appreciate you getting back to me.

Mel

Votes

Translate

Translate

Report

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
Guest
Jan 28, 2008 Jan 28, 2008

Copy link to clipboard

Copied

These guys also have some nice ones....

http://www.masrizal.com

Votes

Translate

Translate

Report

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
New Here ,
Jan 28, 2008 Jan 28, 2008

Copy link to clipboard

Copied

LATEST
They wanted $400+ for putting it on one site. That was a little bit too high for me. But, thanks for writing me.

Votes

Translate

Translate

Report

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
Documentation