|
-
May 19th, 2002, 11:48 PM
#1
Thread Starter
Hyperactive Member
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.
-
May 19th, 2002, 11:53 PM
#2
Thread Starter
Hyperactive Member
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).
-
May 20th, 2002, 12:26 AM
#3
The picture isn't missing
you will need the DLL's that convert those stuff to other formats like the GIF86 dll or the Intel JPEG dll.
Remember, if someone's post was not helpful, you can always rate their post negatively  .
-
May 20th, 2002, 12:30 AM
#4
Thread Starter
Hyperactive Member
rrr, how do I go about obtaining those, and implimenting them in the program, never had to deal with dll's
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
|