-
As issue #67 said, python2 is dead and `python` in my machine maps to python3. So, obviously non of the python plugins work... So I did:
`~> find /usr/lib/gimp/2.0/plug-ins/ -name '*.py' | xargs su…
-
I couldn't find any of the Python scripts in Gimp on my system, until I looked around the filesystem.
With `./configure --prefix=/usr` (to make sure Gimp did see the plugin when installing it), I not…
-
Quite reproducible:
- take an image
- change precision to 32 bit floating point
- select a rectangle & copy it
- choose "fill pattern seamless", scroll up to the first entry (clipboard image)
- w…
-
I installed this flatpak, which claims to come with Resythesizer, but I can't find it in the menu anywhere.
Shouldn't it be in Filters > Enhance > Resythesize, or maybe Filters > Maps > Heal select…
tkoop updated
2 months ago
-
Hi. Can we simplify how the retouch tool work? For example, if we use a brush to remove a blemish can we make it behave just like Lightroom or Photoshop where with just a simple stroke of a brush the …
-
I'd really like to get this plugin for Windows :(
-
Hi
First of all, thanks for maintaining this useful plugin.
Can I make an request for a simple additional feature? It would be great if "filling order" can allow 4 additional choices, namely "…
-
Using gimp 2.10 flatpak ubuntu. Looked through closed issues, looks like this is some 64bit problem? I only saw 64 bit versions for win, anyone know how to fix on linux? Or is this really the problem?…
-
Hi,
I take this image
![image](https://user-images.githubusercontent.com/1795930/73593770-f2ded980-4507-11ea-8e5f-7794cbcd4757.png)
with this selection applied (white pixels)
![mask](https://u…
-
Consider the following code:
```dart
class C {
final T t;
const C(this.t);
}
const Object x = const C(0);
```
Type inference infers that the constant constructor invocation is `const C…