Results 1 to 7 of 7

Thread: image editing

  1. #1

    Thread Starter
    Junior Member TexMurphy's Avatar
    Join Date
    Oct 2001
    Posts
    20

    image editing

    Hello people,

    I haven't found anything on my search quest so far, so this is my next stop

    I want my application to create a thumbnail picture from a source image. We'll stick to the 3 formats bmp, jpg and gif. You need to have the option to maintain aspect ratio, and add a special effect like a shadow or something. The format of the loaded picture can also differ from the destination thumbnail.

    My experience with this is nihil. Is this possible in VB? Can anyone help me to get started? I don't need any full working code (of course, it WOULD be handy if you could provide it ) and it's not my intention to make a graphics editor either. I just want to make some kind of custom-made thumbnail generator.

    Thanks in advance for any feedback!
    Bend the rules to make them work

  2. #2
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190
    For the strech thing. Can you use a image box??? If not use BitBlt. Do a search on it on this forum.

    Over to the fileformats. BMP should be fine, but I think that JPG is a protectet file format (or was that gif), so I'm not sure if you can save it as JPG...anyone else???

  3. #3
    Frenzied Member Zaei's Avatar
    Join Date
    Jul 2002
    Location
    My own little world...
    Posts
    1,710
    Originally posted by NoteMe
    For the strech thing. Can you use a image box??? If not use BitBlt. Do a search on it on this forum.

    Over to the fileformats. BMP should be fine, but I think that JPG is a protectet file format (or was that gif), so I'm not sure if you can save it as JPG...anyone else???
    The gif compression algorithm is patented.

    Z.

  4. #4
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190
    Originally posted by Zaei
    The gif compression algorithm is patented.

    Z.

    So that makes me nearly right...

  5. #5
    Good Ol' Platypus Sastraxi's Avatar
    Join Date
    Jan 2000
    Location
    Ontario, Canada
    Posts
    5,134
    VB can still load both .
    All contents of the above post that aren't somebody elses are mine, not the property of some media corporation.
    (Just a heads-up)

  6. #6
    Frenzied Member Zaei's Avatar
    Join Date
    Jul 2002
    Location
    My own little world...
    Posts
    1,710
    Originally posted by Sastraxi
    VB can still load both .
    Thats because MS pays the people who own the patent . Otherwise, I beileve by the DMCA, it would be illegal to decompress a gif image using their algorithm

    Z.

  7. #7
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190
    Originally posted by Sastraxi
    VB can still load both .
    Bu tI said save...

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