Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • A assignment-3-image-rotation
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • programming-languages
  • cse-programming-languages-fall-2023
  • assignment-3-image-rotation
  • Merge requests
  • !51

Closed
Created Nov 16, 2023 by Boris Dvorkin@worthant💬
  • Report abuse
Report abuse

Dvorkin Boris P3131

  • Overview 20
  • Commits 9
  • Pipelines 12
  • Changes 14

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
Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Source branch: master