• wraithcoop@programming.dev
    link
    fedilink
    English
    arrow-up
    2
    ·
    11 hours ago

    Hi, this complaint sounds vaguely familiar and I know it’s just indicative of that type of problem, but can you elaborate on what you mean by no circle tool?

    I haven’t used GIMP in a long time but if I remember correctly there’s an ellipse tool and I think there’s a modifier that can constrain the aspect ratio so you can make circles. I might be wrong though.

    • golden_zealot@lemmy.ml
      link
      fedilink
      English
      arrow-up
      4
      ·
      edit-2
      8 hours ago

      I think what you are thinking of is the ellipse selection tool, and yes this exists and can be used - however I am referring to the tool class of geometric shapes which is quite common among other software. Basically it creates a vector (In most cases I think) shape with options for stroke and fill, and controls the same way that the ellipse selection tool does (constraints etc.).

      GIMP does not have this, instead you have to go through a decent amount of trouble to get simple geometric shapes drawn to the screen, and at that I believe they are always raster.

      Take these procedures as an example for GIMP.

      https://www.alphr.com/make-shapes-gimp/

      This makes GIMP difficult if you want to use it for some niche uses such as making a quick flow diagram, or a quick vector mask which can be changed later.