-
-
Notifications
You must be signed in to change notification settings - Fork 114
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
png hexdata call ImageSharpImageConverter.ConvertImage retun transparent image with no content. #244
Comments
I modified ImageSharpImageConverter.ConvertImage like this,it is ok. ` public ImageResult ConvertImage(byte[] imageData)
}` |
hotprocess.txt
|
Please ensure that you are using SixLabors.ImageSharp v2.1.8 throughout your project. I suspect you may have a dependency conflict. |
Reopening this. Upgrading to ImageSharp 3.1.4 breaks rendering of GraphicField elements, and some barcodes. The project should be updated for forwards compatibility. |
png hexdata call ImageSharpImageConverter.ConvertImage retun empty data.
and copy zpl code to https://labelary.com/, it display transparent image zone for png data.
The text was updated successfully, but these errors were encountered: