# Use Case To convert maps from pictures to cells # Acceptance Criteria **GIVEN** A grayscale png image **WHEN** An image is converted via the function **THEN** a Std::vector<Cells> of the filled pixels should be returned
Use Case
To convert maps from pictures to cells
Acceptance Criteria
GIVEN A grayscale png image
WHEN An image is converted via the function
THEN a Std::vector of the filled pixels should be returned