This document compares and evaluates two image inpainting algorithms: Marcelo Bertalmio's PDE-based algorithm and Zhaolin Lu et al's exemplar-based algorithm. Through experiments on images with different sized occluded regions, it finds that the PDE-based algorithm cannot reconnect structures or restore textures in large regions, while the exemplar-based algorithm can find patches to fill regions while preserving structures. Quantitative evaluation using PSNR shows the exemplar-based algorithm achieves lower MSE (error) for occlusion sizes from 10 to 40 pixels. The document provides examples comparing output of the two algorithms and discusses parameters needed for each.