I am trying to convert a 8-bit image to 4-bit image using sampling ,but not sure how to do it . Any code samples would be really helpful. Thanks in advance.
Asked
Active
Viewed 86 times
0
-
Please show the code you tried and explain what problems you encountered. – Adriaan Koster May 28 '15 at 09:05
1 Answers
1
I would recommend to use JAI (java advanced imaging). You can download this from oracle (http://www.oracle.com/technetwork/java/current-142188.html). There are tons of documentation available.

chris
- 1,685
- 3
- 18
- 28
-
-
-
@Maroun: I'm sure that the search "jai java download" would end in some useful links. What is a better way to provide this advice? – chris May 28 '15 at 09:09
-
@chris well, the question is off topic since it's asking us to recommend or find a book, tool, software library. I think that the best thing to do in the future is mention that as a comment and vote to close the question (when you'll have privileges). – Maroun May 28 '15 at 09:11
-
1@Maroun: i just wanted to give him an idea about how to get any further. Next time i will write a comment - thx for your assistance. – chris May 28 '15 at 09:14