PamView is a simple PAM (Portable Anymap) image viewer and editor, powered by Qt and C++
Support for all variants (.pbm, .pgm, .ppm), that means P1 to P6 variants. Both raw and ASCII
Support for both raw and ASCII .ppm (P3 and P6) variants.
You can have two bitmaps open at once, and cycle between them.
The following effects can be applied:
- brightness
- saturation
- grayscale
- black and white
- negative
The following image combinations can be applied:
- sum
- difference
- product
Also worth noting:
- undo button
- bitmap properties
- memory allocation display
- image zoom and panning
- CMake and a C++ compiler
- Qt 6
-
Navigate to the root project directory
-
Create an empty
builddirectory -
Navigate to the
builddirectory -
Set the Release configuration:
cmake .. -DCMAKE_BUILD_TYPE=Release -
Build the project:
cmake --build . -
Start the executable, located under
build/frontend/pamview(.exeon Windows)
