Hi guys, I've been searching the web for some time now; and what I actually want to achieve is to find a fast method to extract the DCT blocks out of a jpeg file. So when I do for instance: file.jpeg ->dct_values.dump. Currently I have to re-jpeg the file if you will to obtain these values, thats pretty time inefficient. /Gila