I'm under the impression that JPEG to JPEG scaling to 1/2 or 1/4th be very fast and high quality and even a smaller memory footprint when done in the transform domain (i.e. never decompressed). Assuming this is correct, how can I do this with libjpeg? Also, does an anti-aliasing filter need to be applied using this method?
(If it helps write a clearer response, I have a lot of experience with 1D DFTs)