September 9, 2003 at 11:06 am
Hi I have another problem. I need to retrieve images entered in the Image datatype(binary) and resize them to thumbnails. Is this possible because I don't have the maxheight and maxwidth if it's saved as binary. Please HELP I been stuck on this issue for about a month now.
September 9, 2003 at 5:07 pm
The retrieval is like any other image data, you get it. To get the size, your client needs to understand that this is image data so you need to somehow "copy" this data to an image object of some sort. This is really more of a client programming than a sQL issue.
Steve Jones
http://www.sqlservercentral.com/columnists/sjones
The Best of SQL Server Central.com 2002 - http://www.sqlservercentral.com/bestof/
September 10, 2003 at 12:22 am
I agree with Steve that this is a client issue. Windows API offers some nice functions for this, if I remember right.
Have you thought of having two image fields and instead of resizing the original pic placing a with some other program prepared thumbnail into this second one?
Frank
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply