Hello,
I am trying to compress a gray scale image using IJG Jpeg library on a DSP. The compression is taking around 42 ms which is quiet longer than imagined. I didnt quiet understand where went wrong. Here are some parameters that i changed
cinfo.input_components = 1;
cinfo.in_color_space = JCS_GRAYSCALE;
cinfo.optimize_coding = TRUE;
cinfo.dct_method = JDCT_FASTEST;
please let me know, if there are any thing i can optimize
+ Reply to Thread
Results 1 to 1 of 1
Thread
-
Similar Threads
-
Best recommended JPEG compression software or
By rikit in forum ComputerReplies: 2Last Post: 16th Jun 2007, 16:01 -
Burning time taking 2 hours???
By Its Pink Ninja in forum Newbie / General discussionsReplies: 8Last Post: 3rd Jun 2007, 17:55 -
converting wmv file taking too much time
By alfus73 in forum Video ConversionReplies: 5Last Post: 6th May 2004, 19:49 -
dvdx taking long time
By fjcruiser in forum DVD RippingReplies: 2Last Post: 11th Dec 2001, 13:14 -
Hardware Compression VS Real-time Software Compression
By bryanjohnfields in forum CapturingReplies: 0Last Post: 11th Oct 2001, 17:00
-



Quote