I was trying to decrease number of colours in my picture, but I was always getting either a white picture or a black picture.After trying this code
B=255*B;
C=floor(B/86)*86+42;
image(double(C)/255)
D=increase(C,30);
I received the following image.

I am not very happy with this image.
No comments:
Post a Comment