Sometrik / canvas

C++ canvas implementation
MIT License
37 stars 8 forks source link

Refactor FloydSteinberg not to copy RGBA32 data #66

Closed rekola closed 7 years ago

rekola commented 7 years ago

Currently it creates a copy for all data types.

Also, the data should be given directly to apply method.

rekola commented 7 years ago

The input data is const, so it must be copied.