Skip to content

Commit

Permalink
Plugins: RsImage - expose *.hdr support
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed Oct 9, 2024
1 parent 27cfbe2 commit f27ce40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PlugIns/RsImageCodec/src/OgreRsImageCodec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ RsImageCodec::RegisteredCodecList RsImageCodec::msCodecList;
void RsImageCodec::startup(void)
{
// Register codecs
String exts = "jpeg,jpg,png,bmp,gif,tiff,tga,exr";
String exts = "jpeg,jpg,png,bmp,gif,tiff,tga,exr,hdr";
StringVector extsVector = StringUtil::split(exts, ",");
for (auto& v : extsVector)
{
Expand Down

0 comments on commit f27ce40

Please sign in to comment.