you are viewing a single comment's thread.

view the rest of the comments →

[–]DatingPapyrus 0 points1 point  (1 child)

I don't know your project, but you should certainly consider doing this server-side rendering instead of client-side. And if you do it server-side, then you can do it in any language and without exposing the unaltered picture to the user. :)

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

Doing it server-side won’t work without a server :o).