dlemstra / dlemstra/Magick.NET
The label output is garbled
Open
good first issue
help wanted
- Dominant language
- C#
- Stars
- 4k
- Forks
- 451
- Avg merge
- 11h 55m
- Merged PRs (30d)
- 3
Description
### Magick.NET version
10.1
### Environment (Operating system, version and so on)
win10
### Description
All characters will be garbled when i output Label!
Only number is correct;
### Steps to Reproduce
using (var collection = new MagickImageCollection())
{
collection.Read("xx.psd");
for (int i = 0; i < collection.Count; i++)
{
Console.WriteLine(collection[i].Label);
}
}
Contributor guide
Assessment
This issue has not been assessed yet.