Secret Message in Image

by Twister

0

Message Hider

Addon for Godot 4, this addon allow hide a text message in a Image.

Godot Engine 4.3 ToolHack Copyrights License

Features

  • Write a text message to the image.
  • Read a text message from the image.

How Work

  • You can use the GUI in: Project > Tools > Message Hider
  • You can direct call by script.

[!TIP] Use a image (Recommended PNG Format) to write a message in and then you can read that created message.

The images created are in PNG format.

Direct call

## For set Text to Image:
MessageHider.text_to_image(input_image_path, secret_text_message, out_file_image_as_png_path)

## For get text from image:
MessageHider.text_from_image(input_image_with_secret_path)

Writer Preview

image_writer

Reader Preview

image_reader

Copyrights (c) CodeNameTwister. See LICENSE for details.

Version

1.0

Engine

4.4

Category

Tools

Download

Version1.0
Download

Support

If you need help or have questions about this plugin, please contact the author.

Contact Author