forked from tTh/FloatImg
cosmetic change
This commit is contained in:
parent
f109077b50
commit
a7392df682
@ -64,12 +64,12 @@ if( ! fimg_type_is_valid(head->type) ) {
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
printf(" type %d %s\n", head->type, fimg_str_type(head->type));
|
printf(" type %d %s\n", head->type, fimg_str_type(head->type));
|
||||||
printf(" dims %d x %d\n",
|
printf(" dims %d x %d\n",
|
||||||
head->width, head->height);
|
head->width, head->height);
|
||||||
printf(" fval/count %f %d\n", head->fval, head->count);
|
printf(" fval/count %f %d\n", head->fval, head->count);
|
||||||
|
|
||||||
printf(" pixels@ %p %p %p %p\n",
|
printf(" pixels@ %p %p %p %p\n",
|
||||||
head->R, head->G, head->B, head->A);
|
head->R, head->G, head->B, head->A);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user