Lines Matching full:component_info
408 jas_image_cmptparm_t component_info[3];
411 component_info[i].tlx = 0;
412 component_info[i].tly = 0;
413 component_info[i].hstep = 1;
414 component_info[i].vstep = 1;
415 component_info[i].width = width;
416 component_info[i].height = height;
417 component_info[i].prec = depth;
418 component_info[i].sgnd = 0;
420 jas_image_t *img = jas_image_create( channels, component_info, (channels == 1) ? JAS_CLRSPC_SGRAY : JAS_CLRSPC_SRGB );