It is currently Sat Jun 20, 2026 4:46 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 19 posts ] 
Author Message
 Post subject: Beautify Plug-ins for GIMP 3.0 RC2(include simple-border)
PostPosted: Thu Jan 30, 2025 11:25 pm  (#1) 
Offline
GimpChat Member
User avatar

Joined: Apr 25, 2011
Posts: 121
Location: Taiwan
Windows binary package, because the bug, so not include simple-border
And one more thing
old gimp_curves_spline and new gimp_drawable_curves_spline
same control points but not the same result
Beautify3.0.zip
Image

Image

Image

gimp_drawable_curves_spline uses GMIC Curves instead, The result is similar to version 2.10
Image

beautify_beautify(use GMIC Curves).zip

Source
beautify-master.zip

_________________
Sorry for my poor English, I use Google Translate.
There may be something wrong, Please understand.

GIMP 2.10.38 rev1 portable+GAP+G'MIC+nufraw+Beautify+MathMap+...


Last edited by JamesH on Wed Feb 19, 2025 12:28 am, edited 1 time in total.

Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
 Post subject: Re: Beautify Plug-ins for GIMP 3.0 RC2
PostPosted: Sat Feb 01, 2025 2:01 pm  (#2) 
Offline
New Member

Joined: Feb 01, 2025
Posts: 3
Looks good on Linux -- (k)Ubuntu Noble 24.04

GIMP 3.0.0-RC2 & dev packages installed from Mateusz Łukasik's mati75 gimp 3.0 PPA

Just had to modify the Makefile:

From:
LIBS = $(GIMP_LIBS) -lm -mwindows
# LIBS = $(GIMP_LIBS) -lm
To:
# LIBS = $(GIMP_LIBS) -lm -mwindows
LIBS = $(GIMP_LIBS) -lm


Build:
$ make
Launch:
$ gimp --verbose
...
Querying plug-in: '/home/USER/.config/GIMP/3.0/plug-ins/beautify_texture-border/beautify_texture-border'
Querying plug-in: '/home/USER/.config/GIMP/3.0/plug-ins/beautify_skin-whitening/beautify_skin-whitening'
Querying plug-in: '/home/USER/.config/GIMP/3.0/plug-ins/beautify_simple-border/beautify_simple-border'
Querying plug-in: '/home/USER/.config/GIMP/3.0/plug-ins/beautify_rip-border/beautify_rip-border'
Querying plug-in: '/home/USER/.config/GIMP/3.0/plug-ins/beautify_beautify/beautify_beautify'
...


Attachments:
20250201-104713.jpg
20250201-104713.jpg [ 929.77 KiB | Viewed 18527 times ]
20250201-104905.jpg
20250201-104905.jpg [ 256.57 KiB | Viewed 18527 times ]
20250201-104941.jpg
20250201-104941.jpg [ 283.16 KiB | Viewed 18527 times ]
Top
 Post subject: Re: Beautify Plug-ins for GIMP 3.0 RC2
PostPosted: Sat Feb 01, 2025 2:04 pm  (#3) 
Offline
New Member

Joined: Feb 01, 2025
Posts: 3
I suppose this is the bug with simple-border that you were referring to. Hopefully it can be fixed.


Attachments:
20250201-105024.jpg
20250201-105024.jpg [ 192.24 KiB | Viewed 18526 times ]
20250201-105031.jpg
20250201-105031.jpg [ 210.56 KiB | Viewed 18526 times ]
Top
 Post subject: Re: Beautify Plug-ins for GIMP 3.0 RC2
PostPosted: Sat Feb 01, 2025 3:41 pm  (#4) 
Offline
GimpChat Member

Joined: Apr 11, 2024
Posts: 298
Hi mojo_lo,
may I ask you to upload your linux compiled files here?
Would be really great.


Top
 Post subject: Re: Beautify Plug-ins for GIMP 3.0 RC2
PostPosted: Sat Feb 01, 2025 7:13 pm  (#5) 
Offline
New Member

Joined: Feb 01, 2025
Posts: 3
Sure, the file's too large to upload directly to gimpchat and I can't post direct links as a new user, so just replace the two <dot>'s in the link below with .

1. Extract the contents of the .gz archive into your /home/<USER>/.config/GIMP/3.0/plug-ins/ folder (each binary should be in its own folder).

There are 5 binaries:

beautify_beautify
beautify_rip-border
beautify_simple-border
beautify_skin-whitening
beautify_texture-border

WARNING: the beautify_simple-border plug-in is just for reference. It doesn't work as discussed above.


DOWNLOAD LINK
https://www<dot>dropbox<dot>com/scl/fi/pkaccca6twh1elu39xgyt/beautify-gimp300RC2-ubuntu_noble_24.04.tar.gz?rlkey=i1iri8gloz8sk8zta7t92w2w4&st=gl30xdfw&dl=0

2. Get the extra rip-border and texture-border textures from JamesH's beautify-master.zip above. They are in the beautify-master/textures/ folder.

Place them in your /home/<USER>/.config/GIMP/3.0/ folder

Your final directory structure should look like this:

/home/<USER>/.config/GIMP/3.0/
│   ...
├── plug-ins
│   │   ...
│   ├── beautify_beautify
│   │   └── beautify_beautify
│   ├── beautify_rip-border
│   │   └── beautify_rip-border
│   ├── beautify_simple-border
│   │   └── beautify_simple-border
│   ├── beautify_skin-whitening
│   │   └── beautify_skin-whitening
│   ├── beautify_texture-border
│   │   └── beautify_texture-border
│   │   ...
│   ...
├── rip-border
│   ├── art
│   │   ├── 14757.jpg
│   │   │   ...
│   │   └── 201106.jpg
│   ├── border
│   │   ├── 111601.jpg
│   │   │   ...
│   │   └── 201185.jpg
│   ├── flowers
│   │   ├── 12094.jpg
│   │   │   ...
│   │   └── 15625.jpg
│   ├── lights
│   │   ├── 14776.jpg
│   │   ├── 14777.jpg
│   │   └── 14778.jpg
│   ├── others
│   │   ├── 12356.jpg
│   │   │   ...
│   │   └── 201301.jpg
│   └── stars
│       ├── 12792.jpg
│   │   │   ...
│       └── 15620.jpg
│   ...
├── texture-border
│   ├── art
│   │   ├── 12841.jpg
│   │   │   ...
│   │   └── 200835.jpg
│   ├── cloth
│   │   ├── 13027.jpg
│   │   │   ...
│   │   └── 201367.jpg
│   ├── grid
│   │   ├── 114547.jpg
│   │   │   ...
│   │   └── 200622.jpg
│   ├── other
│   │   ├── 12846.jpg
│   │   │   ...
│   │   └── 200286.jpg
│   ├── paper
│   │   ├── 114548.jpg
│   │   │   ...
│   │   └── 201122.jpg
│   ├── texture
│   │   ├── 114860.jpg
│   │   │   ...
│   │   └── 200153.jpg
│   └── wall
│       ├── 13049.jpg
│       │   ...
│       └── 200542.jpg
│   ...
└── ...


Top
 Post subject: Re: Beautify Plug-ins for GIMP 3.0 RC2
PostPosted: Sun Feb 02, 2025 3:15 am  (#6) 
Offline
GimpChat Member

Joined: Apr 11, 2024
Posts: 298
Thank you!


Top
 Post subject: Re: Beautify Plug-ins for GIMP 3.0 RC2
PostPosted: Wed Feb 19, 2025 12:20 am  (#7) 
Offline
GimpChat Member
User avatar

Joined: Apr 25, 2011
Posts: 121
Location: Taiwan
simple-border already include

_________________
Sorry for my poor English, I use Google Translate.
There may be something wrong, Please understand.

GIMP 2.10.38 rev1 portable+GAP+G'MIC+nufraw+Beautify+MathMap+...


Top
 Post subject: Re: Beautify Plug-ins for GIMP 3.0 RC2(include simple-border)
PostPosted: Wed Feb 19, 2025 3:29 am  (#8) 
Offline
GimpChat Member

Joined: Apr 11, 2024
Posts: 298
Did you manage to get simpleborder fixed?


Top
 Post subject: Re: Beautify Plug-ins for GIMP 3.0 RC2(include simple-border)
PostPosted: Thu Feb 20, 2025 2:21 am  (#9) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16037
quietreader wrote:
Did you manage to get simpleborder fixed?

Seems to be working fine in Gimp-3.0-RC3 +GIT

Image

_________________
Image


Top
 Post subject: Re: Beautify Plug-ins for GIMP 3.0 RC2(include simple-border)
PostPosted: Thu Feb 20, 2025 5:38 am  (#10) 
Offline
GimpChat Member

Joined: Apr 11, 2024
Posts: 298
It's still broken for me :-(
(Linux Mint 20.2 MATE, GIMP 3.0.0-RC3+git, git-describe: 626af99)


Top
 Post subject: Re: Beautify Plug-ins for GIMP 3.0 RC2(include simple-border)
PostPosted: Thu Feb 20, 2025 7:12 am  (#11) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2639
Location: Poland
:bigthup

:keybdtype
Image

_________________
Image


Top
 Post subject: Re: Beautify Plug-ins for GIMP 3.0 RC2(include simple-border)
PostPosted: Thu Mar 20, 2025 7:34 pm  (#12) 
Offline
GimpChat Member
User avatar

Joined: Jul 06, 2013
Posts: 2661
Location: California
On a Windows system, where does Beautify3.0 go? I ask because when I look at where GIMP 3.0 is installed on my Windows 10 system, I do not see this: home/<USER>/.config/GIMP/3.0/ folder .


Top
 Post subject: Re: Beautify Plug-ins for GIMP 3.0 RC2(include simple-border)
PostPosted: Sun Mar 23, 2025 1:52 am  (#13) 
Offline
GimpChat Member
User avatar

Joined: Apr 25, 2011
Posts: 121
Location: Taiwan
mackenzieh wrote:
On a Windows system, where does Beautify3.0 go? I ask because when I look at where GIMP 3.0 is installed on my Windows 10 system, I do not see this: home/<USER>/.config/GIMP/3.0/ folder .


C:\Users\<USER>\AppData\Roaming\GIMP\3.0\plug-ins

_________________
Sorry for my poor English, I use Google Translate.
There may be something wrong, Please understand.

GIMP 2.10.38 rev1 portable+GAP+G'MIC+nufraw+Beautify+MathMap+...


Top
 Post subject: Re: Beautify Plug-ins for GIMP 3.0 RC2(include simple-border)
PostPosted: Sun Mar 23, 2025 11:44 am  (#14) 
Offline
GimpChat Member
User avatar

Joined: Jul 06, 2013
Posts: 2661
Location: California
JamesH wrote:
mackenzieh wrote:
On a Windows system, where does Beautify3.0 go? I ask because when I look at where GIMP 3.0 is installed on my Windows 10 system, I do not see this: home/<USER>/.config/GIMP/3.0/ folder .


C:\Users\<USER>\AppData\Roaming\GIMP\3.0\plug-ins


Thank you, JamesH. Is that folder also the same folder that there beautify_beautify folder goes?


Top
 Post subject: Re: Beautify Plug-ins for GIMP 3.0 RC2(include simple-border)
PostPosted: Sun Mar 23, 2025 3:04 pm  (#15) 
Offline
GimpChat Member
User avatar

Joined: Jul 06, 2013
Posts: 2661
Location: California
I installed Beautify3.0 on GIMP 3.0, here: C:\Users\<USER>\AppData\Roaming\GIMP\3.0\plug-ins

I open GIMP up and I do not see it under the filters tab. What am I doing wrong? Is there something that I am missing in order for Beautify 3.0 to appear in my Windows system when I load gimp 3.0? GIMP 3.0 also picked up and loaded G'MIC, and Resynthesizer just fine. I'd like some help with this please. Also when GIMP 3.0 loads it picks up a file known as Babl Fishes. Can someone explain that?

This is what the placement of Beautify3.0 looks like in my Windows 10 system:
Image

This is what I see when GIMP 3.0 is up and running on my system:
Image

Thanks,

Mackenzie


Top
 Post subject: Re: Beautify Plug-ins for GIMP 3.0 RC2(include simple-border)
PostPosted: Sun Mar 23, 2025 8:40 pm  (#16) 
Offline
GimpChat Member
User avatar

Joined: Apr 25, 2011
Posts: 121
Location: Taiwan
mackenzieh wrote:
I installed Beautify3.0 on GIMP 3.0, here: C:\Users\<USER>\AppData\Roaming\GIMP\3.0\plug-ins

I open GIMP up and I do not see it under the filters tab. What am I doing wrong? Is there something that I am missing in order for Beautify 3.0 to appear in my Windows system when I load gimp 3.0? GIMP 3.0 also picked up and loaded G'MIC, and Resynthesizer just fine. I'd like some help with this please. Also when GIMP 3.0 loads it picks up a file known as Babl Fishes. Can someone explain that?

This is what the placement of Beautify3.0 looks like in my Windows 10 system:
[ Image ]

This is what I see when GIMP 3.0 is up and running on my system:
[ Image ]

Thanks,

Mackenzie


Sorry, My bad, I forgot there is other folders in zip file
It should unzip to the C:\Users\<User>\AppData\Roaming\GIMP\3.0 folder
Image

_________________
Sorry for my poor English, I use Google Translate.
There may be something wrong, Please understand.

GIMP 2.10.38 rev1 portable+GAP+G'MIC+nufraw+Beautify+MathMap+...


Top
 Post subject: Re: Beautify Plug-ins for GIMP 3.0 RC2(include simple-border)
PostPosted: Sun Mar 23, 2025 8:52 pm  (#17) 
Offline
GimpChat Member
User avatar

Joined: Jul 06, 2013
Posts: 2661
Location: California
JamesH wrote:
mackenzieh wrote:
I installed Beautify3.0 on GIMP 3.0, here: C:\Users\<USER>\AppData\Roaming\GIMP\3.0\plug-ins

I open GIMP up and I do not see it under the filters tab. What am I doing wrong? Is there something that I am missing in order for Beautify 3.0 to appear in my Windows system when I load gimp 3.0? GIMP 3.0 also picked up and loaded G'MIC, and Resynthesizer just fine. I'd like some help with this please. Also when GIMP 3.0 loads it picks up a file known as Babl Fishes. Can someone explain that?

This is what the placement of Beautify3.0 looks like in my Windows 10 system:
[ Image ]

This is what I see when GIMP 3.0 is up and running on my system:
[ Image ]

Thanks,

Mackenzie


Sorry, My bad, I forgot there is other folders in zip file
It should unzip to the C:\Users\<User>\AppData\Roaming\GIMP\3.0 folder
[ Image ]


That's okay. I finally figured it out. On the Windows 10/11 systems Beautify 3.0 goes here:C:\Users\<User>\AppData\Roaming\GIMP\3.0 folder/plug-ins

All of them go there including rip and texture borders.


Top
 Post subject: Re: Beautify Plug-ins for GIMP 3.0 RC2(include simple-border)
PostPosted: Sun Jan 04, 2026 2:48 pm  (#18) 
Offline
New Member

Joined: Jan 04, 2026
Posts: 1
Hi

I am having the same problem installing this plug-in on Windows 11 as Mackenzie was on Windows 10. After saving the folders and files downloaded at the location "C:\Users\<USER>\AppData\Roaming\GIMP\3.0\plug-ins\Beautify3.0" no Beatify plug-in appears as an available filter. The G'Mic filter does appear. The folders with binary files being saved in folders with the same name being:

beautify_beautify
beautify_rip-border
beautify_simple-border
beautify_skin-whitening
beautify_texture-border

Is anyone any to help.

Thanks


Top
 Post subject: Re: Beautify Plug-ins for GIMP 3.0 RC2(include simple-border)
PostPosted: Thu Jan 15, 2026 7:45 pm  (#19) 
Offline
GimpChat Member
User avatar

Joined: Jul 06, 2013
Posts: 2661
Location: California
GOGGS wrote:
Hi

I am having the same problem installing this plug-in on Windows 11 as Mackenzie was on Windows 10. After saving the folders and files downloaded at the location "C:\Users\<USER>\AppData\Roaming\GIMP\3.0\plug-ins\Beautify3.0" no Beatify plug-in appears as an available filter. The G'Mic filter does appear. The folders with binary files being saved in folders with the same name being:

beautify_beautify
beautify_rip-border
beautify_simple-border
beautify_skin-whitening
beautify_texture-border

Is anyone any to hel
Thanks


Hi,

Here's where they go: On the Windows 10/11 systems Beautify 3.0 goes here:C:\Users\<User>\AppData\Roaming\GIMP\3.0 folder/plug-ins

All of them go there including rip and texture borders.

It should work once you place the folders into the plug-ins folder and then start up gimp, or restart it. I hope this helps. :)


Top
Post new topic Reply to topic  [ 19 posts ] 

All times are UTC - 5 hours [ DST ]



* Login  



Powered by phpBB3 © phpBB Group