Hi there,
With the OOTB workflow implementation I see that its not possible to prevent the rendition creation of SVG files. It works fine for skipping renditions of other mimetypes for example when I checked for image/jpeg it doesn't create renditions of it when skip mime type is configured in the workflow but its not the case with SVG. I checked in 6.2 and 6.3 sp2 both but its the same case. Anyone else faced this issue or know how to fix it in the OOTB workflow itself just to make sure no steps are missed here ?
Result required : To prevent renditions of SVG files.
Attached screenshot :
I've tried all of the above options but none of them seem to work.
Easy way to test : Enable these options in the workflow and upload a .svg file to dam and check through crx/de to see if different renditions are being created.
Solved! Go to Solution.
Views
Replies
Total Likes
It is a regex match, so please escape the metacharacter '+'. Please try with following: "skip:image/svg\+xml" at "Thumbnail Process" step.
Thanks,
Ashutosh
We have asked the AEM Asset team to respond here.
Views
Replies
Total Likes
It is a regex match, so please escape the metacharacter '+'. Please try with following: "skip:image/svg\+xml" at "Thumbnail Process" step.
Thanks,
Ashutosh
Perfect ! works for me. Thanks
Views
Replies
Total Likes
Thanks Scott It was indeed the regex match and since svg's have + in between so it skipped.
Views
Replies
Total Likes
Views
Likes
Replies