Index structure adpated for other progression orders than LRCP
(thanks to Stefano Pensa)
This commit is contained in:
parent
0ddef9b2db
commit
eb1b017ec7
File diff suppressed because it is too large
Load Diff
|
@ -176,6 +176,7 @@ typedef struct {
|
|||
int Im_w, Im_h; /* Image width and Height */
|
||||
int Prog; /* progression order */
|
||||
int Tile_x, Tile_y; /* Tile size in x and y */
|
||||
int Tile_Ox, Tile_Oy;
|
||||
int tw, th; /* Number of Tile in X and Y */
|
||||
int Comp; /* Component numbers */
|
||||
int Layer; /* number of layer */
|
||||
|
|
Loading…
Reference in New Issue