From 80580f3f5abebc0f2db86aa132689d8325212cfe Mon Sep 17 00:00:00 2001 From: giraffedata Date: Tue, 20 Apr 2010 01:53:32 +0000 Subject: comments git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1192 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- converter/other/pnmtopalm/pnmtopalm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'converter') diff --git a/converter/other/pnmtopalm/pnmtopalm.c b/converter/other/pnmtopalm/pnmtopalm.c index 3d20788c..4947bc60 100644 --- a/converter/other/pnmtopalm/pnmtopalm.c +++ b/converter/other/pnmtopalm/pnmtopalm.c @@ -818,6 +818,7 @@ rleCompressAndBufferRow(const unsigned char * const rowdata, +/* FIXME Incorrect for images with pixelSize == 16 */ static void computeNextPackbitsRun(const unsigned char * const rowdata, unsigned int const rowbytes, @@ -895,7 +896,7 @@ packbitsCompressAndBufferRow(const unsigned char * const rowdata, unsigned int const rowbytes, struct seqBuffer * const rasterBufferP) { /*---------------------------------------------------------------------------- - Take the raw Palm Bitmap row 'rowdata', which is 'rowbytess' bytes, and + Take the raw Palm Bitmap row 'rowdata', which is 'rowbytes' bytes, and add the packbits-compressed representation of it to the buffer with handle 'rasterBufferP'. -----------------------------------------------------------------------------*/ -- cgit 1.4.1