Results 1 to 5 of 5

Thread: SAve as JPG

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2001
    Location
    india
    Posts
    108

    SAve as JPG

    I want to save a file as JPEG format....
    How can i do it ?
    Help me....................
    Anand Thakur

  2. #2
    Red Rush-In
    Guest
    Ok, feel free to shoot me if there is an easier way...

    There is really no API for doing anything with JPG files. Bitmaps is the image format that windows uses natively. You really have only two choices.
    1. Purchase an object to do it for you...
    2. You can load the image into a picture box where you can access the individual pixels and then write the file yourself using your own functions. Of course you will need to study the JPG file format to write your own functions.
    Wotsit's Format

  3. #3
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  4. #4
    Member
    Join Date
    Feb 2001
    Posts
    52
    Hi anand,
    See this file you'll get a complete idea of what you are getting into..its vb code no dlls.
    Best to use dlls though-the pure codes are tooo slow,
    Do me a favour and tell me when you get a good code..(without Dlls or ocx) I need it too
    Good luck!
    Regards,
    LXS
    India
    lxs

  5. #5
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    That's GIF though...
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

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