This document proposes a scheme for homomorphic image encryption to protect user privacy in cloud image processing services. The key steps are: 1) Developing a secret key homomorphic encryption that supports addition and multiplication on encrypted floating point numbers, which are used in image processing; 2) Encrypting images using this encryption; 3) Processing the encrypted images directly in the cloud without decrypting them first. Common image processing functions like filtering and segmentation can then be performed on the encrypted images while maintaining privacy, as the cloud only sees encrypted data. The results after decryption are identical to processing the original images. This allows privacy-preserving usage of cloud image processing services on sensitive personal images.