> When I dump the object of type System.Drawing.Bitmap it does not show me a 
> Save method.

Nevertheless, it should be in there. Image is an abstract class from
which Bitmap is descended. I suspect that CFDUMP doesn't show you the
methods of this abstract parent.

> I'm not a backend programmer and C# is pretty alien to me. I understand this 
> would all be much simpler in pure C# I guess but I
> feel I'm close now, all that's left is to somehow save the C# Bitmap to an 
> image...

C# is actually a lot like AS3. And yeah, it's kind of hard to pick out
pieces of C# to execute from CF, which is why I generally like to
write a C# wrapper that does all of the intermediate steps I need to
do, then call that wrapper from CF.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:338846
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to