This document reviews image compression techniques using discrete cosine transform (DCT) and discrete wavelet transform (DWT). It discusses how DCT transforms images from spatial to frequency domains, allowing for energy compaction and efficient encoding. DWT is a multi-resolution technique that represents images at different frequency bands. The document analyzes various studies that have used DCT and DWT for compression and compares their performance in terms of metrics like peak signal-to-noise ratio and compression ratio. It finds that DWT generally provides better compression performance than DCT, though DCT requires less computational resources. A hybrid DCT-DWT technique is also proposed to combine the advantages of both methods.