mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-11-01 19:32:27 +08:00
feature (plg_image_*): support for new images and cleanup
This commit is contained in:
@ -23,9 +23,6 @@ func init() {
|
||||
for _, mType := range []string{
|
||||
"image/x-canon-cr2", "image/x-fuji-raf", "image/x-nikon-nef",
|
||||
"image/x-nikon-nrw", "image/x-epson-erf",
|
||||
// "image/tiff",
|
||||
// "image/x-kodak-dcr", "image/x-hasselblad-3fr",
|
||||
// "image/x-raw",
|
||||
} {
|
||||
Hooks.Register.Thumbnailer(mType, thumbnailBuilder{thumbnailRaw})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user