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!
Printable View
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!
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.