MP2++
More on the PNG theme
Due dates are the same as for MP2, and may be found on the schedule.

Looking to explore PNGs a bit more? This MP plus-plus is for you!

1 Initial Files

In your CS 340 directory, merge the initial starting files with the following commands:

git fetch release
git merge release/mp2pp --allow-unrelated-histories  -m "Merging initial files"

2 Requirements

Complete the png_dimensions function in png-dimensions.c in the mp2pp folder.

The function must:

3 Submission and Grading

3.1 Submission

Once you have locally passed all the tests, you will need to submit and grade your code. First commit using the standard git commands:

git add -A
git commit -m "MP submission"
git push

3.2 Grading

The initial grading is done via a manual GitHub Action. You MUST complete this step before the deadline to earn any points for the MP:

3.3 Points

MP plus-pluses award extra credit, but only if all tests (autograder and valgrind) pass.