AvaloniaUI / Avalonia

Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology
https://avaloniaui.net
MIT License
25.35k stars 2.2k forks source link

Support Tiff image format #5724

Open danwalmsley opened 3 years ago

danwalmsley commented 3 years ago

https://www.reddit.com/r/dotnet/comments/mh0x7p/crossplatform_windows_presentation_framework/gsxplsi?utm_source=share&utm_medium=web2x&context=3

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

maxkatz6 commented 3 years ago

It's possible to load tiff image into memory with third party libraries and convert to the bitmap after. Related: https://github.com/mono/SkiaSharp/issues/433 https://stackoverflow.com/questions/50312937/skiasharp-tiff-support