ShivaTools: Image to Base64 String

1 vote
Version: 
1
Date Updated: 
10/28/2023

If you're a 3ds Max scripter, you've probably wondered how to avoid dragging logos and icons as separate files and embed them directly into your script. So, I made a convenient Base64 encoder for Dotnet for myself and decided to share it with everyone.

You just need to Drag`n`Drop image on it and its all. Script will place result in your Clipboard. And not only Base64 String but ready to use part of code, with decoder function and usage example. If you need also encoder - fill free to get into code. Its not encrypted. )

The code uses snippets from other people's scripts, big thanks to the authors. GPT wrote the encoder for me. Can't stop admiring it. Now I at least have someone to discuss interesting topics with.))

In short, this is a macro. If you're a scripter, you shouldn't have any issues with installation.

Version Requirement: 
2024