Unable to load "ico" files MagickMissingDelegateErrorException #1415
-
|
I am able to convert "png" to "ico" but not vise-versa, what's the solution? The code: The exception:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Why you read an |
Beta Was this translation helpful? Give feedback.
Why you read an
.icofrom a byte array you will need to specify the format:new MagickImage(bytes, MagickFormat.Ico)