Notifications
Clear all

[Closed] .net image to bitmap

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

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:

  1. Not every MAX bitmap format is supported by embedded .NET
  2. 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

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 .