Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The label output is garbled #1152

Open
samueltian666 opened this issue Mar 6, 2022 · 3 comments
Open

The label output is garbled #1152

samueltian666 opened this issue Mar 6, 2022 · 3 comments

Comments

@samueltian666
Copy link

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);
}
}

@dlemstra
Copy link
Owner

dlemstra commented Mar 6, 2022

Please add an image that can be used to reproduce this issue.

@samueltian666
Copy link
Author

主图.zip
thanks

@dlemstra
Copy link
Owner

The psd coder currently only supports ASCII layer names and they is why you now get garbage output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants