Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Rotate Blue image every 5 degree
#2
Since your image is circular, you can just as well rotate the whole layer (always rotate from initial position, accumulate rotations would add blurriness) Some script fot this, including my own ofn-rotate-layer.

However, given the simplicity of the image it is much simper and clean to recreate it, with some scripts of mine:
  • Generate a dial with 12 marks , 30 degrees apart going from a radius of 75 to a radius of 95 (ofn-dial-marks)
  • Explode each dial mark to its own path (ofn-path-edit/Break path apart)
  • Fill each of these path with blue, on its own transparent layer (ofn-stroke-fill-path)
  • Create a circular path with a 85px radius (ofn-path-to-shape)
  • Add a transparent layer, Edit>Stroke path with a 20px line (not a script of mine Angel )
  • Make that new layer invisible, copy/merge it to the other layers (ofn-interleave-layers)

The GIF:

   

The WebP (better format, click on attachment icon it to see animation, and see how clean/smooth it is)


.webp   Spinner.webp (Size: 9.53 KB / Downloads: 197)

The XCF (before the ofn-interleave-layers step, which generates a new image)


.xcf   Spinner.xcf (Size: 83.75 KB / Downloads: 185)


My general scripts (ofn-rotate-layer, ofn-interleave-layers) are here.

My path-related scripts (all others) are here.
Reply


Messages In This Thread
Rotate Blue image every 5 degree - by AmazingGimp - 12-17-2019, 09:38 PM
RE: Rotate Blue image every 5 degree - by Ofnuts - 12-17-2019, 11:33 PM
RE: Rotate Blue image every 5 degree - by Blighty - 12-23-2019, 05:04 AM
RE: Rotate Blue image every 5 degree - by Ofnuts - 12-23-2019, 08:23 AM
RE: Rotate Blue image every 5 degree - by Ofnuts - 12-23-2019, 08:20 AM
RE: Rotate Blue image every 5 degree - by Ofnuts - 12-23-2019, 08:55 AM
RE: Rotate Blue image every 5 degree - by Ofnuts - 12-23-2019, 02:23 PM
RE: Rotate Blue image every 5 degree - by Ofnuts - 12-23-2019, 03:30 PM
RE: Rotate Blue image every 5 degree - by Krikor - 12-18-2019, 12:39 PM
RE: Rotate Blue image every 5 degree - by Ofnuts - 12-18-2019, 01:00 PM
RE: Rotate Blue image every 5 degree - by Ofnuts - 12-18-2019, 01:14 PM
RE: Rotate Blue image every 5 degree - by Ofnuts - 12-19-2019, 12:03 AM
RE: Rotate Blue image every 5 degree - by Ofnuts - 12-19-2019, 08:02 AM
RE: Rotate Blue image every 5 degree - by Blighty - 12-20-2019, 01:46 PM
RE: Rotate Blue image every 5 degree - by Ofnuts - 12-20-2019, 01:30 PM
RE: Rotate Blue image every 5 degree - by Ofnuts - 12-23-2019, 01:29 PM
RE: Rotate Blue image every 5 degree - by Ofnuts - 12-26-2019, 07:12 PM
RE: Rotate Blue image every 5 degree - by Ofnuts - 12-26-2019, 09:36 PM
RE: Rotate Blue image every 5 degree - by Ofnuts - 01-03-2020, 01:55 AM

Forum Jump: