Rank: Member
Groups: Guest
Joined: 10/7/2006(UTC) Posts: 2
|
We've converted our code, but we store all our images in the database. I can't seem to find a way of getting my ADODB.Stream containing the image into the Bitmap class, as it insists it wants a System.IO.Stream class, and I don't know how to convert it. Any ideas?
|
|
|
|
Rank: Advanced Member
Groups: Guest
Joined: 8/3/2003(UTC) Posts: 1,070
Thanks: 1 times Was thanked: 12 time(s) in 12 post(s)
|
Hello, You can save your image to memory buffer from ADODB.Stream, then create System.IO.MemoryStream using this memory buffer and load image into Graphics Mill for .NET. |
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.