Results 1 to 5 of 5

Thread: jpeg resizing using code or control

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 2000
    Posts
    34

    Exclamation

    Does anyone know of a free control or code that i could use
    to resize a jpg image to any size that i want ( I'm trying
    to make thumbnails from inside my vb app )?

    Thanks

  2. #2
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    The Image control does that
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  3. #3

    Thread Starter
    Member
    Join Date
    Feb 2000
    Posts
    34
    Even if i want to save it to disk in that new reduced size?

  4. #4
    Guest
    No it does not. It also does not save in JPEG Format.

  5. #5
    New Member
    Join Date
    Sep 1999
    Posts
    14

    Talking

    Checkout http://www.vbaccelerator.com

    Go to the media section and look at the Intel JPEG DLL section. The guy has writtena class file for Intels free DLL for Jpg loading, saving and quality setting. Ive used this resource so many times its priceless. If you have several essential peices of code, this is one.

    If you need a hand, mail me.

    Ben

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