| bluering.nl | contact | mail a message |
|
fade=new Image24(im); fade.fill(0); fade.replacegradient(0,0,0,im.sx-1,im.sy-1, im.color(255,220,240,255),im.color(0,30,0,255)); out=new Image24(im); out.addimage(fade,1,1,2); |
|
|
out=new Image24(im); out2=new Image24(im); out2.rot180(); out2.storejpg(new java.io.File("rot180.jpg")); out.comparemax(out2,out,out,out2); |
|