Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经在网上搜索了如何做到这一点,但我找不到任何关于有人如何禁用 FreeImage 中的某些插件的信息。阅读变更日志,我发现这是可能的,但我找不到任何文档。例如,我不需要 EXR(需要 OpenEXR)、JXR(需要 LibJXR)和其他一些可以减小可执行文件大小的库,我也不需要它们。
有谁知道如何在编译时禁用 FreeImage 插件?
您是否可以在Source/Plugin目录中的Plugin.cpp文件中禁用然后。
在这个文件中有一个函数 FreeImage_Initialise 来初始化插件。
您也不需要编译库,PluginTIFF.cpp和OpenEXR之间的依赖性很低,即文件half.cpp。