Groups | Blog | Home
all groups > sql server programming > june 2007 >

sql server programming : Graphics from SQLCLR


Mike C#
6/6/2007 11:02:18 PM
Is there a relatively painless way to manipulate graphic images from within
SQLCLR?

Smokey Grindle
6/7/2007 12:00:00 AM
System.Drawing... load the field into a memory stream, stream it into a
drawing.bitmap object tehn paint and manipulate away, then stream it back
into the field when done


[quoted text, click to view]

xyz
6/7/2007 12:00:00 AM

[quoted text, click to view]

Again, is there a relatively painless way to manipulate graphics from within
*SQLCLR*?

Mike C#
6/7/2007 12:00:00 AM

[quoted text, click to view]

Nope, not in SQLCLR.

Does anyone know of a managed graphics library (relatively simple one) for
manipulating bitmaps that does not depend on System.Drawing, etc.? Or is
there a workaround to load System.Drawing, etc. into SQLCLR?

Thanks

AddThis Social Bookmark Button