Thanks Dave but how do I do this in CF? When I dump the object of type System.Drawing.Bitmap it does not show me a Save method.
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... Any pointers much appreciated. Stefan Class Name System.Drawing.Bitmap Methods Method Return Type Clone(System.Drawing.RectangleF, System.Drawing.Imaging.PixelFormat) System.Drawing.Bitmap Clone(System.Drawing.Rectangle, System.Drawing.Imaging.PixelFormat) System.Drawing.Bitmap FromHicon(System.IntPtr) System.Drawing.Bitmap FromResource(System.IntPtr, java.lang.String) System.Drawing.Bitmap GetHbitmap(System.Drawing.Color) System.IntPtr GetHbitmap() System.IntPtr GetHicon() System.IntPtr GetPixel(int, int) System.Drawing.Color LockBits(System.Drawing.Rectangle, System.Drawing.Imaging.ImageLockMode, System.Drawing.Imaging.PixelFormat, System.Drawing.Imaging.BitmapData) System.Drawing.Imaging.BitmapData LockBits(System.Drawing.Rectangle, System.Drawing.Imaging.ImageLockMode, System.Drawing.Imaging.PixelFormat) System.Drawing.Imaging.BitmapData MakeTransparent() void MakeTransparent(System.Drawing.Color) void SetPixel(int, int, System.Drawing.Color) void SetResolution(float, float) void UnlockBits(System.Drawing.Imaging.BitmapData) void > > http://msdn.microsoft.com/en-us/library/system.drawing.image.save%28VS. > 80%29.aspx ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:338844 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

