[jQuery] Re: Image processing for IE navigators ?

2009-09-09 Thread brian
Even jQuery would have to rely upon the browser's display engine so, if you're talking about IE6, I'd think you'd be out of luck. On Wed, Sep 9, 2009 at 2:26 PM, M wrote: > > No ideas ... ?

[jQuery] Re: Image processing for IE navigators ?

2009-09-09 Thread M
No ideas ... ?

[jQuery] Re: Image Processing!!

2009-06-25 Thread Lee R Lemon III
You can use canvas (NOT IE SAFE) in javascript... or you can use a php/GD script to take the uploaded image and reprocess it to a transparent png setting the block color when you did this. This could be done via ajax, but may be slow on the server so may have issues there. On Jun 24, 2:03 pm, ro

[jQuery] Re: Image Processing!!

2009-06-25 Thread Danny
There are people using elements to do image processing in Javascript; see http://ejohn.org/blog/ocr-and-neural-nets-in-javascript/ and http://www.pixastic.com/ On Jun 24, 2:03 pm, rosie wrote: > Hi there, > Just wondering is it possible to take an image, for instance an item > of clothing and r

[jQuery] Re: Image Processing!!

2009-06-25 Thread Liam Byrne
Sounds like something you would do BEFORE the image was uploaded to the server, e.g. save the image as PNG or .GIF Definitely couldn't be done "automatically", as you'd have to indicate what colour was meant to be "removed". Liam rosie wrote: Hi there, Just wondering is it possible to tak