Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 4,794
» Latest member: Lilidala
» Forum threads: 7,601
» Forum posts: 41,420
Full Statistics
|
Latest Threads |
ora format... it really w...
Forum: General questions
Last Post: mrkid
9 hours ago
» Replies: 3
» Views: 189
|
.pcd files issue?
Forum: OSX
Last Post: T1-Survivor
10 hours ago
» Replies: 3
» Views: 406
|
cannot find plu-gins in g...
Forum: General questions
Last Post: rich2005
Yesterday, 05:21 PM
» Replies: 1
» Views: 124
|
Simplifying a path
Forum: Extending the GIMP
Last Post: Ofnuts
Yesterday, 03:17 PM
» Replies: 40
» Views: 35,408
|
"Gimp 2.99 & Gimp 3.0" fo...
Forum: Gimp-Forum.net
Last Post: Ofnuts
Yesterday, 03:12 PM
» Replies: 0
» Views: 151
|
Coincidence or not, that ...
Forum: Watercooler
Last Post: Krikor
Yesterday, 12:57 PM
» Replies: 2
» Views: 1,181
|
How do you make text circ...
Forum: General questions
Last Post: Krikor
Yesterday, 12:40 PM
» Replies: 13
» Views: 3,817
|
files missing after insta...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: denzjos
09-16-2025, 03:58 PM
» Replies: 4
» Views: 533
|
Is there any version wher...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: HavingTooMuchFun
09-16-2025, 08:24 AM
» Replies: 2
» Views: 647
|
How do I uninstall GIMP 3...
Forum: Linux and other Unixen
Last Post: Ofnuts
09-15-2025, 07:02 AM
» Replies: 1
» Views: 459
|
|
|
GIMP V2.10.18 |
Posted by: BRIANH - 03-28-2020, 06:17 PM - Forum: General questions
- Replies (5)
|
 |
I'm a new user and am still learning how to navigate the various options etc. I have noticed that when I am adding text the default is Sans Serif 62 px. This is
huge and forces me to adjust the text size every time I use GIMP and edit / add text. Could someone please let me know how I can change the default font and size.
thanks Brian
|
|
|
New plugin: Lissajous |
Posted by: Ottia Tuota - 03-28-2020, 04:11 PM - Forum: Extending the GIMP
- No Replies
|
 |
New plugin to draw Lissajous curves (as approximate Bezier curves with sparse control point sets). Should work well if you do not push it too hard.
To get the plugin, go to
http://kmarkku.arkku.net/
follow the link 'Applications', and click the correct Download button there. That gives you a .zip file. Unzip it, put the .py file into your Gimp's plug-ins folder, and restart Gimp. The plugin 'Lissajous' will be in
Filters/Render/Parametric curves/Special cases
If there are any problems, please tell me.
This is probably the last plugin from me in this series for some time. I have no new ideas about curves to implement, and I am going now to another long project. But if you have some good suggestions, I'd love to here them.
Anyhow, these plugins should show that my general plugin Parametric curves can be useful, though admittedly it is difficult. It does have its own quirks, and I made small improvements in the code when developing Lissajous and the others. Perhaps I shall make an update when I have some spare time.
---------------------------------------------
Edit: Corrected the path
|
|
|
Group selected layers? |
Posted by: carmen - 03-27-2020, 04:25 PM - Forum: Extending the GIMP
- Replies (2)
|
 |
Quick question:
Is there a way to put selected (linked) layers into a new group, or move them into an existing one?
I seem to remember some plug-in like that working in 2.8 and getting disabled in 2.10...
If there isn't anything avaible, I dare say it wouldn't above my beginner level to provide one--but I shy from re-inventing the wheel...
|
|
|
Editing text in a photo |
Posted by: BRIANH - 03-26-2020, 09:29 PM - Forum: General questions
- Replies (1)
|
 |
I have a DELL pc and my O/S is Windows 10 Pro / Ver 1903
.
I am using PAINT 3D to try and move just the text in a photo. When I create a text box around the text and drag it, it moves the text and the background as well which leaves a white box where it used to be... I haven't been able to find a way around this... Any tips / advice would be appreciated...I received a suggestion that perhaps I should use GIMP. I have no knowledge of this app and I guess my major Q is: will it allow me to open an existing photo and edit / add / delete text? If this cannot be done then I really have no immediate use of this app..
As far as I can determine the version I'll be downloading is 2.10.18.
thanks
|
|
|
Python 2 support |
Posted by: akovia - 03-26-2020, 02:30 PM - Forum: General questions
- Replies (10)
|
 |
When I recently updated to 2.10.18-4, Heal Selection stopped working. I'm sure quite a few other plugins were broken as well, but I stopped and rolled back to 2.10.18-2 as I was in the middle of a project.
Today I was trying to see if anyone else had problems after this recent update and couldn't find anything. After installing it again, I realized I had missed a message during installation.
Code:
(1/3) upgrading gimp
> The python2 plugin support is disabled, you will need to install this
> separately if you need it, e.g. the python2-gimp package in the AUR.
Of course I then tried to install this package.
Code:
$ yay python2-gimp
1 aur/python2-gimp 2.10.18-1 (+2 1.76%) (Orphaned)
It appears to be orphaned and indeed the download failed. I figured out that download.gimp.org was offline and used a mirror instead. After building and installing this package, everything is back up and working.
So my question is if anyone else is having these issues, or is this just an Arch Linux issue right now?
Is there a discussion somewhere on the future of python2 dependencies and converting old plugins to python3?
|
|
|
|