Add a helper function to check if an extension is supported by FileTransform
The FileTransform class has several static methods such as GetFormatExtensionByIndex that will allow client programs to iterate over all of the supported formats to check if a given extension is supported by OCIO. However, it would be nice to have a helper function to just take the extension and return true/false. Such as:
class FileTransform
/// Returns true if the extension corresponds to a format supported by FileTransform.
/// The argument is case-insensitive, and a leading dot, if present, is ignored.
static bool IsFormatExtensionSupported(const char * ext);
Hi! Could I work on this?
Absolutely, thank you @corey-f1009 !
Could I give this a shot as well?
@Dundy703 , there is so much to do, it would be better for you to find a different issue. There are quite a few that are labelled "good first issue" or "help wanted".
This is still available for someone to work on.
I would like to give this a look if possible. Might have some questions to ask :) Thank you!
Thank you @meimchu !