搜尋此網誌

2025年2月13日 星期四

Resynthesizer for GIMP 3.0 Win64

Resynthesizer for GIMP 3.0 Win64

 


Win64 binary, Resynthesizer3.0.zip
 
測試
結果


11 則留言:

匿名 提到...

This works really well.

JamesH 提到...

The outcome depends on the background context.
It is not suitable for removing scenes with obvious background lines.

匿名 提到...

Could you please build a new version for Windows GIMP 3.0.4 based on the latest commits (a week ago or so) in the GitHub repository https://github.com/bootchk/resynthesizer/tree/resynthesizer3

JamesH 提到...

Current version work fine on my PC(Windows 11 24H2, GIMP 3.0.4), and the new source has no new features, so I think it no need to rebuild

匿名 提到...

Ok. Thanks for your quick answer. Now it also works on my Windows PC (Windows 10 22H2, GIMP 3.0.4)

byron 提到...

JamesH, thanks for your post, I have problems on my Windows PC (Windows 10 22H2, GIMP 3.0.4), I added a Issue in https://github.com/bootchk/resynthesizer/issues/137#issuecomment-3243278917, maybe could you read it and add comments on it? Maybe do you have a tutorial?

byron 提到...

After to saw what versions of Gimp I had, I notice that I had Gimp 2.10.38.1 and Gimp 3 installed, then I untalled all of them and install again versión 3.0.4 and the plug-in works perfectly. JamesH, maybe could you show us how to compiled Resynthesizer for GIMP 3 on Windows, which are the steps you do and the tools that you use?

JamesH 提到...

We use msys2 mingw64 to compile
So first install msys2. After installing msys2, Open MSYS2 MINGW64
In terminal, type
pacman -S mingw-w64-x86_64-toolchain
to install gcc g++ ... compile tool package, when done, type
pacman -S mingw-w64-x86_64-gimp
to install gimp library
According build scripts for different plugins have different methods.
for Resynthesizer it used meson, so we need install meson package
pacman -S mingw-w64-x86_64-meson
Now we can start compiling the plugin.
Download the plugin's source code
Unzip or extract the downloaded source to the C:\msys64\home\USERNAME folder(Depending on where your MSYS2 is installed)
In MSYS2 MINGW64 terminal
Navigate to the Source Directory
meson setup builddir
cd builddir
meson compile
that's all

byron 提到...
作者已經移除這則留言。
byron 提到...

JamesH thanks for fyour answer. I would like to propose you to update in GIMP documentation your compilation to Resynthesizer for GIMP 3.0 Win64, and be part of the contributurs to this fantastic tool. You have inverted your time and it is good that people know that you are who made the compilation. Let me know your thinks about it.

JamesH 提到...

That doesn't matter to me
But anyway, thank you for your comment