From: Tom L. <tg...@ss...> - 2010-06-17 03:32:09
|
Markus Messmer <mam...@ht...> writes: > is there a way to get the unquantized coefficients from libjpeg during a > compression process? What I want to do is to see how the coefficients got > rounded after they got divided with the quantization table. How could I > achieve this? Insert some printf's, maybe? There's certainly no provision for exposing that to the application. regards, tom lane |