Kosinix
Kosinix
Oh come on give the guy a break. We're still asking him to do something for you and the community. Let those who need the code do the hard work...
它有用吗?
I think this issue can simply be solve by expanding the documentation. @nwin > Furthermore it also allows to output animated images (with delay) as it is illustrated in the...
Thanks for the compliment! I dont have time to work on raster at the moment as I am busy with my day job.
I do plan on eventually using floating point for pixels to preserve accuracy during processing. By bit depth do you mean 16 bits/channel or 16-bit color image? The 16 bits/channel...
Interesting. Can you give me an example use-case on how you would use the matrix data type?
@Enet4 Right now raster just lumps the rgb values in a 3 dimensional array (kinda, since each elements are struct) rgb = [[[255, 0, 0], [255, 0, 0]], [255, 0,...