I have an Image of Size 256x256. I need to extract the a region(Doughnut Shape) from that image. Radius of the inner circle is 10 pixels long and Outer Circle radius is 20 pixels long.
How can i extract the region from the source image using JAVA(JAI). Actually JAI has inbuilt classes to...