If all you need is pixel reallocation you can easily do that with plain Java. An image is nothing but a matrix of pixels. Load the image into an BufferedImage ...
確定! 回上一頁