cmft icon indicating copy to clipboard operation
cmft copied to clipboard

input image limit - 268 435 456 pixels does not allow 32K panorama conversion)

Open mozg4D opened this issue 5 years ago • 0 comments

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

mozg4D avatar Aug 15 '19 13:08 mozg4D