thumbnail extraction (JPEG)

  • Thread starter Thread starter thomas kern
  • Start date Start date
T

thomas kern

Hello,

i dont know how to extract the thumbnail of an image?
is there a good way to do that cos there arent many articles on the internet
:/
thank you
thomas
 
hehe thx chad but i wasnt talking about that (i am not that much noob) :)

i want to extract the thumbnail from the image.
there is a thumbnail stored in the JPEG i want to extract due to speed
reasons
(much faster than)

with GetThumbnailImage, i have the problem that i have to load the Image
first, thats
a problem because my images have a size of about 2MB each.

regards and thx
thomas
 
At any rate, you might be able to use the ImageCodecInfo object
to enumerate through the specific features of the image/jpeg
MIME type and get a binary stream, but I don't know much
about that, so you're on your own.

ok thx anyway.
a digital camera creates a thumbnail of the jpeg and store it in the jpeg
itself.
just have to find out, where and how to get it :))

regards
thomas
 
Back
Top