|
-
Dec 26th, 2001, 03:09 AM
#1
Thread Starter
Lively Member
SAve as JPG
I want to save a file as JPEG format....
How can i do it ?
Help me....................
Anand Thakur 
-
Dec 26th, 2001, 05:54 PM
#2
Ok, feel free to shoot me if there is an easier way...
There is really no API for doing anything with JPG files. Bitmaps is the image format that windows uses natively. You really have only two choices.
1. Purchase an object to do it for you...
2. You can load the image into a picture box where you can access the individual pixels and then write the file yourself using your own functions. Of course you will need to study the JPG file format to write your own functions.
Wotsit's Format
-
Dec 30th, 2001, 11:54 AM
#3
Monday Morning Lunatic
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
-
Dec 30th, 2001, 12:13 PM
#4
Member
Hi anand,
See this file you'll get a complete idea of what you are getting into..its vb code no dlls.
Best to use dlls though-the pure codes are tooo slow,
Do me a favour and tell me when you get a good code..(without Dlls or ocx) I need it too 
Good luck!
Regards,
LXS
India
-
Dec 30th, 2001, 12:15 PM
#5
Monday Morning Lunatic
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
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
|