It is possible to be able to create code (word, binary, anything) from an image into a string?
I need it for a project I'm making.
Printable View
It is possible to be able to create code (word, binary, anything) from an image into a string?
I need it for a project I'm making.
your gonna have to elaborate, do you mean take text thats like in a .bmp file, and turn it into a string? not to my knowledge, but you can take text from a .txt then import it into a string using INI files
To you want words which would represent the image?...
or
The image data to be converted into actual text?
You can use the Binary object to load the image as a file then run a base 64 encoder (Filter) over it to convert to an alphanumeric string and save the result as a txt file