I have a very trivial question:
Is it possible to render an image (png, 160x125, Gray scale) of a colored object
without adding any shades effect from shaders and anti-aliasing filters ?
![user added image](https://s28.postimg.org/jrrdiigst/out_UV_1.png)
As you can see, there are 12 different colors on my image.
I use a python script to animate this hand.
As an output, I need a series of .png images with the exact same 12 colors.
So far, I have been changing my shaders and turning down to 1 the anti-aliasing filter
but my output images are of very poor quality and still have various shades or each colors.
Thanks for you help !