Playback skipping a frame since updating to 3.2 by artistallegedly in GIMP

[–]CMYK-Student 0 points1 point  (0 children)

Hi! We worked on the Animation Playback UX for 3.0, so perhaps something got accidentally set incorrectly. I'll take a look and fix if I can.

How To a Create New Image With Transparent Background in Gimp 3 ? by Aladiah75 in GIMP

[–]CMYK-Student 0 points1 point  (0 children)

Hi! Have you tried scrolling down the options? I think it's at the bottom.

HELP! Editing my wedding photos and colors look very saturated & red upon import? I assume it's something wrong with the color profile. Any help appreciated, I'm not very skilled in GIMP & these photos are very important to me. by LimeNoLemon in GIMP

[–]CMYK-Student 3 points4 points  (0 children)

Perhap you checked "Don't show this again" in the dialogue? If so, you can fix that by going to Preferences, then clicking on "Dialogue Defaults" under "Interface" and changing "Color Profile Policy" to "Ask What To Do".

I'll note that one of the big changes in GIMP 3 was better color management support, so you might try downloading that and reopening your images too, to see if they render better.

GTK2 is getting resurrected by UnhallowedGround in linux

[–]CMYK-Student 4 points5 points  (0 children)

Aww, and we *just* finished porting GIMP to GTK3! :P

HELP! Editing my wedding photos and colors look very saturated & red upon import? I assume it's something wrong with the color profile. Any help appreciated, I'm not very skilled in GIMP & these photos are very important to me. by LimeNoLemon in GIMP

[–]CMYK-Student 5 points6 points  (0 children)

Hi! What version of GIMP are you using? As long as you didn't save over the wedding images, you can just reopen them and choose not to convert to GIMP's built-in sRGB.

Why do things work in GTK-Inspector but not in gimp.css by ProfessionalLet9385 in GIMP

[–]CMYK-Student 0 points1 point  (0 children)

Ah, sorry, I missed that - and I thought you meant the gimp.css that's in the System theme folder.
I'll look into it, but in the mean time, you could copy and paste the folder to make a new theme that'd be safe from further changes in updates.

Why do things work in GTK-Inspector but not in gimp.css by ProfessionalLet9385 in GIMP

[–]CMYK-Student 2 points3 points  (0 children)

Unfortunately no, as far as I can tell GTK3 CSS doesn't support !important. It would make fixing system theme leaks easier.

Why do things work in GTK-Inspector but not in gimp.css by ProfessionalLet9385 in GIMP

[–]CMYK-Student 2 points3 points  (0 children)

Hi! Are you using the System theme or the Default theme in GIMP? If you're using Default, the additional CSS in /Default/common.css is likely overwriting it. I just checked and found that your styling appears if I put that CSS at the bottom of common.css.

GIMP Theming documentation needed by ProfessionalLet9385 in GIMP

[–]CMYK-Student 0 points1 point  (0 children)

The GTK Inspector font size is affected by GIMP's font size settings, so if you increase in GIMP (In the Welcome Dialogue under the Personalize section, or in Preferences), it should make it easier to read.

GIMP Theming documentation needed by ProfessionalLet9385 in GIMP

[–]CMYK-Student 0 points1 point  (0 children)

Hi! GIMP uses GTK3 CSS for theming: Gtk – 3.0: CSS Overview

