Click to See Complete Forum and Search --> : setting size of jpegs in vbb


Iron Raver
April 17th, 2001, 08:56 AM
Hi,
how can i change the size of a jpeg file in VB?(not in a picture box, but the real file.)

bzw.
wie kann ich in VB die Grösse einer JPEG Datei ändern? (nicht in einer picture box, sondern die Datei selbst.)

thanx for all replies!

Cimperiali
April 23rd, 2001, 09:53 AM
I know only a trick:
you load the file in a imagebox, set it the size you like, you capture the image and then write the new file with the image just captured (look throug this forum, you will find some ways to capture portion of screen and to save as bmp and to convert as jpeg).
Hope this may help.
Cesare Imperiali

Special thanks to Lothar "the Great" Haensler. Come back soon, you Guru.