← Back to Projects
Negative Image Converter
AndroidJavaImage Processing

Negative Image Converter

Convert any image to its photographic negative with a single tap.

About this project

A lightweight image processing tool that instantly applies a photographic negative filter to any selected picture. Using Android's native bitmap manipulation and color matrix features via Java, the app inverts the RGB values of the image pixels with a single tap. This project is a great introduction to graphic manipulation, bitmap processing, and performance optimization within a mobile environment.