Login  Register

Re: Fixes to PNM/PGM/... reader/writer

Posted by dscho on Jan 09, 2007; 11:39am
URL: http://imagej.273.s1.nabble.com/Fixes-to-PNM-PGM-reader-writer-tp3700640p3700648.html

Hi,

On Thu, 4 Jan 2007, Spencer Eugene Olson wrote:

> I've added stack support to the PNM/PGM/... reader/writer.  For the
> NETPBM format, stacks are simply stored as one fully formatted image
> (header and all) concatenated right after the other in the same file.  
> I use the PGM format quite often and hate having hundreds of files
> hanging around which are really only slices in stacks of data.

According to

        http://en.wikipedia.org/wiki/Portable_Pixmap_file_format

stacks are not part of the format. Which programs (apart from "cat") do
write such stacks?

Ciao,
Dscho

P.S.: I don't know about others, but IMHO changes to source code should be
posted as diffs, rather than complete files. It makes it easier to see
what actually changed (and there were more changes than just those
enclosed in BEGIN/END CHANGES blocks).