File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -47,13 +47,21 @@ Adding support for vendor formats is planned for v1.0.
4747 $ python3 -m pip fileformats
4848```
4949
50- Support for converter methods between a few select formats can be installed by
51- passing the ' extras' package, e.g
50+ Implementations of methods and converters between select formats that require
51+ external dependencies require the installation of the corresponding " extras" package e.g
5252
5353``` console
5454 $ python3 -m pip install fileformats-extras
5555```
5656
57+ Extension packages exist for for formats not covered by [ IANA MIME types] (e.g. NIfTI, R-files, MATLAB files)
58+ and can be installed along with their "extras" package similarly
59+
60+ ``` console
61+ $ python3 -m pip install fileformats-medimage fileformats-medimage-extras fileformats-datascience fileformats-datascience-extras
62+ ```
63+
64+
5765## Examples
5866
5967Using the ` WithMagicNumber ` mixin class, the ` Png ` format can be defined concisely as
You can’t perform that action at this time.
0 commit comments