I’m able to read a image file into core by function PIL.PImage.open, but I could not find HOW can place that opened image in my own webpage (i.e. without usage of HTML).
Its unclear what your question evn means as html is typically what you use to do a website
Please elaborate why you believe its to be avoided fir its very purpose
1 Like
I’m really very sorry for my unclear question.
The only problem is that I don’t want to have any HTML reference to an extern image file. So I want to read at the server the image file into core (via function ‘PIL.PIMAGE.OPEN’ or rather the other Python function?) and there after that image should be internal placed in my webpage in such a way, that the user cannot reread its image file from the server. How can I do so? Please provide me with an example as possible.
Do you mean something like this?
2 Likes
Yes, indeed.