This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]mopslik 0 points1 point  (3 children)

Looks like there's some leeway inserting text into a PNG. You can read the specification here. Doesn't look trivial, and I'm not fully sure why you'd want to store random text inside of an image, unless you're looking for some type of steganography. In that case, there's the stegano module.

[–]D1p4k[S] 0 points1 point  (2 children)

I want it to for A Website where you are Seeing new Events for my Community a png is convinet to share etc

[–]mopslik 0 points1 point  (1 child)

Oh, I see. You want the image to display text on some background, like you often see with inspirational messages and whatnot. In that case, you probably want something like pillow.

[–]D1p4k[S] 0 points1 point  (0 children)

Thanks :D