|
-
Jul 1st, 2000, 08:29 AM
#1
Thread Starter
Member
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
-
Jul 1st, 2000, 08:08 PM
#2
transcendental analytic
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.
-
Jul 3rd, 2000, 06:49 PM
#3
Thread Starter
Member
Even if i want to save it to disk in that new reduced size?
-
Jul 3rd, 2000, 07:19 PM
#4
No it does not. It also does not save in JPEG Format.
-
Jul 4th, 2000, 10:36 AM
#5
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|