Results 1 to 9 of 9

Thread: [RESOLVED] Adding Data to a JPEG

Threaded View

  1. #9

    Thread Starter
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431

    Re: [RESOLVED] Adding Data to a JPEG

    I've attached the code module that I got from planetsourcecode. It had some problems due to the lack of Option Explicit and a few other things but I corrected those.

    To read a comment you do something like

    Code:
    lblDescription = scan_JPEG_header(strFilePath)
    and to write a comment you do something like

    Code:
    WriteJPGComment strFilePath, txtComment.Text
    The module is not very pretty but it works.
    Attached Files Attached Files

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