An open API service indexing awesome lists of open source software.

https://github.com/dan5py/imagelab

Image Lab lets you modify .pnm images. It has functions like RGB extraction, color inversion and more...
https://github.com/dan5py/imagelab

images java pnm

Last synced: 2 months ago
JSON representation

Image Lab lets you modify .pnm images. It has functions like RGB extraction, color inversion and more...

Awesome Lists containing this project

README

        

# Image LAB
#### .PNM Image Editor
##### Image Lab lets you modify .pnm images. It has functions like RGB extraction, color inversion and more...

Language : Java

##### Last version : **1.1.8.0** (*Raven*)

This program allows the processing of [PNM images](https://people.math.sc.edu/Burkardt/data/pnm/pnm.html).
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](https://en.wikipedia.org/wiki/Sobel_operator)

![image](https://user-images.githubusercontent.com/59441403/113778598-e918bd80-972c-11eb-959a-61618612bcbd.png)

![image](https://user-images.githubusercontent.com/59441403/113778749-15343e80-972d-11eb-8e17-0a5120de8f50.png)