-
Thumnail Creator
I got a program that does the following
OBJECTS: PictureBox (Picture1, Picture2)
Loads image 1 into picture1
copy picture 1 to picture 2
resize picture 2 to specified size
Save picture 1
Save picture 2
The problem I am having is that when the pictures are saved, they are massive in file size, normaly about 10 times larger.
Does anyone have any idea with what could be wrong.
-
Ok..
I checked, when I save the file it is saved as a bitmap.
When I save it I have it saved with a .jpeg extension, however the size is exactl;y the save when converted to bitmap.
So, I am saving the image as a bitmap, how do I save at the same quality, but in jpeg format (real jpeg format).
-
you will need the DLL's that convert those stuff to other formats like the GIF86 dll or the Intel JPEG dll.
-
rrr, how do I go about obtaining those, and implimenting them in the program, never had to deal with dll's