Click here to Skip to main content
15,894,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello everyone:
i want to save a jpg image faster.
the size is 2048*4096, and the frame rate is 16 fps.
i try to use the jpegbitmapencoder class, but the speed is not satisfied.
how to do ?
Posted

WRite it again in c++, I guess. If you use the built in stuff, it takes as long as it takes. A jpeg does not have a FPS, unless you mean you want to save 16 jpegs a second. That's not going to happen, not at that size. You need to save as BMPs onto a fast drive and encode later.
 
Share this answer
 
i mean i want to save 16 jpgs a second.

i used the c++ program, but the result is the same as the jpegbitmapencoder.
 
Share this answer
 
Comments
Toli Cuturicu 23-Jul-10 16:51pm    
Reason for my vote of 1
fake answer

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900