feature (dicom): support for dicom images

This commit is contained in:
Mickael Kerjean
2022-12-09 20:15:39 +11:00
parent 1305dba5bc
commit 1f9a30c462
86 changed files with 180312 additions and 1 deletions

View File

@ -28,6 +28,7 @@ import (
_ "github.com/mickael-kerjean/filestash/server/plugin/plg_editor_onlyoffice"
_ "github.com/mickael-kerjean/filestash/server/plugin/plg_handler_console"
_ "github.com/mickael-kerjean/filestash/server/plugin/plg_image_ascii"
_ "github.com/mickael-kerjean/filestash/server/plugin/plg_image_dicom"
_ "github.com/mickael-kerjean/filestash/server/plugin/plg_image_thumbnail"
_ "github.com/mickael-kerjean/filestash/server/plugin/plg_search_stateless"
_ "github.com/mickael-kerjean/filestash/server/plugin/plg_security_scanner"