In the jpegicc.c DoTransform() function, should the ScanLineIn/Out be
something like:

        ScanLineIn = malloc(Decompressor.output_width *
Decompressor.num_components * sizeof(JSAMPLE));
        ScanLineOut = malloc(Compressor.image_width *
Compressor.num_components * sizeof(JSAMPLE));

I could be wrong since I just started learning IJG.

-- 
With regards

Phillip Pan
-----------



-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
_______________________________________________
Lcms-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/lcms-user

Reply via email to