On Friday, 22 November 2013 at 10:27:12 UTC, bearophile wrote:
Craig Dillabaugh:Do you want to use a ubyte instead of a byte here?See: http://d.puremagic.com/issues/show_bug.cgi?id=3850 Bye, bearophile
Yes it is pretty easy to mix that up. A lot of my work is with images with single byte pixels, so I am pretty used to using ubyte now. I can't remember if I ever used byte, and if I did I was likely a bug. Craig