hello
im trying to clip an immuatable image for that i first converted it to mutable and displayed the mutable image to user also to get clipping area i display a cursor which is used to select coordinates by the user.
im getting to coordinates but the problem is in
getRGB method were im not getting expected image
g.drawRGB(pixels,x1,width,x1,y1,x2,y2,false);
pixels=original image int array

Reply With Quote



