|
-
Aug 18th, 2000, 05:44 PM
#1
Thread Starter
Addicted Member
I was thinking, im kinda playing around with a paint program, is it possible to save a picture as your own type of format, that would be SMALLER (in KB) thank your average .bmp .jpg .gif ect?? If not, what is the smallest type i can save it as? thanks a bunch!
-
Aug 18th, 2000, 05:54 PM
#2
A standard GIF is probably the smallest (but low quality) and a Bitmap is the largest (but with high quality). VB can only save in Bitmap format. If you want to save in a different format, you'd have to write your own code to do it or get a 3rd party control.
-
Aug 18th, 2000, 08:43 PM
#3
transcendental analytic
Jpg's are usually smaller, but actually that depends on the detail of the image, a Gif is composed of 256 colors and isn't affected but a jpg would get lower quality except if you use a lower compression level.
If you want i can send you the source code to save a jpeg image
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Aug 18th, 2000, 09:53 PM
#4
Thread Starter
Addicted Member
yes, please send!
[email protected]
-
Aug 18th, 2000, 10:35 PM
#5
ummmmm. JPG's are the smallest, but GIF's load faster because they dont have to be decompressed.
and GIF's are really crappy looking because it only uses 256 colors.
JPG's almost always keep the colors looking good, but the anti-aliasing(keeping it looking smooth) is bad if the image is of lower quality.....
-
Aug 18th, 2000, 10:37 PM
#6
I would like the JPG code too!!
Thanks.
-
Aug 19th, 2000, 06:30 AM
#7
Monday Morning Lunatic
Could you send me the JPEG code?
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Aug 20th, 2000, 04:47 AM
#8
Monday Morning Lunatic
ok, sure, but parksie, i need your email ad
Oops...sorry. Guess that is kind of important . Thanks for the code anyway. I see that it uses the Intel JPEG library - I've used that in C++, but never tried to from VB. Could be useful.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Sep 12th, 2000, 12:33 AM
#9
kedaman, please send me a copy
I think I already got it from one of your posts here, but I misplaced it. Pretty cool, varying the compression (if it's the same code). In fact, I found this post trying to track the other post down.
[email protected]
-
Sep 12th, 2000, 07:14 AM
#10
transcendental analytic
Hmm, i get my cable connection in about one week, so i'll send you then if you haven't found it earler
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Sep 12th, 2000, 08:30 AM
#11
Fanatic Member
Originally posted by denniswrenn
ummmmm. JPG's are the smallest, but GIF's load faster because they dont have to be decompressed.
Gif's are compressed, they use LZW compression.
-
Sep 12th, 2000, 08:42 AM
#12
Hyperactive Member
Could you send it to me as well please? My email is [email protected]
Thanks!!
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
|