Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.51 KB

intro.md

File metadata and controls

22 lines (19 loc) · 1.51 KB

Introduction

This is a FAQ-style guide for our API. We tried to provide short answers for the most common questions concerning our libraries.

Using Six Labors libraries

  • Stable and beta releases are available on NuGet
    • For beta versions, make sure that the Include Prerelease switch is enabled!
      • Console: Install-Package SixLabors.ImageSharp -IncludePrerelease
      • Visual Studio: check prerelease
  • Looking for our latest features or bugfixes? Download nightly builds from MyGet:

Contributing

Can't find what you're looking for?

  • Try exploring our API!
  • Check out our Samples Repository
  • If you still don't find what you're looking for, feel free to ping us on our gitter channel.
  • Please do not open GitHub issues for questions, we'd like to keep it for issue/bug tracking only!