Lloyd Konneker

Results 103 comments of Lloyd Konneker

Well this issue reported a symptom that is a error message that is doesn't give enough information to diagnose. Given the additional information that it happens on huge images, you...

The SimpleAPI only gets one mask (in Gimp, usually called the selection mask.) It defines the target (what is to be synthesized), and its inverse defines the corpus (what pixels...

My understanding is that the hash bang is read by a shell. As I recall, the plug-in scripts are only usable from within GIMP and serve no purpose when called...

Which version of GIMP?   It is known that the Resynthesizer master branch does not build against GIMP 2.99.x (the future 3.0.). There is a branch of Resynthesizer that does build...

Sorry, now that you mention it, I see 'deprecations' in the build log. Last time I tried, the deprecations branch seemed to build, but I will test it again as...

Something is wrong with your build system. I suspect it is not finding libgimp-3.0. The error messages are link time errors. The functions that failed to link e.g. gimp_drawable_bpp() are...

I use a tool called vagga to build containers. You write a script in the vagga language and vagga builds the container, in userspace so you can delete entire filesystems...

Use Filters>Enhance>Heal Selection. It is a separate plugin from Filters>Map>Resynthesize. It will do what you want. It should be part of the same package you downloaded, as well as several...

Oops, you are right, that is an issue. The make scripts don't install the Python plugins (Heal Selection is a Python plugin that calls the C language resynthesizer engine.) The...

I think you invoked "Filter>Sharpen by resynthesis" which seems to have found the file /usr/lib64/gimp/2.0/plug-ins/plugin-resynth-sharpen.py but that file invokes (calls as a subroutine) the plugin found in /usr/lib64/gimp/2.0/plug-ins/plugin-resynthesizer. That latter...