I'm not covering everything here as I was a bit late, but here are the high level features:
Resizing (in various ways)
Pasting images over each other
Adding text to an image
CAPTHA (of various levels of difficulty)
base64 encoding images
Works with Blogs (lets you store images in databases)
Read Exif/IPTC metadata
Basic drawing functions (line, rectangle, curves)
Archived Comments
keep an eye on PDF stuff Ray. Any time i can take images and text and make a PDF document my customers are very happy.
Right now i use ActivePDF with .net to make custom PDFs. I would love to switch to CF to make PDFs with images and text.
Ray, I know you have a deep attachment to blogs, but I think in this particular case you meant blobs :)
Any idea Ray on when we should expect public release of CF 8?
Thanks
CF8 is only on Alpha 1, so it will still be a while.
Ray - thanks for the info.
Do you know anything yet about the way the image resizing will work? I am curious if it will be java-based, like Massimo's tmt_img.cfc, or if it will depend on GD/Image Magik or some other system... any thoughts?
Also echoing Alexander's question - when when when??
lol ... when I first read image support, I thought about the file image support like in smalltalk.
but anyway. really looking forward to CF8 and the new image functions.
Chad, check out cfdocument in CF7.
well that and full 64-bit support alone will make CF 8 worth it for me. i'm guessing there will be lots of other updates to make me happy on top of that
Exif reading is nice, but what about XMP (http://labs.adobe.com/techn... reading/writing?
And I sure hope they put some of those excellent Photoshop resizing algorithms into CF, otherwise there's really nothing special in this feature over other image CFCs out there, except that it's built-in.
The hard part will be getting clients to upgrade to CF8 when they're still using 6.1, or even horrors, 4 or 5 . . .
I hope they have an inexpensive upgrade path for 8, I finally convinced folks here to purchase CF7 Enterprise after several years of using CF 5. I dont know if I can go back to that well again =)
For the user asking about when cf8 will be released, I'll echo what I hear everyone saying: Next year.
Michael: As far as I know it is 100% Java based, but don't quote me on that.
Did you mean: works with blobs? (Otherwise I don't understand what blogs have to do with storing images in a database)..... although I readily understand why your fingers would type blog out of habit :)
The first lin on my wishlist would be to convert cmyk to rgb images and reverse. Further all the basic function concerning image manipulation in the prepress environment. Not at last creating PDF WITH images on the fly!
have all a nice day
Ronny
And what about write metadata (XMP) ??
I don't think that is possible Eric.
is there any way to detect image quality/dpi w/ cfimage?
I believe that is part of the info. If you dump an image, or run getImageInfo() on it, you get a bunch of crap which mostly doesn't make sense to me.
I know this is an old post but I have noticed some strange behavior with CFImage.
Whenever the image is not 72 DPI, let's say 96, coldfusion throws exceptions 'file not found' when you try to manipulate it (cfimage action="RESIZE").
@PM: Make sure you are running 801, and if you still see the issue, file a bug report:
http://www.adobe.com/go/wish
We are running 801, I'll file a bug
I see that 801 cfimage retains the EXIF metadata when used. Does it also retain the IPTC metadata?. It would be a shame if it didn't as that is the key way for photographers to keep their name associated with a jpg without an annoying watermark.