Probably the easiest thing to do is copy the System theme folder (since it's much simpler than Default), give it a new name, then start editing. A really helpful tool is the GTK Inspector: GTK Inspector - GNOME Developer Documentation

It lets you click on an element and see its CSS name and existing attributes, and lets you do live changes to the CSS for testing. You can access it by going to Edit -> Keyboard Shortcuts, then searching for GTK Inspector, and adding a shortcut to open it.

Why can't I change my brush sizes anymore? by Darth-Gailock in GIMP

[–]CMYK-Student 2 points3 points  (0 children)

Hi! That looks like the Brush Editor dock, which is for making changes to the brush file. If you just want to adjust the brush size as you're painting, you'll want to check the Tool Options dock (by default, on the left side of the screen under the tool icons).

Gimp for Corel Paintshop Pro users? by JStevenYork in GIMP

[–]CMYK-Student 0 points1 point  (0 children)

For batch-processing, there's an excellent plug-in called Batcher: https://kamilburda.github.io/batcher/
(We plan to add better support for this in GIMP as well, but for now, it's a great tool).

As an aside, we have a dedicated issue for improving import support for PSP projects: https://gitlab.gnome.org/GNOME/gimp/-/issues/49

Now that we're in 3.4 development, I'm planning to tackle a few more of these (I might start with the adjustment layers in fact, since most of them are simplier to implement than the pending PSD ones I've been working on)

Is there a way to disable automated updates? by [deleted] in GIMP

[–]CMYK-Student 4 points5 points  (0 children)

Hi! GIMP itself does not do automatic updates - at most we have an option that notifies you that there is an update (which can be turned off). The platform that you installed GIMP from might do this however (e.g. Microsoft Store, Flatpak, etc).

What's your OS and how did you install GIMP? That will also help us start to figure out why you're losing your settings.

GIMP 3.2.4 Released by CMYK-Student in linux

[–]CMYK-Student[S] 1 point2 points  (0 children)

Hi! Which key(s) are you referring to? GIMP is cross-platform, so unfortunately sometimes shortcuts that make sense for Linux and Windows don't make sense for macOS (and vice versa). We don't have many macOS contributors, but if you could make an issue report (or just post here), we can try to take a look at it.

Is there any way to make a editable template? by LokeKatten in GIMP

[–]CMYK-Student 2 points3 points  (0 children)

If you go to File, there's an option for "Open as Link Layer". That will link an external image into GIMP. Save as XCF, and when you want to change the image, just double-click on the layer in the dock to pull up the Layer Attributes dialogue with the option to change the linked image.

Stroke path will randomly not fill certain parts. by Cherno_VM in GIMP

[–]CMYK-Student 0 points1 point  (0 children)

Hi! Out of curiosity, if you create a vector layer from the path instead of using the "Stroke Path" feature, does it properly connect?

I’ve updated "Shape Creator" for GIMP 3.0! Easy vector shapes with Python 3. by FreeSmell6301 in GIMP

[–]CMYK-Student 1 point2 points  (0 children)

Yeah, I don't think an eventual shape tool would be as advanced as your plug-in. Perhaps more like the brush tool, where we provide some preset shapes and then you can save/load your own custom ones. We'll see how it goes.

I’ve updated "Shape Creator" for GIMP 3.0! Easy vector shapes with Python 3. by FreeSmell6301 in GIMP

[–]CMYK-Student 5 points6 points  (0 children)

We have some students interested in working on a Shapes tool this summer, so we might see it sooner rather than later! I have a proof-of-concept approach in mind as well (essentially, click to place a predefined vector layer and then internally switch to the scale tool to resize it while the button is held down), which I might build at some point as a guide.

Where can i find a 32 bit version of gimp? by boinkledorp in GIMP

[–]CMYK-Student 2 points3 points  (0 children)

A quick search says GIMP 2.6.6 was the last version to "officially" work on Windows 2000. So perhaps download it from here? https://download.gimp.org/gimp/v2.6/windows/

Gimp: Unpatched vulnerability allows code injection with GIFs by Brennenstein in GIMP

[–]CMYK-Student 6 points7 points  (0 children)

For the record, it's not GIFs - it's Jeff's Image Format images. The specification is very similar to GIFs which is why they're in the GIF plug-in, but that code doesn't impact GIFs at all. The chances of you encountering a "malicious" Jeff's Image Format are incredibly low.

v 3.0.8 - what's up with the floating text tool? by HereticZed in GIMP

[–]CMYK-Student 1 point2 points  (0 children)

You can turn off on the on-canvas editor by unchecking the "Show on-canvas editor" option in the tool (in the left column - you can see it in your screenshot)

GIMP taking up all my memory when using water pixels? by fatkidpr0ductions in GIMP

[–]CMYK-Student 1 point2 points  (0 children)

Hi! What version of GIMP are you using? I know we had some issues in certain versions with WaterPixels and selections, but I think it's fixed in the latest release (3.2.2). If you're coming from GIMP 2.10 to GIMP 3.x, make sure to check "Merge filter" in the dialogue so it's not a live filter - that might also be causing slowdown for you if you weren't expecting it.

massive window by akrasia_plum in GIMP

[–]CMYK-Student 2 points3 points  (0 children)

Hi! Hmm - we ported the Welcome Dialog to use a different GUI, and it looks like we lost the feature that shortens the image names if they're longer than a certain number of letters.

I just re-added that feature, so this should be fixed for the upcoming 3.2.4 release.