Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

agnos.is Forums

  1. Home
  2. Linux
  3. GIMP 3.0.0 tagged

GIMP 3.0.0 tagged

Scheduled Pinned Locked Moved Linux
linux
44 Posts 32 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • that_leaflet@lemmy.worldT [email protected]

    cross-posted from: https://lemmy.world/post/26951027

    Draft Release Notes: https://testing.gimp.org/release-notes/gimp-3.0.html

    Will soon be published to Flathub

    _ This user is from outside of this forum
    _ This user is from outside of this forum
    [email protected]
    wrote on last edited by
    #15

    Is it still a pile of hot garbage to use?

    S 1 Reply Last reply
    0
    • cypherpunks@lemmy.mlC [email protected]

      Could anybody in short explain, what I have to understand from “it’s tagged”?

      Git is the most popular version control system, which lets developers track changes to software source code. A "tag" applies a name (or version number) to a specific point in the history.

      The commit shows that there was a longer with 3.0.0 tag before and now its just 3.0.0

      The link goes to a commit which is tagged GIMP_3_0_0, and shows the change made in this commit. This commit happens to change the version line in a file called meson.build - this file configures Meson, which is used to build GIMP. The version is being changed from 3.0.0-RC3+git to 3.0.0. The string "RC3" in the previous version number is short of "release candidate 3", and "git" here means that there were additional changes since "release candidate 3" was released.

      What does that tell us? 😄

      So far the news and downloads pages still haven't been updated, but the version being changed to 3.0.0 and this commit being tagged tells us that GIMP 3.0.0 is about to be released: official binaries and an announcement about it can be expected to appear very soon.

      The tag means no more changes will be included in 3.0.0; if some show-stopping bug were discovered now, the version number would be incremented to 3.0.1 rather than to include a fix in 3.0.0. (Technically, a tag can be updated/replaced, but by convention it is not.)

      K This user is from outside of this forum
      K This user is from outside of this forum
      [email protected]
      wrote on last edited by
      #16

      So far the news and downloads pages still haven’t been updated

      If I can’t download it, and the site says the latest version is 2.10.38, is it really released?

      cypherpunks@lemmy.mlC 1 Reply Last reply
      0
      • K [email protected]

        So far the news and downloads pages still haven’t been updated

        If I can’t download it, and the site says the latest version is 2.10.38, is it really released?

        cypherpunks@lemmy.mlC This user is from outside of this forum
        cypherpunks@lemmy.mlC This user is from outside of this forum
        [email protected]
        wrote on last edited by
        #17

        as i said, it "is about to be released".

        or, one could also say that the the 3.0.0 source code has been released, but the official binaries haven't been yet 🙂

        1 Reply Last reply
        0
        • cypherpunks@lemmy.mlC [email protected]

          Could anybody in short explain, what I have to understand from “it’s tagged”?

          Git is the most popular version control system, which lets developers track changes to software source code. A "tag" applies a name (or version number) to a specific point in the history.

          The commit shows that there was a longer with 3.0.0 tag before and now its just 3.0.0

          The link goes to a commit which is tagged GIMP_3_0_0, and shows the change made in this commit. This commit happens to change the version line in a file called meson.build - this file configures Meson, which is used to build GIMP. The version is being changed from 3.0.0-RC3+git to 3.0.0. The string "RC3" in the previous version number is short of "release candidate 3", and "git" here means that there were additional changes since "release candidate 3" was released.

          What does that tell us? 😄

          So far the news and downloads pages still haven't been updated, but the version being changed to 3.0.0 and this commit being tagged tells us that GIMP 3.0.0 is about to be released: official binaries and an announcement about it can be expected to appear very soon.

          The tag means no more changes will be included in 3.0.0; if some show-stopping bug were discovered now, the version number would be incremented to 3.0.1 rather than to include a fix in 3.0.0. (Technically, a tag can be updated/replaced, but by convention it is not.)

          D This user is from outside of this forum
          D This user is from outside of this forum
          [email protected]
          wrote on last edited by
          #18

          Thanks for the write up!! 🙂

          1 Reply Last reply
          0
          • C [email protected]

            Does it support CMYK now?

            ? Offline
            ? Offline
            Guest
            wrote on last edited by
            #19

            Afaik still only export profiles

            1 Reply Last reply
            0
            • cypherpunks@lemmy.mlC [email protected]

              Could anybody in short explain, what I have to understand from “it’s tagged”?

              Git is the most popular version control system, which lets developers track changes to software source code. A "tag" applies a name (or version number) to a specific point in the history.

              The commit shows that there was a longer with 3.0.0 tag before and now its just 3.0.0

              The link goes to a commit which is tagged GIMP_3_0_0, and shows the change made in this commit. This commit happens to change the version line in a file called meson.build - this file configures Meson, which is used to build GIMP. The version is being changed from 3.0.0-RC3+git to 3.0.0. The string "RC3" in the previous version number is short of "release candidate 3", and "git" here means that there were additional changes since "release candidate 3" was released.

              What does that tell us? 😄

              So far the news and downloads pages still haven't been updated, but the version being changed to 3.0.0 and this commit being tagged tells us that GIMP 3.0.0 is about to be released: official binaries and an announcement about it can be expected to appear very soon.

              The tag means no more changes will be included in 3.0.0; if some show-stopping bug were discovered now, the version number would be incremented to 3.0.1 rather than to include a fix in 3.0.0. (Technically, a tag can be updated/replaced, but by convention it is not.)

              ? Offline
              ? Offline
              Guest
              wrote on last edited by
              #20

              In case anyone is curious, here's the steps missing to get an official release.

              ? 1 Reply Last reply
              0
              • C [email protected]

                Does it support CMYK now?

                1hitsong@lemmy.ml1 This user is from outside of this forum
                1hitsong@lemmy.ml1 This user is from outside of this forum
                [email protected]
                wrote on last edited by
                #21

                From the post: "This update also lays the groundwork for future CMYK and LAB image color modes."

                1 Reply Last reply
                0
                • that_leaflet@lemmy.worldT [email protected]

                  cross-posted from: https://lemmy.world/post/26951027

                  Draft Release Notes: https://testing.gimp.org/release-notes/gimp-3.0.html

                  Will soon be published to Flathub

                  3 This user is from outside of this forum
                  3 This user is from outside of this forum
                  [email protected]
                  wrote on last edited by
                  #22

                  I havent used it in 15 years and will prob keep that up, used to weirdly love photo editing

                  1 Reply Last reply
                  0
                  • quazatron@lemmy.worldQ [email protected]

                    I've used Gimp for as long as I can remember, it's one of those tools I always have installed in my workstation. It's quirky, but I love it anyway.

                    Glad to see 3.0 released. Valve, are you paying attention? Those is how it's done.

                    Valve.

                    W This user is from outside of this forum
                    W This user is from outside of this forum
                    [email protected]
                    wrote on last edited by
                    #23

                    Gimp 2.0 was released eight months before Half Life 2.

                    J quazatron@lemmy.worldQ X 3 Replies Last reply
                    0
                    • W [email protected]

                      Gimp 2.0 was released eight months before Half Life 2.

                      J This user is from outside of this forum
                      J This user is from outside of this forum
                      [email protected]
                      wrote on last edited by
                      #24

                      So you're telling me....

                      Half Life 3 confirmed!

                      I 1 Reply Last reply
                      0
                      • W [email protected]

                        Gimp 2.0 was released eight months before Half Life 2.

                        quazatron@lemmy.worldQ This user is from outside of this forum
                        quazatron@lemmy.worldQ This user is from outside of this forum
                        [email protected]
                        wrote on last edited by
                        #25

                        So you're implying we can expect Half-Life 3 for Christmas?

                        1 Reply Last reply
                        0
                        • C [email protected]

                          Does it support CMYK now?

                          anunusualrelic@lemmy.worldA This user is from outside of this forum
                          anunusualrelic@lemmy.worldA This user is from outside of this forum
                          [email protected]
                          wrote on last edited by
                          #26

                          Isn't the problem that it's blocked by a number of patents, or something like that?

                          1 Reply Last reply
                          0
                          • J [email protected]

                            RUST IS INEVITABLE 🦀🦀🦀

                            D This user is from outside of this forum
                            D This user is from outside of this forum
                            [email protected]
                            wrote on last edited by
                            #27

                            Gimp devs will have to port it to Gtk 4 before rewriting it in Rust, because Rust Gtk 3 bindings are now obsolete lol.

                            1 Reply Last reply
                            0
                            • J [email protected]

                              So you're telling me....

                              Half Life 3 confirmed!

                              I This user is from outside of this forum
                              I This user is from outside of this forum
                              [email protected]
                              wrote on last edited by
                              #28

                              8 more months until we got HL3!

                              ? 1 Reply Last reply
                              0
                              • M [email protected]

                                gimp 3 and proper hdr in the same year. never would have guessed it would be so contemporaneous

                                communist@lemmy.frozeninferno.xyzC This user is from outside of this forum
                                communist@lemmy.frozeninferno.xyzC This user is from outside of this forum
                                [email protected]
                                wrote on last edited by
                                #29

                                Wayland is done playing catchup, work should dramatically accelerate, the great transition is finally almost over.

                                All that's left to get wayland to feature parity with x at this point is an accessibility protocol (which should also allow xdotool stuff to work), gnome is working on one. Once that's done and released, a bunch of devs will be freed up to work on new stuff.

                                1 Reply Last reply
                                0
                                • F [email protected]

                                  2025 is finally the year of the Linux desktop!

                                  communist@lemmy.frozeninferno.xyzC This user is from outside of this forum
                                  communist@lemmy.frozeninferno.xyzC This user is from outside of this forum
                                  [email protected]
                                  wrote on last edited by
                                  #30

                                  Aside from the wayland transition finishing, which I posted about above, there's also anticheat being figured out.

                                  Then there will be no compelling reasons for normal people not to use linux, unless you have extremely niche software that only works on windows.

                                  1 Reply Last reply
                                  0
                                  • C [email protected]

                                    Does it support CMYK now?

                                    L This user is from outside of this forum
                                    L This user is from outside of this forum
                                    [email protected]
                                    wrote on last edited by
                                    #31

                                    You can import and export to CMYK but, internally, it is still sRGB.

                                    S C 2 Replies Last reply
                                    0
                                    • that_leaflet@lemmy.worldT [email protected]

                                      cross-posted from: https://lemmy.world/post/26951027

                                      Draft Release Notes: https://testing.gimp.org/release-notes/gimp-3.0.html

                                      Will soon be published to Flathub

                                      C This user is from outside of this forum
                                      C This user is from outside of this forum
                                      [email protected]
                                      wrote on last edited by
                                      #32

                                      Let's see... Can we draw circles in a convenient manner yet?

                                      1 Reply Last reply
                                      0
                                      • L [email protected]

                                        You can import and export to CMYK but, internally, it is still sRGB.

                                        S This user is from outside of this forum
                                        S This user is from outside of this forum
                                        [email protected]
                                        wrote on last edited by
                                        #33

                                        So I don't want to imagine what happens to black pixels this way

                                        1 Reply Last reply
                                        0
                                        • _ [email protected]

                                          Is it still a pile of hot garbage to use?

                                          S This user is from outside of this forum
                                          S This user is from outside of this forum
                                          [email protected]
                                          wrote on last edited by
                                          #34

                                          People downvote you but gimp's interface and UX is atrocious. I only use it because I've been using it for >20 years and I understand how it works, but still...

                                          A 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups