torch / image

An Image toolbox for Torch.
Other
208 stars 141 forks source link

Fix Problem drawing colors in drawText #191

Closed karandwivedi42 closed 8 years ago

karandwivedi42 commented 8 years ago

Cast 255 to 255.0f in drawPixel

Fix https://github.com/torch/image/issues/190

soumith commented 8 years ago

thank you!