-
Hi. I'm using Magick.NET in an ASP.NET Core 3 app running in a Linux Kubernetes cluster in Azure. It works really well for jpg/png/tiff files, but I'm getting stuck trying to process other file formats including svgs and raw camera images. Is this supported ? If it is supported, I could use a little help please :) Any documentation or pointers would be great! Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
Raw images are supported and that should give you the same result as on Windows. SVG is supported but you will end up using the MSVG coder and that is not a good reader. Currently there is no support for using the librsvg library but that might be available some time in the future. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your quick reply. Yes, raw files are working now thanks - I wasn't setting the format explicitly on some of them. For svgs, would it be a big job to support librsvg ? Happy to help if I can ? |
Beta Was this translation helpful? Give feedback.
-
A new release has just been published and it includes support for librsvg on Linux and macOS. |
Beta Was this translation helpful? Give feedback.
-
I am trying to use Magick.NET-Q8-x64 package on Azure (AKS). But it doesn't work. It returns some weird characters. Do you have any suggestions? |
Beta Was this translation helpful? Give feedback.
A new release has just been published and it includes support for librsvg on Linux and macOS.