This document describes a method for pixel-level image fusion using principal component analysis (PCA). PCA is used to transform correlated image pixels into a set of uncorrelated principal components. The first principal component accounts for the most variance in the pixel values. To fuse images, the pixels of the input images are arranged into vectors and subtracted from their mean. PCA is applied to get the eigenvectors corresponding to the largest eigenvalues. The normalized eigenvectors are used to compute a fused image as a weighted sum of the input images. Performance is evaluated using metrics like standard deviation, entropy, cross-entropy, and fusion mutual information, with higher values of these metrics indicating better quality of the fused image.