i searched so much but last time i want to confirm that can we create an image using jQuery or any other client side scripting? if yes please provide me a link for that documentation.
Asked
Active
Viewed 456 times
0
-
`var image = $("
",{"src":"somepath", "alt" : "image"})` <-- are u looking for this? or did i mis read the question? – krishwader Jun 28 '13 at 05:12
-
1what do you mean by "creating image" ?? do you want to create the img src dynamically or something else? give a briefing about what you have tried so far. – Rohit416 Jun 28 '13 at 05:14
-
@hungerpain i want to generate new image using text like we create in php using @imagecreate(). – Jay Jun 28 '13 at 05:14
-
@Razor i want to create/ generate image not src. – Jay Jun 28 '13 at 05:16
-
using HTML5 yes(using canvas)..but not directly from jquery or javascript – thecodejack Jun 28 '13 at 05:16
-
@Jay something like this ? http://javascript.mfields.org/2011/creating-an-image-in-javascript/ – krishwader Jun 28 '13 at 05:17