diff --git a/lib/fimg-core.c b/lib/fimg-core.c index c07301d..d437030 100644 --- a/lib/fimg-core.c +++ b/lib/fimg-core.c @@ -64,12 +64,12 @@ if( ! fimg_type_is_valid(head->type) ) { return -1; } -printf(" type %d %s\n", head->type, fimg_str_type(head->type)); -printf(" dims %d x %d\n", +printf(" type %d %s\n", head->type, fimg_str_type(head->type)); +printf(" dims %d x %d\n", 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); return 0;