The document proposes a hybrid thinning algorithm that combines the Stentiford and Zhang-Suen thinning algorithms. It compares the hybrid algorithm to the original Stentiford and Zhang-Suen algorithms on an input image. The hybrid algorithm more accurately thins the image to a single pixel width but does not improve time complexity compared to the original algorithms. The hybrid approach uses four templates across two sub-iterations to identify and remove pixels based on connectivity values until no more can be removed. Experimental results show the hybrid algorithm more effectively increases image contrast than the original thinning algorithms.