my 1 dimensional pixel array is named => intensity (got by using pixel grabber)
I have created an image using
Code:
Container n=new Container();
Image img=n.createIma ge(new MemoryImageSour ce width,height,in tensity,0,width );
Please tell me how to write this "img" to a file...?
I have created an image using
Code:
Container n=new Container();
Image img=n.createIma ge(new MemoryImageSour ce width,height,in tensity,0,width );
Please tell me how to write this "img" to a file...?
Comment