Skip to content
This repository was archived by the owner on May 25, 2020. It is now read-only.

Add support for gamma correction #14

@webD97

Description

@webD97

Summary

Images should be able to be gamma-corrected.

DoD

There is a gammaCorrect() method in the Image class with the following signature:

Image Image::gammaCorrect(float, float);

There is a test method in test/Image.php, that covers the method(s) above and does not fail when executed.

void ImageTest::testCorrectGamma();

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions