i am implementing an IEEE paper on imageprocessing using java and i
need to load 'pgm' files
in the window . i use 'imageIcon' method to open images but it
doesn't support 'pgm' images it opens only jpeg ,gif,png ,etc.. format
images because these are java supported images ,and my question is how
to open 'pgm' images
Joshua Cranmer - 10 Mar 2007 01:33 GMT
> i am implementing an IEEE paper on imageprocessing using java and i
> need to load 'pgm' files
> in the window . i use 'imageIcon' method to open images but it
> doesn't support 'pgm' images it opens only jpeg ,gif,png ,etc.. format
> images because these are java supported images ,and my question is how
> to open 'pgm' images
Either find a library online or write your own code.