X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=images%2Fimages.h;h=34ba1ad961823b1534f2fbb459e9ff1bbee18a1e;hb=150d10693b285ce5ff296571100b23b884f30560;hp=5449519c172b5abc4dd9816a5c55c7f708ca1ec4;hpb=17d8f7156814e16b2f24adffae8b43bd2eba20fa;p=libucw.git diff --git a/images/images.h b/images/images.h index 5449519c..34ba1ad9 100644 --- a/images/images.h +++ b/images/images.h @@ -119,15 +119,15 @@ enum image_format { }; struct image_io { - /* R - read_header input */ - /* H - read_header output */ - /* I - read_data input */ - /* O - read_data output */ - /* W - write input */ + /* R - read_header input */ + /* H - read_header output */ + /* I - read_data input */ + /* O - read_data output */ + /* W - write input */ struct image *image; /* [ OW] - image data */ enum image_format format; /* [R W] - file format (IMAGE_FORMAT_x) */ - struct fastbuf *fastbuf; /* [R W] - source/destination stream */ + struct fastbuf *fastbuf; /* [R W] - source/destination stream */ struct mempool *pool; /* [ I ] - parameter to image_new */ uns cols; /* [ HI ] - number of columns, parameter to image_new */ uns rows; /* [ HI ] - number of rows, parameter to image_new */