System.DllNotFoundException: Unable to load shared library 'Magick.Native-Q8-x64.dll' or one of its dependencies. #1303
-
I am not able to resize images using Magick.Net on Debian 11. It is working fine on windows. I am using Amazon ECS Services and deploying a docker image on ECS Service. I am using Let me know if i am missing anything or doing something wrong. Already doing
Docker OS information
Error
Code
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
What is the output of |
Beta Was this translation helpful? Give feedback.
-
@dlemstra - instead of renaming dll file to |
Beta Was this translation helpful? Give feedback.
-
@dlemstra - I am able to resolve this issue. The problem was Aws Api Gateway was converting base64 string. I just need to specify the multipart-data as binary type & re-deploy the API stage. Thank you for all your help. |
Beta Was this translation helpful? Give feedback.
@dlemstra - I am able to resolve this issue. The problem was Aws Api Gateway was converting base64 string. I just need to specify the multipart-data as binary type & re-deploy the API stage. Thank you for all your help.