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

Upgraded ImageSharp #40

Closed

Conversation

replaysMike
Copy link

@replaysMike replaysMike commented May 9, 2023

  • Upgraded ImageSharp to latest to fix MissingMethodException when run in a project using a newer version of ImageSharp.
  • Added ability to expose the ImageSharp image without rendering to an image format. Shouldn't have to encode as a PNG and decode it to work with it after.

throw new NotSupportedException($"Y value of {barcode.Bounds.Y} is invalid");
}

public Image<L8> Render(IBarcode barcode)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Types from ImageSharp should be isolated. Why was this public method added? And the code refactored? Doesn't seem required for the beta14 to beta15 upgrade.

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

Successfully merging this pull request may close these issues.

None yet

2 participants