Image Lab lets you modify .pnm images. It has functions like RGB extraction, color inversion and more...
Language : Java
This program allows the processing of PNM images. The following functions are available:
- red component extraction π΄
- green component extraction
- blue component extraction π΅
- conversion to shades of gray
- color inversion
- red and blue component inversion π΄ π π΅
- empty image creation (default: β« background)
- image whitening βͺ
- draw circle
- Sobel's filter

