In this project, I am creating a morph animation by combining both shape warping and color blending between two images. The process has two main components: color blending, or cross-dissolving, and shape warping. While blending colors is relatively simple, the real challenge lies in accurately warping the shape of one image to match the other. To achieve smooth transformations, I define correspondences between key facial features, such as aligning the eyes, mouth, chin, and ears in both images. This careful mapping ensures that the transition looks natural and fluid, producing a seamless morph effect.