Skip to content

🌈 Sample .NET Blazor WASM application that allows users to extract color palettes from selected image (JPEG/PNG) πŸš€

License

Notifications You must be signed in to change notification settings

jkher/BlazorPaletteGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

21 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌈 Blazor Color Palette Generator πŸš€

dotnet 7.0 Blazor C++ Webassembly Repo License

Blazor Color Palette Generator is a sample .NET Blazor webassembly application that allows users to extract color palettes from selected image (JPEG/PNG). The color palette extraction code is written in C++. The C++ is added as native dependency to blazor webassembly and uses stb_image.h library to load image from byte[] passed from application.

This application was created as an exprimentation to demonstate adding ASP.NET Core Blazor WebAssembly native dependencies introduced in .NET7 to blazor wasm.

Demo

See the working Demo of this application hosted on github pages.

About

🌈 Sample .NET Blazor WASM application that allows users to extract color palettes from selected image (JPEG/PNG) πŸš€

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published