CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Threaded View

  1. #1
    Join Date
    Mar 2010
    Posts
    37

    How to update the internal thmbnail of a jpg image ?

    I use the Bitmap class of GDI+ to access and modify a jpeg image.
    However after saving, the internal thumbnail is not updated.
    How can I update it ?
    I think I should use PropretyItem but don't know how exactly.
    Does anyone has a sample code to do this ?
    Last edited by neoneuf; February 6th, 2012 at 04:19 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured