Results 1 to 5 of 5

Thread: (VB6.0)How to Read JPEG Image File Data !!

  1. #1

    Thread Starter
    Lively Member amolt's Avatar
    Join Date
    Aug 2006
    Location
    INDIA
    Posts
    80

    Question (VB6.0)How to Read JPEG Image File Data !!

    Hi Everyone,

    Currently I'm facing a big problem with Image Files as JPEG, TIFF, and BMP's.
    My problem is I need to read the Image data only from these files ( not Image headers) and render that Color data in Picture box resulting into the clear Image and then I have to do process on that created image and then save into relative format again as BMP or JPEG..

    Please can someone have the idea :
    How should I read the color data from Image as like LOAD PICTURE method results?
    Later how should i render that color data in exact pixel ratios?

    Waiting and hope to get the reply soon,


    Thanks,

    amolt....

  2. #2
    Frenzied Member aewarnick's Avatar
    Join Date
    Dec 2002
    Posts
    1,037

    Re: (VB6.0)How to Read JPEG Image File Data !!

    Use the cross-platform, open source libraries:
    libjpeg
    libpng
    libtiff

  3. #3

    Thread Starter
    Lively Member amolt's Avatar
    Join Date
    Aug 2006
    Location
    INDIA
    Posts
    80

    Re: (VB6.0)How to Read JPEG Image File Data !!

    Hi,

    Which are those Cross-Platform Libraries?
    Where can I get the information on that?


    Thanks,

    amolt....

  4. #4

  5. #5
    Frenzied Member aewarnick's Avatar
    Join Date
    Dec 2002
    Posts
    1,037

    Re: (VB6.0)How to Read JPEG Image File Data !!

    libpng sites seem to be down right now though. Give it some time if you can't connect right away.

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