A
A
AlexSofar2019-07-04 07:38:23
C++ / C#
AlexSofar, 2019-07-04 07:38:23

Is there a .NET library for converting images from XAML Resource format to regular png or jpg images and vice versa?

I am looking for a library for converting pictures, there is no such possibility in the standard .NET Framework 4. It is not necessary that the library be written in C#, there are ways to include libraries from other languages, best of all in C++.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
cyber_roach, 2019-07-04
@cyber_roach

there is such an opportunity out of the box
RenderTargetBitmap
https://docs.microsoft.com/ru-ru/dotnet/api/system...
any XAML to Bitmap converts, only you will have to save as a picture

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question