156
submitted 1 week ago* (last edited 1 week ago) by cm0002@libretechni.ca to c/opensource@programming.dev
top 30 comments
sorted by: hot top new old
[-] ThorrJo@lemmy.sdf.org 53 points 1 week ago

Please be a ground-up rebuild of the entire fucking UI by people who know what UX is and who aren't the type of people who put blue text on a red background....

lol yeah right, who am I kidding. I think I'm gonna take this opportunity to go see if the PhotoGIMP guy has a donate link.

[-] Reptorian@programming.dev 15 points 1 week ago

At least there's non-destructive editing. That always has been a massive argument against GIMP. I used Krita over GIMP for that reason alone.

[-] SaharaMaleikuhm@feddit.org 11 points 1 week ago

Fuck no. I am familiar with GIMPs UI so they can never change it or I am completely screwed. You can learn it too or you can make your own.

[-] vanillama@programming.dev 4 points 1 week ago

Right? People who are familiar with proprietary software assume them being used to navigating that mess means the UI there is better

[-] onlinepersona@programming.dev 5 points 1 week ago

Pay for it, instead of demanding stuff for free.so entitled.

[-] AstroLightz@lemmy.world 31 points 1 week ago

Hopefully this upgrade involves a shape tool to draw a circle.

[-] AnUnusualRelic@lemmy.world 7 points 1 week ago

Why would anyone need to draw a circle though?

[-] dbx12@programming.dev 7 points 1 week ago

Drawing three red lines, all perpendicular to each other is the minimum I expect from the new gimp.

[-] Valmond@lemmy.dbzer0.com 2 points 1 week ago

One transparent.

[-] wonderingwanderer@sopuli.xyz 1 points 1 week ago

I want to be able to draw four lines perpendicular to each other. That's my bottom line and I won't settle for anything less.

[-] TomatoPotato69@lemmy.ca 2 points 1 week ago

What's the problem with making a circle with the select tool and then tracing it or filling it? It's not hard to make a circle in GIMP...

[-] JackFrostNCola@aussie.zone 1 points 1 week ago

Exactly what i do.

  1. pick a grid coordinate and use ctrl+shift with circle selection tool to the size i want.
  2. then using the same starting grid coordinate i create a second inner selection but hold down (shift i think?) to do [ - ] selection instead of [ + ] selection and once the negative selection is started press ctrl+shift again to lock it to circle and expand until i have the circle outline i wanted.
[-] TomatoPotato69@lemmy.ca 2 points 1 week ago

You could also use the select tool to draw a single circle, then go to the Select menu and click Border which will create the outer and inner selections with the width you specified between them. Much easier than selecting a circle and de-selecting the centre hole.

[-] JackFrostNCola@aussie.zone 2 points 1 week ago

Well that does sound easier... I only use GIMP for basic hobby projects so i havent learned all the ins and outs and am probably doing a bunch if things the hard way around haha.
Cheers friend

[-] spartanatreyu@programming.dev 0 points 1 week ago* (last edited 1 week ago)

That's not a circle, that's a grid of pixels being colored in. It's a lossy representation of something else.

A circle is a shape which is a graphics primitive. Graphics primitives can be moved, transformed, skewed, etc... with no loss of information.

If you do that with a grid of pixels, you're going to lose information.


Edit: Five downvotes. Apparently people don't know how to use vectors in bitmap authoring software, or why selections are the lossy way to create shapes. See details in my comments below.

[-] SaharaMaleikuhm@feddit.org 11 points 1 week ago

You want a vector editing software like inkscape. GIMP only does rasterized graphics.

[-] spartanatreyu@programming.dev 1 points 1 week ago

Raster editing programs can support vector shapes. They are rasterised during export, not when the shape is created.

Look at how to create, move and transform a circle in photoshop (or if you don't want to give adobe money, use photopea).

[-] CmykStudent@fosstodon.org 1 points 1 week ago

@SaharaMaleikuhm @spartanatreyu As of GIMP 3.2, we have vector layers: https://www.gimp.org/release-notes/gimp-3.2.html#vector-layers

You can also export to vectorized PDF or SVG (with an option for Inkscape SVG to retain shared project settings). Inkscape is definitely the better choice for dedicated vector work, but vectors as part of a composition is possible now in GIMP.

[-] TomatoPotato69@lemmy.ca 5 points 1 week ago

Do you understand how bitmaps and raster drawing works? Everything is represented as a 2d array of pixels. The circle selection before you paint can be moved/scaled/etc and then when you actually want to draw the circle trace the path with the appropriate thickness and use antialiasing if you need to smooth it.

If you want to make vector drawings, take a look at InkScape. GIMP is the wrong tool for that, so use the right tool for the job if that's what you want to do.

[-] spartanatreyu@programming.dev 1 points 1 week ago

Do you understand how bitmaps and raster drawing works?

Yes I know the difference between vector and bitmaps

Everything is represented as a 2d array of pixels.

Only after the rasterization has taken place.

The circle selection before you paint can be moved/scaled/etc and then when you actually want to draw the circle trace the path with the appropriate thickness and use antialiasing if you need to smooth it.

The problem is that the selection itself can lose information, it's handled internally as a raster mask. That's why you should use a real vector shape.

If you want to make vector drawings, take a look at InkScape. GIMP is the wrong tool for that, so use the right tool for the job if that’s what you want to do.

No. Raster editors can support vector shapes. They vectors are rasterized during the final export, not while creating the shape (which is lossy and what selection shapes are).

Look at how to create, move and transform a circle in photoshop (or if you don’t want to give adobe money, use photopea).

[-] chisel@piefed.social 1 points 1 week ago

Circles are not possible in raster graphics, so any attempt to add a circle tool without also adding vector support is inherently DOA. /s

[-] wonderingwanderer@sopuli.xyz 1 points 1 week ago

Step 1: make a circle in geogebra

Step 2: copy/paste it into gimp

Step 3: there is no step 3

[-] ThorrJo@lemmy.sdf.org 11 points 1 week ago
[-] cm0002@libretechni.ca 2 points 1 week ago

Thanks! Updated

[-] SaharaMaleikuhm@feddit.org 11 points 1 week ago

GIMP is perfect as it is and the haters are wrong. I use it almost every day!

[-] oyzmo@piefed.social 10 points 1 week ago

gimp - it took a while, but finally learned to love it! Totally worth it 😊Thanks for excellent software

[-] justdaveisfine@piefed.social 9 points 1 week ago

Random but I had just assumed Gimp updated when I updated other packages, but it turns out I'm using some comically old version (2.1?) and have never seen the newer versions.

This update seems neat, maybe it'll finally be worth upgrading to.

[-] Linearity@piefed.zip 3 points 1 week ago

The version of a program depends on where you got that program from.

If the latest version is old you might be using the Ubuntu or Debian package which prioritize stability over modernity.

[-] buran@lemmy.today 3 points 1 week ago

The only things I'd like to see right now is the port GTK4 and the OKLAB/OKLCH color space.

this post was submitted on 16 Aug 2026
156 points (99.4% liked)

Opensource

6613 readers
438 users here now

A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!

CreditsIcon base by Lorc under CC BY 3.0 with modifications to add a gradient



founded 2 years ago
MODERATORS