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.