Results 1 to 7 of 7

Thread: Exporting to JPG or GIF in VB?

  1. #1

    Thread Starter
    Frenzied Member JungleMan's Avatar
    Join Date
    Feb 2001
    Posts
    2,033

    Exporting to JPG or GIF in VB?

    Is there a third party control that lets me do this?

    J/w...thanks.
    I'm bringing geeky back...

  2. #2
    PowerPoster
    Join Date
    Feb 2001
    Location
    Crossroads
    Posts
    3,046
    What do you mean exactly by export (Im a little slow ... OK Really Slow)

  3. #3

    Thread Starter
    Frenzied Member JungleMan's Avatar
    Join Date
    Feb 2001
    Posts
    2,033
    Well I want to make a program that resizes images to thumbnail size. But I talked with someone who said that even if I could do this they could only be saved as BMP.

    Is that right?
    I'm bringing geeky back...

  4. #4
    PowerPoster
    Join Date
    Feb 2001
    Location
    Crossroads
    Posts
    3,046
    I bet you could reference an Office app (Word for example) and use it to grab an image off the clipboard, resize it, and put it back on the clipboard.

    Probably would be stuck with either a metafile or a bitmap tho ..

    just an idea

  5. #5
    sunnyl
    Guest
    Intel's JPEG Library (http://developer.intel.com/software/.../ijl/index.htm) is able to resize/save/load JPGs so you might want to look at the sample they have with the DLL.

  6. #6
    -= B u g S l a y e r =- peet's Avatar
    Join Date
    Aug 2000
    Posts
    9,629
    Also, in u'r component list there is a component called Kodak Image Edit Control

    its able so save jpg aswell
    -= a peet post =-

  7. #7
    -= B u g S l a y e r =- peet's Avatar
    Join Date
    Aug 2000
    Posts
    9,629
    VB Code:
    1. ImgEdit1.SaveAs App.Path & "\test.jpg", wiFileTypeJPG


    alot of filetypes are supported :

    -= a peet post =-

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