dlemstra / dlemstra/Magick.NET

The label output is garbled

Open
#1,152 3 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.