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...
- Host: GitHub
- URL: https://github.com/dan5py/imagelab
- Owner: dan5py
- Created: 2021-04-25T22:57:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-29T16:01:48.000Z (about 3 years ago)
- Last Synced: 2025-01-12T07:36:25.423Z (4 months ago)
- Topics: images, java, pnm
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
