Results 1 to 5 of 5

Thread: Image Headers

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2006
    Posts
    121

    Cool Image Headers

    Does anyone know how to read and write to a .jpg image header?

    Thanks in advance.

  2. #2

    Thread Starter
    Lively Member
    Join Date
    Jan 2006
    Posts
    121

    Re: Image Headers

    anyone?

  3. #3
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428

    Re: Image Headers

    you can use PropertyItems
    what exactly do you want to do? what image information are you modifying/writing, that would be helpful
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Jan 2006
    Posts
    121

    Re: Image Headers

    there is a cool program called hide and encrypt.

    I was wondering how I would write my own version for fun.

    http://www.topshareware.com/Hide-and...load-12040.htm


    It takes an images and hides data in the file.

  5. #5
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428

    Re: Image Headers

    uh i see
    well there is a method where you actually modify color values in a certain way and hold the data that way... it could be doing that.
    You need to look up EXIF documentation and figure out the proper EXIF tags... each tag has an ID. You can add new ones using the PropertyItem class....
    not so straightforward
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

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