cmft
cmft copied to clipboard
Cross-platform open-source command-line cubemap filtering tool.
There is a small typo in src/cmft/cubemaputils.h. Should read `addressing` rather than `adressing`. Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md
https://github.com/dariomanesku/cmft/blob/cad5f31bac66fd05987d667af62311c444df6d46/src/cmft/image.cpp#L2672 The float m value is overrided in the next line. According to http://graphicrants.blogspot.com/2009/04/rgbm-color-encoding.html, it should be something like: ``` rgbm[3] = fsaturate(fmaxf(fmaxf(rgbm[0], rgbm[1]), fmaxf(rgbm[2], 1e-6f))); float m = ceil(rgbm[3]...
Hi, As we seen in the helper document of cmft cli, the encoding of dds only supports bgr8,bgra8,rgba16,rgba16f,rgba32f texture format, is it possible to support rgba8 as well?
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;...
Hi, Our fuzzer found a crash due to a SEGV on unknown address bug on the function cmft::imageIsCubeCross. I built cmft (the latest commit 06a3516 on master) using the configuration...
Hi, Our fuzzer found a crash due to a heap buffer overflow on the function cmft::rgba8ToRgba32f. I built cmft (the latest commit 06a3516 on master) using the configuration "release64" on...
Hi, Our fuzzer found a crash due to a heap buffer overflow on the function cmft::imageTransformArg. I built cmft (the latest commit 06a3516 on master) using the configuration "release64" on...
Hi, Our fuzzer found a crash due to a heap buffer overflow on the function cmft::imageLoadTga. I built cmft (the latest commit 06a3516 on master) using the configuration "release64" on...