This document summarizes a research paper that proposes a technique to enhance JPEG image compression by reducing image size. The technique modifies the conventional run length coding used in JPEG entropy encoding. Instead of tracking runs of zeros, it tracks the exact locations and values of non-zero elements in the quantized DCT coefficient matrix. For consecutive non-zero elements, it only stores the location of the first element. The technique was tested on various images in MATLAB and proved more efficient than conventional run length coding in all cases, reducing the compressed image size.