This document compares two image inpainting algorithms: the Fast Marching Method (FMM) and exemplar-based image inpainting. FMM uses structural consistency to fill damaged regions, while exemplar-based uses both structural and textural consistency. FMM is faster but does not preserve edges as well as exemplar-based. Exemplar-based works for both small and large regions but is slower. Both algorithms were tested on photos for tasks like removing objects or adding effects. Exemplar-based was better for large regions and edge preservation, while FMM was better for speed and small regions.