I need this for a scriptUI panel I am working on. I am trying to add a custom image button and the image to be part of the jsx file. Does somebody know how this kind binary string is achieved, and how do I turn a png file to string of that type '\u0089PNG....' (is it initially Base64 encoded and then another encoding, or is it an encoded Byte array):
https://i.sstatic.net/OS8oy.png
Thanks in advance!
"\u0089PNGetc?" That wasn't very clear.