Results 1 to 4 of 4

Thread: Thumnail Creator

  1. #1

    Thread Starter
    Hyperactive Member Animelion's Avatar
    Join Date
    Jan 2001
    Location
    Jacksonville NC
    Posts
    283

    Thumnail Creator

    I got a program that does the following


    OBJECTS: PictureBox (Picture1, Picture2)

    Loads image 1 into picture1
    copy picture 1 to picture 2
    resize picture 2 to specified size

    Save picture 1
    Save picture 2

    The problem I am having is that when the pictures are saved, they are massive in file size, normaly about 10 times larger.

    Does anyone have any idea with what could be wrong.
    ~ Animelion

  2. #2

    Thread Starter
    Hyperactive Member Animelion's Avatar
    Join Date
    Jan 2001
    Location
    Jacksonville NC
    Posts
    283

    Ok..

    I checked, when I save the file it is saved as a bitmap.

    When I save it I have it saved with a .jpeg extension, however the size is exactl;y the save when converted to bitmap.


    So, I am saving the image as a bitmap, how do I save at the same quality, but in jpeg format (real jpeg format).
    ~ Animelion

  3. #3
    The picture isn't missing BuggyProgrammer's Avatar
    Join Date
    Oct 2000
    Location
    Vancouver, Canada
    Posts
    5,217
    you will need the DLL's that convert those stuff to other formats like the GIF86 dll or the Intel JPEG dll.
    Remember, if someone's post was not helpful, you can always rate their post negatively .

  4. #4

    Thread Starter
    Hyperactive Member Animelion's Avatar
    Join Date
    Jan 2001
    Location
    Jacksonville NC
    Posts
    283
    rrr, how do I go about obtaining those, and implimenting them in the program, never had to deal with dll's
    ~ Animelion

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