Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Rotate Blue image every 5 degree
#28
The scripts are coherent between themselves, to make an animation in Gimp where the bottom layer is the first to play. My mirror-layers script will copy in reverse order your layers, to make the animation run backwards (so that initial layers plus copied layers make a whole cycle of "swing"), so you can use that and discard the extra layers.

The jagged edges are not due to Gimp but to the GIF format. Smooth edges are obtained with semi-transparent pixels but GIF only does dully opaque or fully transparent pixels. So the image becomes jagged when you export. If your image is color-indexed in Gimp, then transparency works like in a GIF and the edges are jagged from the start. The WebP format I mentioned earlier has no such limitation.

Another explanation is that unlike vectors, bitmaps are not easily scalable. With CGI such as this depending on interpolation algorithm you either get blurry edges (Linear/Cubic/NoHalo/LowHalo) or jagged edge (None). When you zoom in  (not exactly the same  thing as scaling) Gimp doesn't interpolate.

AFAIK there is no widely supported animated vector format. It could be possible to make a vector animation with SVG files and some JavaScript but this could slow down the client workstation.
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: