You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
23000*11500 max input image resolution is high enough in most cases, but 8K output requires 32K input)
Minor issue. CMFT is amazing - super fast
*latlong to cubemap; tga; bgr8; separate faces; no filters
*maybe due to allocation buffer size
changing uint32_t to uint64_t in "image.cpp" lines: 1573, 1575, 3145, 3146, 3153 helps for resolutions up to 29300*14650 but still issues with higher resolutions
The text was updated successfully, but these errors were encountered:
23000*11500 max input image resolution is high enough in most cases, but 8K output requires 32K input)
Minor issue. CMFT is amazing - super fast
*latlong to cubemap; tga; bgr8; separate faces; no filters
*maybe due to allocation buffer size
changing uint32_t to uint64_t in "image.cpp" lines: 1573, 1575, 3145, 3146, 3153 helps for resolutions up to 29300*14650 but still issues with higher resolutions
The text was updated successfully, but these errors were encountered: