S
shameram
Hello...
I am working on an image splitter program, which splits the image into
number of segments decided by the user.
Till now I create a vector where each element is an array that holds
the pixels of the image's segment.
Well, I am working with GIf Images. I found a GIFEncoder, but I dont
know how to use it correctly to display the images that I have in the
vector as array of pixels.
actually the GIFEncoder that I'm trying to use is on this site:
http://www.acme.com/java/software/Acme.JPM.Encoders.GifEncoder.html
thanx in advance
Shameram Sadaki
I am working on an image splitter program, which splits the image into
number of segments decided by the user.
Till now I create a vector where each element is an array that holds
the pixels of the image's segment.
Well, I am working with GIf Images. I found a GIFEncoder, but I dont
know how to use it correctly to display the images that I have in the
vector as array of pixels.
actually the GIFEncoder that I'm trying to use is on this site:
http://www.acme.com/java/software/Acme.JPM.Encoders.GifEncoder.html
thanx in advance
Shameram Sadaki