Hi Jim, Canvas is supported by all modern browsers except IE. On IE you can use DirectX filters (I think that it's supported). I don't know if there is other way how to do it (maybe css tricks, but here I'm not sure about IE here).
-- Best regards - Petr Kobalicek <http://kobalicek.com> On Thu, Mar 4, 2010 at 6:03 AM, Jim Hunter <[email protected]> wrote: > Thanks, unfortunately I can not be guaranteed that my users will have new > browsers. I was hoping for a JavaScript library that might handle it. > > Thanks, > Jim > > On Wed, Mar 3, 2010 at 6:26 PM, Petr Kobalíček <[email protected]> > wrote: >> >> Hi Jim, >> >> I didn't tried it, but it should be possible using Html5 canvas - >> create context, rotate, draw image (it will be rotated). >> >> -- >> Best regards >> - Petr Kobalicek <http://kobalicek.com> >> >> On Thu, Mar 4, 2010 at 2:42 AM, Jim Hunter <[email protected]> wrote: >> > I have a need to rotate images on the client, simple rotation 90 degrees >> > at >> > a time. If I can't do it on the client I can already do it on the >> > server, I >> > was just trying to eliminate the round trip. >> > >> > I am currently using the qx.ui.basic.Image class to display the bitmap >> > image. >> > >> > Thanks, >> > Jim >> > >> > >> > >> > ------------------------------------------------------------------------------ >> > Download Intel® Parallel Studio Eval >> > Try the new software tools for yourself. Speed compiling, find bugs >> > proactively, and fine-tune applications for parallel performance. >> > See why Intel Parallel Studio got high marks during beta. >> > http://p.sf.net/sfu/intel-sw-dev >> > _______________________________________________ >> > qooxdoo-devel mailing list >> > [email protected] >> > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel >> > >> > >> >> >> ------------------------------------------------------------------------------ >> Download Intel® Parallel Studio Eval >> Try the new software tools for yourself. Speed compiling, find bugs >> proactively, and fine-tune applications for parallel performance. >> See why Intel Parallel Studio got high marks during beta. >> http://p.sf.net/sfu/intel-sw-dev >> _______________________________________________ >> qooxdoo-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
