Suppose I have a BufferedImage thats size is 1366x768, and I want to select only a part of it at location p and size(x,y) (like setBounds(x,y,xWidth,yHeight). How should i go about doing this? Thanks!
Printable View
Suppose I have a BufferedImage thats size is 1366x768, and I want to select only a part of it at location p and size(x,y) (like setBounds(x,y,xWidth,yHeight). How should i go about doing this? Thanks!
And also a method to get a sub image of a rectangular region of the original image.
db