Live data from Hacker News

GIMP 3.2 released

gimp.org

1–10 of 92 posts

Re: GIMP 3.2 released

#3
Love GIMP. Always capable of doing anything I need done with raster images or even PDFs. Lately I've been opening PDFs and lightening the pages so that they can be printed without wasting a bunch of toner on backgrounds that are meant to be white but were scanned in as a light grey.

Re: GIMP 3.2 released

#4
Being able to scale an image without losing quality is going to be handy. I always found it odd that scaling down an image now and then scaling it back to its original size 2 seconds later with the same tool resulted in a loss of quality and having to delete the layer, then re-import the image to get the original quality back.

This plugin https://github.com/LinuxBeaver/Gimp_Layer_Effects_Text_Style... also makes adding text effects with GIMP pretty good. This is unrelated to 3.2 but turned out to be a necessity for me.

Re: GIMP 3.2 released

#5
post #4

Being able to scale an image without losing quality is going to be handy. I always found it odd that scaling down an image now and then scaling it back to its original size 2 seconds later with the same tool resulted in a loss of quality and having to delete the layer, then re-import the image to get the original quality back. This plugin https://github.com/LinuxBeaver/Gimp_Layer_Effects_Text_Style... also makes addi…

Nice - all actions performed on a layer should retain a hidden "raw original" so we get non-destructive transforms.

Re: GIMP 3.2 released

#6
post #4

Being able to scale an image without losing quality is going to be handy. I always found it odd that scaling down an image now and then scaling it back to its original size 2 seconds later with the same tool resulted in a loss of quality and having to delete the layer, then re-import the image to get the original quality back. This plugin https://github.com/LinuxBeaver/Gimp_Layer_Effects_Text_Style... also makes addi…

It's because each transform was "destructive" (like filters use to be by default). What link & vector layers do instead is store a transform matrix, so each transform just updates the matrix instead of actually re-rasterizing the layer each time.

We were hoping to expand that feature to all layer types for 3.2, but we ran out of time to properly test it for release. It'll like be finished for the next minor release.

Re: GIMP 3.2 released

#7
I use Gimp pretty sporadically but the latest UI refresh (I’m guessing introduced in 3.0?) completely baffles me.

It might just be that it’s better tailored for graphic designers, which I’m clearly not. But now I can’t even figure out how to draw a square on screen. Let along anything clever.

Re: GIMP 3.2 released

#8
post #3

Love GIMP. Always capable of doing anything I need done with raster images or even PDFs. Lately I've been opening PDFs and lightening the pages so that they can be printed without wasting a bunch of toner on backgrounds that are meant to be white but were scanned in as a light grey.

I assume you don’t do this manually and you’re doing some kind of scripting, can you describe your process?

Re: GIMP 3.2 released

#9
post #4

Being able to scale an image without losing quality is going to be handy. I always found it odd that scaling down an image now and then scaling it back to its original size 2 seconds later with the same tool resulted in a loss of quality and having to delete the layer, then re-import the image to get the original quality back. This plugin https://github.com/LinuxBeaver/Gimp_Layer_Effects_Text_Style... also makes addi…

It's because each transform was "destructive" (like filters use to be by default). What link & vector layers do instead is store a transform matrix, so each transform just updates the matrix instead of actually re-rasterizing the layer each time. We were hoping to expand that feature to all layer types for 3.2, but we ran out of time to properly test it for release. It'll like be finished for the next minor release.

It sounds like you are a gimp developer. Curious about the use of AI to work on it. Do the gimp devs use AI to write code?

Re: GIMP 3.2 released

#10
Does anyone else find non-destructive editing kinda unintuitive?

I get the practical benefits of it, but it feels shoehorned in to an interface for doing destructive edits. Chained edits frequently interact in ways that confuse/surprise me.

I think I'd rather do non-destructive edits via some sort of node-editor interface. (And to be honest most of the things I use GIMP for don't need non-destructive editing in the first place)

Post reply on HN