You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
}
}
The text was updated successfully, but these errors were encountered:
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);
}
}
The text was updated successfully, but these errors were encountered: