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

Fix missing "using PixelFormats" line in Readme example #921

Merged

Commits on May 30, 2019

  1. Fix missing PixelFormats line in first API example

    "<Rgba32>" does not appear to be defined without the "using SixLabors.ImageSharp.PixelFormats;" line and causes a "The type or namespace name 'Rgba32' could not be found (are you missing a using directive or an assembly reference?) (CS0246)" error to occur.
    tonygameplan authored May 30, 2019
    Configuration menu
    Copy the full SHA
    74bf5db View commit details
    Browse the repository at this point in the history
  2. Remove stray newline

    tonygameplan authored May 30, 2019
    Configuration menu
    Copy the full SHA
    75daccf View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2019

  1. Configuration menu
    Copy the full SHA
    52ca867 View commit details
    Browse the repository at this point in the history