0

How do I write on an image

5th Aug 2017, 2:34 PM
Ntiri Ebenezer Kwasi
Ntiri Ebenezer Kwasi - avatar
4 Answers
+ 6
You can use image pixel manipulation in JavaScript, more about this here: https://developer.mozilla.org/nl/docs/Web/API/Canvas_API/Tutorial/Pixel_manipulation_with_canvas
5th Aug 2017, 2:51 PM
ChessMaster
ChessMaster - avatar
+ 3
oh no u need photoshop
5th Aug 2017, 2:43 PM
David Sebastian Keshvi Illiakis
David Sebastian Keshvi Illiakis - avatar
+ 3
If you want to write on an image at display time, not definitively (not saved changes), you 'simply' have to position a text container element over it: https://code.sololearn.com/Wr5N3sOhVu5I/#css
6th Aug 2017, 10:22 AM
visph
visph - avatar
+ 1
<p><input type="button" value="Vytvor" onclick="show_image()" > </p>
5th Aug 2017, 2:59 PM
Sudheer
Sudheer - avatar