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

Add support for gamma correction #14

Open
webD97 opened this issue Sep 19, 2017 · 0 comments
Open

Add support for gamma correction #14

webD97 opened this issue Sep 19, 2017 · 0 comments
Assignees
Projects
Milestone

Comments

@webD97
Copy link
Owner

webD97 commented Sep 19, 2017

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();
@webD97 webD97 added this to the 1.0.0-RC1 milestone Sep 19, 2017
@webD97 webD97 self-assigned this Sep 19, 2017
@webD97 webD97 added this to In discussion in 1.0.0-RC1 Oct 16, 2017
@webD97 webD97 moved this from Backlog to Ready for implementation in 1.0.0-RC1 Oct 23, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
1.0.0-RC1
Ready for implementation
Development

No branches or pull requests

1 participant