mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-08-07 17:48:35 +00:00
ATS-731 Update T-Engines config with remaining legacy transformers
* ATS-731: Add half of the missing simple legacy transforms
* task/ATS-731_Update_T-Engines_config_with_remaining_legacy_transformers: Updated transforms list to include missing legacy transforms
* task/ATS-731_Update_T-Engines_config_with_remaining_legacy_transformers: Added missing Transforms
* task/ATS-731_Update_T-Engines_config_with_remaining_legacy_transformers: Added xml xltm, xlam, ppsx, ppsm, msg, and dita to pdf
* ATS-731: Remove depreciated workaround
* task/ATS-731_Update_T-Engines_config_with_remaining_legacy_transformers: Added more missing transforms. Only 6 left to do
* task/ATS-731_Update_T-Engines_config_with_remaining_legacy_transformers: Merged with Kristian's changes
* task/ATS-731_Update_T-Engines_config_with_remaining_legacy_transformers: Added Kristians' last commit back
* task/ATS-731_Update_T-Engines_config_with_remaining_legacy_transformers: Added final 6 missing transforms
* ATS-731: Remove unnecessary test configs (Tests now pull configs from jars)
* task/ATS-731_Update_T-Engines_config_with_remaining_legacy_transformers: Reverted libra office file back to how it was at Kristian's last commit
* task/ATS-731_Update_T: Took back out the outlook transforms so that they can be done by a pipeline inestead
* ATS-731: Read default engine configs from jars in tests
* ATS-731: Removed failing transforms from Image magick
* ATS-731: The branch now only contains the transforms that work and have been tested. Just one more needs to be added in libre office
* Added the last of the working transfroms
* ATS-731: Added one more transform
* Revert "ATS-731: Remove depreciated workaround"
This reverts commit 82de937e
* ATS-731: Enable info log level for the depreciated workaround
Co-authored-by: aharake <ayman.harake@alfresco.com>
This commit is contained in:
committed by
GitHub
parent
b538b809d7
commit
f6819cf8e0
File diff suppressed because it is too large
Load Diff
@@ -1117,6 +1117,32 @@
|
||||
{"sourceMediaType": "image/x-xpixmap", "priority": 55, "targetMediaType": "image/x-xpixmap" },
|
||||
{"sourceMediaType": "image/x-xpixmap", "targetMediaType": "image/x-xwindowdump" },
|
||||
|
||||
{"sourceMediaType": "image/vnd.adobe.photoshop", "priority": 100, "targetMediaType": "image/x-raw-sigma" },
|
||||
{"sourceMediaType": "image/vnd.adobe.photoshop", "priority": 100, "targetMediaType": "image/tiff" },
|
||||
{"sourceMediaType": "image/vnd.adobe.photoshop", "priority": 100, "targetMediaType": "image/x-raw-leica" },
|
||||
{"sourceMediaType": "image/vnd.adobe.photoshop", "priority": 100, "targetMediaType": "image/x-raw-panasonic" },
|
||||
{"sourceMediaType": "image/vnd.adobe.photoshop", "priority": 100, "targetMediaType": "image/x-cmu-raster" },
|
||||
{"sourceMediaType": "image/vnd.adobe.photoshop", "priority": 100, "targetMediaType": "image/x-raw-fuji" },
|
||||
{"sourceMediaType": "image/vnd.adobe.photoshop", "priority": 100, "targetMediaType": "image/x-raw-red" },
|
||||
{"sourceMediaType": "image/vnd.adobe.photoshop", "priority": 100, "targetMediaType": "image/vnd.adobe.photoshop" },
|
||||
{"sourceMediaType": "image/vnd.adobe.photoshop", "priority": 100, "targetMediaType": "image/x-portable-pixmap" },
|
||||
{"sourceMediaType": "image/vnd.adobe.photoshop", "priority": 100, "targetMediaType": "image/vnd.adobe.premiere" },
|
||||
{"sourceMediaType": "image/vnd.adobe.photoshop", "priority": 100, "targetMediaType": "image/x-portable-anymap" },
|
||||
{"sourceMediaType": "image/vnd.adobe.photoshop", "priority": 100, "targetMediaType": "image/x-portable-graymap" },
|
||||
{"sourceMediaType": "image/vnd.adobe.photoshop", "priority": 100, "targetMediaType": "image/x-raw-pentax" },
|
||||
{"sourceMediaType": "image/vnd.adobe.photoshop", "priority": 100, "targetMediaType": "image/x-portable-bitmap" },
|
||||
{"sourceMediaType": "image/vnd.adobe.photoshop", "priority": 100, "targetMediaType": "image/x-raw-olympus" },
|
||||
{"sourceMediaType": "image/vnd.adobe.photoshop", "priority": 100, "targetMediaType": "image/x-raw-nikon" },
|
||||
{"sourceMediaType": "image/vnd.adobe.photoshop", "priority": 100, "targetMediaType": "image/x-raw-minolta" },
|
||||
{"sourceMediaType": "image/vnd.adobe.photoshop", "priority": 100, "targetMediaType": "image/x-raw-kodak" },
|
||||
{"sourceMediaType": "image/vnd.adobe.photoshop", "priority": 100, "targetMediaType": "image/jp2" },
|
||||
{"sourceMediaType": "image/vnd.adobe.photoshop", "priority": 100, "targetMediaType": "image/ief" },
|
||||
{"sourceMediaType": "image/vnd.adobe.photoshop", "priority": 100, "targetMediaType": "image/gif" },
|
||||
{"sourceMediaType": "image/vnd.adobe.photoshop", "priority": 100, "targetMediaType": "image/x-raw-adobe" },
|
||||
{"sourceMediaType": "image/vnd.adobe.photoshop", "priority": 100, "targetMediaType": "image/x-raw-canon" },
|
||||
{"sourceMediaType": "image/vnd.adobe.photoshop", "priority": 100, "targetMediaType": "image/x-raw-sony" },
|
||||
{"sourceMediaType": "image/vnd.adobe.photoshop", "priority": 100, "targetMediaType": "image/x-raw-hasselblad" },
|
||||
|
||||
{"sourceMediaType": "image/x-xwindowdump", "targetMediaType": "image/x-raw-hasselblad" },
|
||||
{"sourceMediaType": "image/x-xwindowdump", "targetMediaType": "image/x-raw-sony" },
|
||||
{"sourceMediaType": "image/x-xwindowdump", "targetMediaType": "image/bmp" },
|
||||
|
Reference in New Issue
Block a user