Creates a ColdFusion image that can be manipulated by using Image functions. You can use the cfimage tag to perform common image manipulation operations as a shortcut to Image functions.You can use the cfimage tag independently or in conjunction with Image function
Questions tagged [cfimage]
41 questions
0
votes
1 answer
Where can I download ColdFusion 8.0 cumulative hot fix 4?
I am required to continue to support an Adobe ColdFusion 8.01 server for several more months, or more. I've come across a bug with the CFImage tag, Missing Huffman code table which causes certain JPG images to fail. This is reported as being fixed…

Connie DeCinko
- 996
- 5
- 19
- 39
0
votes
1 answer
coldfusion imageNew error: Unsupported Image Type
I am trying to use the ImageNew function (coldfusion 8) to create an image object with a image URL link, e.g.
There are many links there and most of them are good, but for some of the image…

leonjoho
- 47
- 2
- 9
0
votes
1 answer
Image Resizing Not Happening
Hey guys, I am trying to use a simple cfimage to resize a tmp image but its not working... am I doing it correctly?
After it goes through…

Darren
- 10,631
- 8
- 42
- 64
0
votes
0 answers
How to convert base64 to image in coldfusion?
I am trying to convert a base64 string into an image in ColdFusion, but it is not working. From what I have read, this can be done with the ImageReadBase64 function:
So I tried…

chyman-91
- 263
- 3
- 5
- 12
0
votes
1 answer
Coldfusion, using GetHttpRequestData, to Store and Handle Files
I have a JQUERY file upload plug-in which allows users to upload files to the Coldfusion server. The plugin submits the files to the server in a way that requires me to use GetHttpRequestData() for the files contents. Here's what I have so far in…

WozPoz
- 992
- 2
- 15
- 29
0
votes
1 answer
Captcha doesn't work correctly in Railo using CFIMAGE
I was playing around with CAPTCHA in Railo using CFIMAGE recently and for some reason I
couldn't make it work correctly. It generates the image and it
shows up in the browser, but the font looks strange and the letters
are placed all over,…

gdemeny
- 1
- 2
0
votes
0 answers
watermarking on Images and Issue with Text Placement
I am working on watermarking an image and am having a problem with my code. It does create a watermark in the bottom right side corner, but the text is not written.
Can anyone spot what is wrong with the code?

Gurpreet Singh
- 23
- 6
0
votes
1 answer
Prevent memory leak when using cfimage and cfxml?
I'm doing a site in coldfusion8/mysql 5.0.88 with the front end in Jquery Mobile. I'm also using the photoswipe.js plugin, which allows images to be zoomed and browsed in a separate view layer.
To setup photoswipeable images, I need to…

frequent
- 27,643
- 59
- 181
- 333
0
votes
1 answer
How to avoid resized images being blurred in Coldfusion?
I'm resizing and saving some images using Coldfusion8. However, all images, no matter what size are blurred and I don't know how to turn it off.
This is what I'm doing:
…

frequent
- 27,643
- 59
- 181
- 333
0
votes
1 answer
ImageScaleToFit - how to implement?
I'm new to Railo, moving away from ColdFusion 8 where my site used to used to use cfx_imagecr3.
I believe Railo has ImageScaleToFit but I'm not sure if I'm using it correctly or if I need to add some kind of class/component? I've added it between a…

david-l
- 623
- 1
- 9
- 20
0
votes
2 answers
Cfimage inside a CFC
I seem to be having an issue manipulating photos from within my CFC. I get an error that says that it encountered an exception while trying to read the image. So the question is pretty straightforward, are there any issues with manipulating files…

aceslowman
- 621
- 13
- 28