This document discusses intra-frame compression using Huffman and arithmetic entropy coding techniques. It implements both techniques in MATLAB on two test images and evaluates the results. Huffman coding performed slightly better, with lower bit rates and higher compression rates. However, arithmetic coding would likely perform better on images with larger symbol dictionaries or alphabets due to its adaptive modeling capabilities. Both techniques achieved high efficiency for the test images.