Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 4,789
» Latest member: Ttrevor
» Forum threads: 7,598
» Forum posts: 41,408
Full Statistics
|
Latest Threads |
files missing after insta...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: denzjos
Yesterday, 03:58 PM
» Replies: 4
» Views: 411
|
Simplifying a path
Forum: Extending the GIMP
Last Post: Infinimitsu
Yesterday, 01:34 PM
» Replies: 39
» Views: 35,202
|
Is there any version wher...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: HavingTooMuchFun
Yesterday, 08:24 AM
» Replies: 2
» Views: 561
|
.pcd files issue?
Forum: OSX
Last Post: rich2005
Yesterday, 07:49 AM
» Replies: 1
» Views: 253
|
How do I uninstall GIMP 3...
Forum: Linux and other Unixen
Last Post: Ofnuts
09-15-2025, 07:02 AM
» Replies: 1
» Views: 392
|
AI Gimp Plugins
Forum: Watercooler
Last Post: merlilderman
09-14-2025, 04:16 PM
» Replies: 21
» Views: 69,066
|
How to make a watermark o...
Forum: General questions
Last Post: kyolim
09-13-2025, 10:05 PM
» Replies: 5
» Views: 14,535
|
Linux command that does e...
Forum: Other graphics software
Last Post: rich2005
09-13-2025, 06:06 PM
» Replies: 1
» Views: 770
|
reliable Gimp 2.10.38 dow...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: denzjos
09-13-2025, 05:20 PM
» Replies: 2
» Views: 685
|
Batch Color Saturation
Forum: Extending the GIMP
Last Post: rich2005
09-13-2025, 07:53 AM
» Replies: 15
» Views: 12,379
|
|
|
AI plugin GIMP-ML install with GIMP portable[Win7,8,10) |
Posted by: autobot - 09-17-2023, 12:29 PM - Forum: Extending the GIMP
- Replies (3)
|
 |
Hello there.
I recently found this plugin:
https://github.com/kritiksoman/GIMP-ML
But I'm not sure how to install it.
I'm using GIMP 2.10 portableapps version, which I copy sometimes to different PCs (home, work, friends, family etc.)
And I'd like this plugin to also be portable.
Also I run my GIMP portable install on different systems (WIn7, Win8, Win10).
I found also different version, that has more detailed instruction for Windows:
https://github.com/valgur/GIMP-ML-Hub
But it's also not I want. Because it require using powershell and installng something called Miniconda (admin rights?)
I'd like fully portable install on USB stick that uses only relative paths (ability to copy to C:\GIMP which is SSD for faster work or D:\Programs\GIMP or something)
Regards
|
|
|
how to PERMANENTLY disable "recently used" |
Posted by: denno - 09-17-2023, 03:35 AM - Forum: Windows
- Replies (2)
|
 |
What it says!
I have turned up a 2015 thread on emptying the recently used list; but it fills up again.
I'd like the program not to keep that list at all. Also seems the list on the side of the working screen and the list that is a category under "open" in the "file" drop-down are separate things, programmatically.
TIA
|
|
|
Remembering a series of color adjustments |
Posted by: zeuspaul - 09-15-2023, 07:14 AM - Forum: General questions
- Replies (2)
|
 |
Is there a way to remember a series of color adjustments? If I have a bunch of like images is there a way to apply the same adjustments to all? If I adjust contrast, saturation, sharpness and curves to one image is there a way to apply the same adjustments to all? I know I can select previous on an individual basis but I have to do that one by one.
Is this something that can be done with a script? or ? Can Gimp be programed to execute contrast/previous, saturation/ previous, curves/previous sharpness/previous such that one command is executed for the group of adjustments?
|
|
|
Free select tool |
Posted by: silverbirch2003 - 09-14-2023, 05:52 PM - Forum: General questions
- Replies (13)
|
 |
was using it... started at the top of head and worked way down... reached the thigh and the dots suddenly connected
started again... got a little further but same thing happened
wasted a lot of time .
went on to the scissors and got the job done... but sometimes the line
gets a little bit wavey .... !
Just wondering is there any way I could adjust the free select tool
to make it more stable ?
thanks for help or comment .
|
|
|
can't use ctrl + alt + scroll wheel to change brush size |
Posted by: akirapink - 09-13-2023, 04:20 PM - Forum: Gimp 2.99 & Gimp 3.0
- Replies (10)
|
 |
i recently had to reinstall linux mint, and upon reinstalling GIMP 2.99, i discover that i can't use these keyboard? shortcuts anymore
and i can't assign them either, because the scroll wheel doesn't count as a key
what do i do to get those back?
the shortcuts in question being:
- ctrl + alt + scroll wheel: change brush size
- alt + scroll wheel: change brush opacity
|
|
|
Drawing line in Script-Fu |
Posted by: Strzegol - 09-13-2023, 12:25 AM - Forum: Scripting questions
- Replies (5)
|
 |
Hello. Still another newbie question. Why this script don't work? (GIMP 2.99 but this is so basic stuff that this should don't matter)
EDIT: I checked documentations for hours and also mined examples shipped with GIMP but there are no examples that use gimp-paintbrush-default and oddly I don't found anything in documentation about creation of scripts that draw something on existing images despite this kind of scripts seems to be most common)
EDIT: It should draw line from cornet to pixel at x=100 y=100 using current brush.
Code:
(define (script-fu-linedraw drawable orientation)
(gimp-paintbrush-default drawable 2 #(0 0 100 100))
)
(script-fu-register
"script-fu-linedraw"
"Linedraw"
"Try draw a line in GIMP"
"Strzegol"
"copyright 2023 Strzegol"
"September 12,2023"
""
SF-DRAWABLE "Drawable" 0
)
(script-fu-menu-register "script-fu-linedraw"
"<Image>/Tools")
Second stuff: Why refreshing scripts remove them from menu?
|
|
|
|