Dvorkin Boris P3131
Image rotator
- rotates images (
bmp
, but also could rotate anything, if provided with implementations) - has comprehensive documentation (supports
Doxygen
)
Architecture:
assignment-3-image-rotation/
│
├── solution/
│ ├── include/
│ │ ├── bmp.h
│ │ ├── image.h
│ │ ├── rotate.h
│ │ └── utils.h
│ │
│ └── src/
│ ├── bmp.c
│ ├── image.c
│ ├── rotate.c
│ ├── utils.c
│ └── main.c
│
└── CMakeLists.txt