Link to home
Start Free TrialLog in
Avatar of searchsanjaysharma
searchsanjaysharma

asked on

How to convert image data to .jpg

I have a table with uid which is an unique number along with photo of image type.

Can i convert the photo stored as image with
UID.jpg, Please help.
Avatar of kaufmed
kaufmed
Flag of United States of America image

When you say image "data", what format is this data in? Is it a byte array, a base-64 encoding of the bytes, etc.?
Avatar of searchsanjaysharma
searchsanjaysharma

ASKER

image datatype
OK, when you say "table", do you mean database table?
SQL Server or Oracle (or other)?
sql server
ASKER CERTIFIED SOLUTION
Avatar of kaufmed
kaufmed
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial