diff options
author | jcid <devnull@localhost> | 2007-12-23 22:55:24 +0100 |
---|---|---|
committer | jcid <devnull@localhost> | 2007-12-23 22:55:24 +0100 |
commit | 516941cbf21ce901e39b63fd0fba2e254a17c00e (patch) | |
tree | 54f57ea14a6ab8f4329dcd2efeff45172639d23d /src/image.hh | |
parent | d893172796bca7f8b68914e5af138ff552e9f2b3 (diff) |
Updated doc/Images.txt
Diffstat (limited to 'src/image.hh')
-rw-r--r-- | src/image.hh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/image.hh b/src/image.hh index fde51838..8ed8b081 100644 --- a/src/image.hh +++ b/src/image.hh @@ -39,14 +39,14 @@ struct _DilloImage { uint_t height; const uchar_t *cmap; /* Color map (only for indexed) */ - DilloImgType in_type; /* Image Type */ + DilloImgType in_type; /* Image Type */ int32_t bg_color; /* Background color */ - int ProcessedBytes; /* Amount of bytes already decoded */ - bitvec_t *BitVec; /* Bit vector for decoded rows */ - ImageState State; + int ProcessedBytes; /* Amount of bytes already decoded */ + bitvec_t *BitVec; /* Bit vector for decoded rows */ + ImageState State; /* Processing status */ - int RefCount; /* Reference counter */ + int RefCount; /* Reference counter */ }; |