Is there a way in javascript for binary file manipulation like C. I'm in a critical situation to create an fliped image. I don't have support for css, canvas, HTML, DOM. But I have to do that with only using javascript. If it allows me to load an image into a byte array I can parse each byte and will create a new image. Is there really a way.....?!
thanks in advance
This won't work in the current version of IE, so I'm not sure how a widget would handle it. This allows you to read a png into a byte array though.