ICNSFormat
icns_type_t ICNSFormat(float width, float height, color_space colors);
icns_type_t type = ICNSFormat(bitsHeader.bounds.Width() + 1,
if (ICNSFormat(width, height, B_RGBA32) == ICNS_NULL_TYPE)