Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/nor0x/netpalette
Browse files Browse the repository at this point in the history
  • Loading branch information
nor0x committed May 8, 2024
2 parents 61fa99a + de5d79b commit 4b4ccd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A Library for generating color palettes from images - powered by SkiaSharp so it
## Demo
There is a .NET MAUI app in [/Samples](https://github.com/nor0x/NetPalette/tree/main/Samples/NetPalette.Sample.Maui) which demonstrates palette generation for random Unsplash images. The library is not limited to MAUI, it can be used in any .NET UI framework like Uno, Avalonia, WinUI, WPF, etc. any framework that supports SkiaSharp.

![Demo](https://raw.githubusercontent.com/nor0x/NetPalette/main/Art/IMG_12380912.gif)
https://github.com/nor0x/NetPalette/assets/3210391/dea64c88-354f-458f-bf04-9e915d801a43

## Usage
### Palette Generation
Expand Down Expand Up @@ -101,4 +101,4 @@ A `PaletteGenerator` instance containing the generated palette.


## Credits
most of the code is based on the [palette_generator](https://pub.dev/packages/palette_generator) package from the Flutter SDK - credits to the original authors of that code. Great kudos also to the [SkiaSharp](https://github.com/mono/skiasharp) contributors for providing such a great library 👏
most of the code is based on the [palette_generator](https://pub.dev/packages/palette_generator) package from the Flutter SDK - credits to the original authors of that code. Great kudos also to the [SkiaSharp](https://github.com/mono/skiasharp) contributors for providing such a great library 👏

0 comments on commit 4b4ccd4

Please sign in to comment.