Notice: With the launch of Adobe Cookbooks, this site will no longer be accepting new entries or posting new content. Thanks to everyone who submitted content!

Images

This category is everything image related.

Problems

How can I create a CAPTCHA image with ColdFusion?
CAPTCHA images contain distorted text that is human-readable but not machine-readable. The <cf...

How can I store an image in a database?
To store an image in a database we must first turn the image in a BLOB or Binary Large OBject. Ba...

How can I use ColdFusion to crop an image?
Use the imageCrop() function. ...

How can I use ColdFusion to watermark an image?
Use the imagePaste() function. The imagePaste() function takes two images and an X Y coordinate, ...

How do I get a random image from a directory?
Use the RandRange function to pick a random image file form your directory. ...