Copied from Bitbucket.
jacobb repo owner created an issue 2015-10-17
We need support for duplicate extensions since there are image formats that use the same extensions as other image formats. e.g + IFF is both used by Maya and for Amiga ilbm images. + PBM is used byt Amiga pbm images and by certain pnm images.
Currently you will get an exception if you try to register an extension that already exists unless you specify Replace = True, in which case the previous registration of the extension gets removed.
Copied from Bitbucket.
jacobb repo owner created an issue 2015-10-17
We need support for duplicate extensions since there are image formats that use the same extensions as other image formats. e.g + IFF is both used by Maya and for Amiga ilbm images. + PBM is used byt Amiga pbm images and by certain pnm images.
Currently you will get an exception if you try to register an extension that already exists unless you specify Replace = True, in which case the previous registration of the extension gets removed.