File tree Expand file tree Collapse file tree 3 files changed +705
-431
lines changed Expand file tree Collapse file tree 3 files changed +705
-431
lines changed Original file line number Diff line number Diff line change @@ -126,6 +126,10 @@ def partial_legacy_plugin(request):
126126 class_name = "TifffilePlugin" ,
127127 module_name = "imageio.plugins.tifffile_v3" ,
128128)
129+ known_plugins ["SPE" ] = PluginConfig (
130+ name = "spe" , class_name = "SpePlugin" , module_name = "imageio.plugins.spe"
131+ )
132+
129133
130134# Legacy plugins
131135# ==============
@@ -357,19 +361,6 @@ def partial_legacy_plugin(request):
357361 },
358362)
359363
360- known_plugins ["SPE" ] = PluginConfig (
361- name = "SPE" ,
362- class_name = "SpeFormat" ,
363- module_name = "imageio.plugins.spe" ,
364- is_legacy = True ,
365- install_name = "spe" ,
366- legacy_args = {
367- "description" : "SPE file format" ,
368- "extensions" : ".spe" ,
369- "modes" : "iIvV" ,
370- },
371- )
372-
373364known_plugins ["SWF" ] = PluginConfig (
374365 name = "SWF" ,
375366 class_name = "SWFFormat" ,
You can’t perform that action at this time.
0 commit comments