Notifications
Clear all
[Closed] .net image to bitmap
May 18, 2021 4:37 am
Hi,
Is it possible to convert a .net image into a bitmap?
Reason why im asking is because I want to use it in a imgtag (trying to avoid combing dotnet ui with mxs ui)
Im using a local drive when im offline and for my colleagues I want them to be able fetch the image from the web.
Maybe its more simple to go for a .net ui for the image?
2 Replies
May 18, 2021 4:37 am
You can do it with certain limitations. Check MXS help:
- How To … Copy The Last Rendered Image To The Windows Clipboard
- Copy To and From Clipboard
Usually annoying restrictions:
- Not every MAX bitmap format is supported by embedded .NET
- The alpha channel is lost when using this method.
So, if you have a texture file it would be easier and better to do OpenBitmap with this file
May 18, 2021 4:37 am
Thank you for the reply.
I tried the copy to and from clipboard yesterday but it feels like a dotnet ui is cleaner method to go for.
Feels wierd to copy images to and from clipbord .