Skip to content

1.0

Compare
Choose a tag to compare
@Rycieos Rycieos released this 19 Aug 20:59
· 1421 commits to master since this release
Added another test and a little docs

Canvas.cpp: Moved the mutex lock in drawPoint() back down as I
noticed some point corruption.
Canvas.h: Added a note for updateScreenBuffer().
tests.cpp: Made getPixelsFunction() and greyScaleFunction() scale
the image they were drawing with the size of the window.
Fixed greyScaleFunction() drawing half upside-down.
Added a second greyscale function that copies from one canvas
to another.