ATS-731: Add half of the missing simple legacy transforms

This commit is contained in:
kristian
2020-05-18 10:16:49 +01:00
parent 6b2725c77e
commit c3ee2a8a22
3 changed files with 61 additions and 2 deletions

View File

@@ -61,6 +61,7 @@
{"sourceMediaType": "image/x-raw-hasselblad", "targetMediaType": "image/x-xbitmap" },
{"sourceMediaType": "image/x-raw-hasselblad", "targetMediaType": "image/x-xpixmap" },
{"sourceMediaType": "image/x-raw-hasselblad", "targetMediaType": "image/x-xwindowdump" },
{"sourceMediaType": "image/x-raw-hasselblad", "priority": 100, "targetMediaType": "image/x-raw-hasselblad" },
{"sourceMediaType": "image/x-raw-sony", "targetMediaType": "image/x-raw-hasselblad" },
{"sourceMediaType": "image/x-raw-sony", "priority": 55, "targetMediaType": "image/x-raw-sony" },
@@ -197,6 +198,7 @@
{"sourceMediaType": "image/x-raw-canon", "targetMediaType": "image/x-xbitmap" },
{"sourceMediaType": "image/x-raw-canon", "targetMediaType": "image/x-xpixmap" },
{"sourceMediaType": "image/x-raw-canon", "targetMediaType": "image/x-xwindowdump" },
{"sourceMediaType": "image/x-raw-canon", "priority": 100, "targetMediaType": "image/x-raw-canon" },
{"sourceMediaType": "image/x-raw-adobe", "targetMediaType": "image/x-raw-hasselblad" },
{"sourceMediaType": "image/x-raw-adobe", "targetMediaType": "image/x-raw-sony" },