wget http://www.rarebookroom.org/NewOctavoImages/pldarc/LargePhotos/pldarc0153.jpgCreate a threshold image
convert detail.png -threshold 75% mask.pngUse that as mask to clean up the original image
convert detail.png mask.png -compose Screen -composite detail_mask_screen.pngVectorize the image
convert detail_mask_screen.png -format pnm pnm:- |potrace -s > detail_mask_screen.svg