It is currently Thu Jul 30, 2026 9:57 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 270 posts ]  Go to page Previous  1 ... 4, 5, 6, 7, 8, 9, 10 ... 14  Next
Author Message
 Post subject: Re: Beautify Plug-in
PostPosted: Sat Jan 13, 2018 3:23 am  (#121) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2646
Location: Poland
Text font select for Gimp 2.9_Win_32bit.

It is also part of Beautify - authorship Jian He (hejiann).
This plugin only can process text layer.
In GIMP menu: Filters -> Text -> Text font select...


Attachments:
TFS-299.png
TFS-299.png [ 456.99 KiB | Viewed 3793 times ]
Text-font-select_Win_32bit.zip [9.34 KiB]
Downloaded 222 times

_________________
Image
Top
 Post subject: Re: Beautify Plug-in
PostPosted: Wed May 02, 2018 9:06 pm  (#122) 
Offline
GimpChat Member
User avatar

Joined: Jul 06, 2013
Posts: 2662
Location: California
Since Gimp has updated to 2.10, does beautify still work?


Top
 Post subject: Re: Beautify Plug-in
PostPosted: Wed May 02, 2018 11:29 pm  (#123) 
Offline
GimpChat Member

Joined: May 12, 2015
Posts: 4693
I just tried Beautify in Samj's portable 2.10. It worked fine. I will now see if Image Shine works with it in 2.10.

Worked on Image Shine Alpha. See image posted. Worked fine, but kept getting errors that values out of range and left undo in bad state. I had chosen keep layers, and when checked them, everything had worked. Not sure why kept getting errors. Maybe one of our script coders can figure it out. Maybe it is not completely compatible.

I was not trying to do a complete image, just playing to see if the script would work.
Attachment:
Image shine  alpha.vase.2.10.jpeg
Image shine alpha.vase.2.10.jpeg [ 258.93 KiB | Viewed 3714 times ]


Top
 Post subject: Re: Beautify Plug-in
PostPosted: Thu May 03, 2018 1:21 am  (#124) 
Offline
GimpChat Member
User avatar

Joined: Jul 06, 2013
Posts: 2662
Location: California
I have Beautify downloaded. I'm just not sure where it goes when installing it to gimp in windows 10.


Top
 Post subject: Re: Beautify Plug-in
PostPosted: Thu May 10, 2018 6:04 pm  (#125) 
Offline
GimpChat Member

Joined: May 12, 2015
Posts: 4693
The 4 .exe or application files go in your plug-in folder. The other folders go in the same level directory as the plug in folder. If you put in the Alpha Shine, it goes in your user .scm folder.
Which operating system do you have? Are you using the regular or a portable version of 2.10 as where you place your folders is a bit different.


Top
 Post subject: Re: Beautify Plug-in
PostPosted: Fri May 11, 2018 6:50 am  (#126) 
Offline
GimpChat Member
User avatar

Joined: May 10, 2013
Posts: 1430
Location: FInland
Gimp 2.10 user folder location has changed from 2.8
You have to enable 'show hidden files and folders' in folder options.
The path is C:/Users/yourname/AppData/Roaming/GIMP/2.10. You can always see it from the File/preferences/folders inside Gimp.
If you are using portable by Partha or Samj it's obviously somewhere in the extracted application folder.


Top
 Post subject: Re: Beautify Plug-in
PostPosted: Sun May 20, 2018 2:17 pm  (#127) 
Offline
GimpChat Member
User avatar

Joined: Jul 06, 2013
Posts: 2662
Location: California
Pat625 wrote:
The 4 .exe or application files go in your plug-in folder. The other folders go in the same level directory as the plug in folder. If you put in the Alpha Shine, it goes in your user .scm folder.
Which operating system do you have? Are you using the regular or a portable version of 2.10 as where you place your folders is a bit different.


I downloaded the regular version. I have Windows 10..64Bit


Top
 Post subject: Re: Beautify Plug-in
PostPosted: Sun Sep 09, 2018 11:08 pm  (#128) 
Offline
GimpChat Member

Joined: Sep 09, 2018
Posts: 7
Hi there... I am a new member...
I need some help with beautify...
First my machine details... I use
ubuntu 18.04.1
Gimp version 2.10.6

I choose to install gimp from this PPA ppa:otto-kesselgulasch/gimp
Gimp works perfect but I am not able to install beautify plugin and I have been trying hard but nothing seems to work.

I will tell you what have been my last action and perhaps someone could tell me what I am doing wrong... Thanks in advance...

I download beautify from here... "github /hejiann/beautify" and I place it in my home folder, it is named beautify-master I open it into a terminal and try to make but although I have libgimp2.0-dev in its latest version I receive this output...

~/beautify-master$ make
gcc `gimptool-2.0 --cflags` -c beautify.c -o beautify.o
Package gegl-0.4 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gegl-0.4.pc'
to the PKG_CONFIG_PATH environment variable
Package 'gegl-0.4', required by 'gimp-2.0', not found
No output from 'pkg-config --cflags gimpui-2.0'
beautify.c:18:10: fatal error: libgimp/gimp.h: No such file or directory
#include <libgimp/gimp.h>
^~~~~~~~~~~~~~~~
compilation terminated.
Makefile:77: recipe for target 'beautify.o' failed
make: *** [beautify.o] Error 1

I hope someone could tell me the right way to install beautify... thank you.


Top
 Post subject: Re: Beautify Plug-in
PostPosted: Mon Sep 10, 2018 12:18 am  (#129) 
Offline
GimpChat Member

Joined: Sep 09, 2018
Posts: 7
I've opened an issue in the beautify git hub page if someone answer me I let you know, thanks...


Top
 Post subject: Re: Beautify Plug-in
PostPosted: Mon Sep 10, 2018 3:16 am  (#130) 
Offline
GimpChat Member

Joined: Mar 04, 2011
Posts: 2610
From the error message you need libgegl-dev installed, something like this https://i.imgur.com/6994pta.jpg and possibly other dev files as well. I would start off with a export LDFLAGS="$LDFLAGS -lm" (that is lower case LM) before make

The code for the plugin(s) has not changed since about 2012, I just can not see it being updated for Gimp 2.10 The question has been asked before.

However it does compile, with plenty of warnings about deprecated procedures and largely works.

Just compiled in (k)ubuntu 18.04, get a zip with the files from my storage - about 40 MB with all those borders & effects.

https://my.pcloud.com/publink/show?code ... aH4H68dXn7

EDIT: some of the extra border jpg files were missing from the compilation. Added those and updated the zip. Now about 50 MB.

The 4 plugins go in ~/.config/GIMP/2.10/plug-ins The 4 folders go in ~/.config/GIMP/2.10 (along with all the other folders)

What does not work - the simple border, the changes to the Gimp 2.10 clipboard cause an error.

If a simple border is needed there are other ways. Use an edge mask. Easy to apply with a couple of simple scripts and some greyscale images. You could adapt those beautify border pngs to edge masks.

Details of that are here: https://www.gimp-forum.net/Thread-Easy-Edge-Masks


Top
 Post subject: Re: Beautify Plug-in
PostPosted: Mon Sep 10, 2018 8:57 am  (#131) 
Offline
GimpChat Member

Joined: Sep 09, 2018
Posts: 7
I've download your folders but it didn't compile...
Sorry But I am not able to make it work...
But you were right, I hadn't installed libgegl-dev, I have it now but it doesn't work...

Thanks anyway...


Top
 Post subject: Re: Beautify Plug-in
PostPosted: Mon Sep 10, 2018 9:01 am  (#132) 
Offline
GimpChat Member

Joined: Mar 04, 2011
Posts: 2610
ft18 wrote:
I've download your folders but it didn't compile...
Sorry But I am not able to make it work...
But you were right, I hadn't installed libgegl-dev, I have it now but it doesn't work...

Thanks anyway...


You do not have to compile anything from the zip I posted. It is already compiled.

Put the 4 plugins in your plugins folder ~/.config/GIMP/2.10/plug-ins check that they are executable. The 4 folders go in ~/.config/GIMP/2.10/

There is a Beautify entry in the Filters menu


Top
 Post subject: Re: Beautify Plug-in
PostPosted: Mon Sep 10, 2018 9:32 am  (#133) 
Offline
GimpChat Member
User avatar

Joined: Sep 27, 2016
Posts: 345
Location: Germany, BW
I got simple border to work by disabling the translation and replacing the clipboard name stuff:
in simple-border.c around line 348 -349
I've changed to
    /* fix gimp_context_set_pattern ("Clipboard") only works on English versions of Gimp */
    //gimp_context_set_pattern ("Clipboard");
    //INIT_I18N ();
    gimp_context_set_pattern ("Clipboard Image");

uncommented INIT_I18N ();
and set Clipboard Image instead of Clipboard

I'm not a c-coder, but it compiled (on Linux Mint 18.3) and works
I'll attach my compiled simple-border here. Goes into your private plug-ins folder. Don't forget to make executable.

_________________
Regards
nelo

(Gimp 2.10 on Linux Mint MATE 20.1)


Top
 Post subject: Re: Beautify Plug-in
PostPosted: Mon Sep 10, 2018 9:49 am  (#134) 
Offline
GimpChat Member

Joined: Sep 09, 2018
Posts: 7
I did it... finally... I was helped by Norbert in ask ubuntu... the key was this...
sudo apt-get install libgimp2.0-dev
and then...
sudo apt-get build-dep gimp

And after this I did it all over again...

use git to clone the files and then compile it...



and then I compiled textures...
and finally all work like a charm... :tyspin


Top
 Post subject: Re: Beautify Plug-in
PostPosted: Mon Sep 10, 2018 9:52 am  (#135) 
Offline
GimpChat Member

Joined: Sep 09, 2018
Posts: 7
I did it but it didn't work thanks anyway... I will keep your folder just in case the new version change all over again... you help me a lot...
rich2005 wrote:
ft18 wrote:
I've download your folders but it didn't compile...
Sorry But I am not able to make it work...
But you were right, I hadn't installed libgegl-dev, I have it now but it doesn't work...

Thanks anyway...


You do not have to compile anything from the zip I posted. It is already compiled.

Put the 4 plugins in your plugins folder ~/.config/GIMP/2.10/plug-ins check that they are executable. The 4 folders go in ~/.config/GIMP/2.10/

There is a Beautify entry in the Filters menu


Top
 Post subject: Re: Beautify Plug-in
PostPosted: Mon Sep 10, 2018 9:56 am  (#136) 
Offline
GimpChat Member

Joined: Sep 09, 2018
Posts: 7
By the way... I am not able to put all what I did because when I try to post it... the sistem tell me that my post looks spammy...

That is a big issue for everyone who want to post something useful... so take it into account for further questions...


Top
 Post subject: Re: Beautify Plug-in
PostPosted: Mon Sep 10, 2018 10:06 am  (#137) 
Offline
GimpChat Member

Joined: Mar 04, 2011
Posts: 2610
nelo wrote:
I got simple border to work by disabling the translation and replacing the clipboard name stuff:
in simple-border.c around line 348 -349
...snip...


That works fine here as well nelo - kubuntu 16.04 Gimp flatpak

The whole thing works in my Desktop PClinuxOS Gimp 2.10.6 which shows how forgiving gimp compiled plugins can be. (Not too sure about that CentOS compiled appimage however ;) )

However, not a plugin which I normally use, so as usual gets consigned to the archive.


Top
 Post subject: Re: Beautify Plug-in
PostPosted: Mon Sep 10, 2018 10:10 am  (#138) 
Offline
GimpChat Member

Joined: Sep 09, 2018
Posts: 7
I put it at work immediately...

Image


Top
 Post subject: Re: Beautify Plug-in
PostPosted: Wed Sep 12, 2018 2:35 pm  (#139) 
Offline
GimpChat Member
User avatar

Joined: Mar 12, 2016
Posts: 198
Location: Illinois, USA
I'm on Windows 10 64 bit and have Gimp 2.10.6 and Samj's Beautify 64 bit plugin.
It works but I'm missing a bunch of tabs like I had in Gimp 2.8.22
Any ideas as to what might be wrong ?
I have all the folders in with the plugins.


Attachments:
Plugin_Folder.JPG
Plugin_Folder.JPG [ 192.69 KiB | Viewed 2952 times ]
Beautify_Tabs.JPG
Beautify_Tabs.JPG [ 112.64 KiB | Viewed 2952 times ]

_________________
Image
Top
 Post subject: Re: Beautify Plug-in
PostPosted: Wed Sep 12, 2018 2:44 pm  (#140) 
Offline
GimpChat Member
User avatar

Joined: Sep 27, 2016
Posts: 345
Location: Germany, BW
Try to put the extra folders directly in your Appdata>Roaming>GIMP 2.10 folder and leave the plugins where you have them.

_________________
Regards
nelo

(Gimp 2.10 on Linux Mint MATE 20.1)


Top
Post new topic Reply to topic  [ 270 posts ]  Go to page Previous  1 ... 4, 5, 6, 7, 8, 9, 10 ... 14  Next

All times are UTC - 5 hours [ DST ]



* Login  



Powered by phpBB3 © phpBB Group