 |
Developer Name: |
Rizal Firmansyah |
 |
Company Name: |
MasRizal & Partners |
 |
Email Developer: |
Email Developer |
 |
Date Created: |
Monday 05/12/2005 |
 |
Latest Version: |
3.0 |
 |
Price: |
$50 |
 |
License: |
One copy per developer. |
 |
Encrypted: |
No |
 |
Average Rating: |
Not Rated |
 |
Times Rated: |
Not Rated |

Tag Comments
|
There are no comments for this tag yet!
|
Related ColdFusion Applications
Developers who purchased CF_Image_Compress also purchased:
- cf_image_resize
- CFSecurity_Framework MultiWebsite
- CF_MultiUpload Advanced
- TerraForm 2.6
- CFSiteProtect
- CF_ProFlashUpload
- CFX_HTTP5
- CF_FlashUpload
|
What Is CF_Image_Compress? |
|
cf_image_compress is a quick solution to re-compress image file on-the-fly, in the server |
Application Idea:
|
This tag comes in handy when you're dealing with uploaded image from user, such as:
- e-Commerce sites
- Image directory website
- User catalog / directory
- Real-estate application
- and many more...
Many people tends to upload image "as is". It is our job to make sure that their uploaded images falls under our filesize restriction. Instead of rejecting large image upload, this tag can compress uploaded image to meet our filesize restriction.
This tag can re-compress JPEG image from digital camera up to 40% of its original size without noticable image quality degradation. Now you don't have to worry when user upload image directly from their digicam. |
Features:
Compress on-the-fly, you can retain the original image unchanged.
Fast operation
Input image file supported: GIF, JPG, PNG
Output image file supported: JPG, PNG
High quality image output can be achieved by controlling minimum compression level
You can limit the maximum filesize as well!
Works using CFMX built-in Java. No 3rd party application needed. No CFX tags. Shared hosting friendly. Just copy this custom tag in your ColdFusion working directory, and you're set
New in V2: Better support for GIF and PNG files which have alpha layer (transparent). Better error handling. CF_Image_Compress will now throws an error whenever incorrect parameter was supplied. The caller page can trap the error message in <cftry><cfcatch> block.
New in V3: Support ColdFusion 8
|
|