FarCry CFXImage

Overview

CFX Image plugin provides a windows only custom tag to replace image manipulation. The primary difference from core is that you can resize, and manipulate image formats other than JPG.

FarCry CFXImage Plugin requires Windows.

Download

You can grab the code base from the FarCry subversion repository: http://svn1.cvsdude.com/modius/farcry/plugins/farcrycfximage/trunk

Or a zip of the plugin on the FishEye site (bottom left): http://fisheye3.cenqua.com/browse/farcrycms/plugins/farcrycfximage/trunk

Installation

Add farcrycfximage to your plugin list in the farcryinit tag of your project's Application.cfm:

./www/Application.cfm
<farcry:farcryInit 
  name="daemon" 
  dbType="mssql" 
  plugins="farcrycms,farcrycfximage,googleMaps" />

Then you need to configure the C++ custom tag in ColdFusion administrator for your server. Login into CFIDE, and register the custom tag as CFXImage.

In the CFIDE administrator, the CFX name must be "cfx_image".

The DLL is located at ./plugins/farcrycfximage/tags/cfximage.dll

Formtool

image