[jQuery] Re: How to rotate image (in degrees)?

2009-04-18 Thread banacan

Ricardo,

Thank you for that link.  Very interesting stuff there.  How is SVG
support these days?


On Apr 18, 1:13 am, Ricardo ricardob...@gmail.com wrote:
 It is doable with SVG/VML too:

 http://raphaeljs.com/image-rotation.html

 cheers,
 - ricardo

 On 17 abr, 12:20, Richard D. Worth rdwo...@gmail.com wrote:

  This is going to require canvas. So a google search for 'rotate image
  javascript canvas' turned up:

 http://snippets.dzone.com/posts/show/5514

 http://code.google.com/p/jquery-rotate/

 http://wilq32.googlepages.com/wilq32.rollimage222

  - Richard

  On Fri, Apr 17, 2009 at 10:44 AM, banacan banaca...@gmail.com wrote:

   Isn't there someone who knows of such a plugin, or a means to
   accomplish what I need?

   On Apr 16, 8:37 am, banacan banaca...@gmail.com wrote:
Is there a jquery plugin that will allow an image to be rotated by say
90 - 180 degrees?  I'm using it in my background (multiple times) and I
want it to appear in different places and rotated so it doesn't appear
to be the same image.

TIA


[jQuery] Re: How to rotate image (in degrees)?

2009-04-18 Thread banacan

Thanks Richard, that is just what I needed.

Cheers.

On Apr 17, 11:20 am, Richard D. Worth rdwo...@gmail.com wrote:
 This is going to require canvas. So a google search for 'rotate image
 javascript canvas' turned up:

 http://snippets.dzone.com/posts/show/5514

 http://code.google.com/p/jquery-rotate/

 http://wilq32.googlepages.com/wilq32.rollimage222

 - Richard

 On Fri, Apr 17, 2009 at 10:44 AM, banacan banaca...@gmail.com wrote:

  Isn't there someone who knows of such a plugin, or a means to
  accomplish what I need?

  On Apr 16, 8:37 am, banacan banaca...@gmail.com wrote:
   Is there a jquery plugin that will allow an image to be rotated by say
   90 - 180 degrees?  I'm using it in my background (multiple times) and I
   want it to appear in different places and rotated so it doesn't appear
   to be the same image.

   TIA


[jQuery] Re: How to rotate image (in degrees)?

2009-04-17 Thread banacan

Isn't there someone who knows of such a plugin, or a means to
accomplish what I need?

On Apr 16, 8:37 am, banacan banaca...@gmail.com wrote:
 Is there a jquery plugin that will allow an image to be rotated by say
 90 - 180 degrees?  I'm using it in my background (multiple times) and I
 want it to appear in different places and rotated so it doesn't appear
 to be the same image.

 TIA


[jQuery] Re: How to rotate image (in degrees)?

2009-04-17 Thread Richard D. Worth
This is going to require canvas. So a google search for 'rotate image
javascript canvas' turned up:

http://snippets.dzone.com/posts/show/5514

http://code.google.com/p/jquery-rotate/

http://wilq32.googlepages.com/wilq32.rollimage222

- Richard

On Fri, Apr 17, 2009 at 10:44 AM, banacan banaca...@gmail.com wrote:


 Isn't there someone who knows of such a plugin, or a means to
 accomplish what I need?

 On Apr 16, 8:37 am, banacan banaca...@gmail.com wrote:
  Is there a jquery plugin that will allow an image to be rotated by say
  90 - 180 degrees?  I'm using it in my background (multiple times) and I
  want it to appear in different places and rotated so it doesn't appear
  to be the same image.
 
  TIA



[jQuery] Re: How to rotate image (in degrees)?

2009-04-17 Thread Ricardo

It is doable with SVG/VML too:

http://raphaeljs.com/image-rotation.html

cheers,
- ricardo

On 17 abr, 12:20, Richard D. Worth rdwo...@gmail.com wrote:
 This is going to require canvas. So a google search for 'rotate image
 javascript canvas' turned up:

 http://snippets.dzone.com/posts/show/5514

 http://code.google.com/p/jquery-rotate/

 http://wilq32.googlepages.com/wilq32.rollimage222

 - Richard

 On Fri, Apr 17, 2009 at 10:44 AM, banacan banaca...@gmail.com wrote:

  Isn't there someone who knows of such a plugin, or a means to
  accomplish what I need?

  On Apr 16, 8:37 am, banacan banaca...@gmail.com wrote:
   Is there a jquery plugin that will allow an image to be rotated by say
   90 - 180 degrees?  I'm using it in my background (multiple times) and I
   want it to appear in different places and rotated so it doesn't appear
   to be the same image.

   TIA