| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 5,304
» Latest member: Jon
» Forum threads: 7,906
» Forum posts: 42,895
Full Statistics
|
| Latest Threads |
Why is the Move tool movi...
Forum: Tutorials and tips
Last Post: rich2005
5 hours ago
» Replies: 3
» Views: 5,789
|
Welcome Screen Colour The...
Forum: Windows
Last Post: Jon
Today, 12:42 AM
» Replies: 0
» Views: 81
|
Batcher - Batch Image Pro...
Forum: Extending the GIMP
Last Post: rich2005
Yesterday, 04:24 PM
» Replies: 11
» Views: 17,470
|
arakne path shapes
Forum: Extending the GIMP
Last Post: rich2005
Yesterday, 08:13 AM
» Replies: 8
» Views: 1,866
|
GIMP 3.2.x
Forum: General questions
Last Post: rich2005
Yesterday, 07:43 AM
» Replies: 5
» Views: 377
|
question about "Batch Ima...
Forum: General questions
Last Post: vebe67
05-23-2026, 06:32 AM
» Replies: 2
» Views: 241
|
chemin - path
Forum: General questions
Last Post: ApacheBlue
05-22-2026, 02:13 PM
» Replies: 7
» Views: 590
|
All projects are LOCKED
Forum: General questions
Last Post: sallyanne
05-22-2026, 10:41 AM
» Replies: 1
» Views: 183
|
Setting a default directo...
Forum: Tutorials and tips
Last Post: merlilderman
05-21-2026, 02:57 PM
» Replies: 1
» Views: 2,223
|
Switch tools from Text to...
Forum: General questions
Last Post: Ulodesk
05-18-2026, 10:05 PM
» Replies: 2
» Views: 421
|
|
|
| Tool Preset Tagging Problem |
|
Posted by: JackAttack - 08-27-2017, 09:46 PM - Forum: General questions
- Replies (8)
|
 |
Hi!
I am having a problem with tagging tool preset. Let's say I have two brushes (Sketch Pencil, and Oil Brush) that are not related or even next to another in the tool preset window. Now, let's say I want to tag Oil Brush with a new tag, painting. I click on the Oil Brush Preset, and type painting into the tag window, then press Enter. Now that tag appears in the tag box. Then, if I filter my presets by "painting", instead of Oil Brush showing up, Sketch Pencil shows up. If I click on sketch pencil, "painting" does not show up in the tag box, but it does show up in the Oil Brush tag box. What is going on?
Thanks for all your help in advance!
|
|
|
| Gimp on go slow |
|
Posted by: sallyanne - 08-26-2017, 11:17 AM - Forum: General questions
- Replies (12)
|
 |
For a while my browser has been crashing on me or 'not responding' but eventually it did. I think I have fixed that now by resetting the browser but now Gimp is doing something very similar. Nearly every-time I run a filter within gimp (It doesn't seem to happen with GMIC) the status bar at the bottom doesn't complete. Sometimes the operations complete and often they do not.
I don't have a screensaver running on my computer so that is not using up room. I have only used about half my storage too - over 200GB is left on it. Surely I don't use 200 hundred GB to browse the net? My question would be - what do you think the problem is?
I am using a relatively new gimp 2.8.22
Am afraid to add any more scripts now incase my pc cannot handle it.
My OS is Windows 10 Home 32 bit
|
|
|
| Offset image |
|
Posted by: grit - 08-25-2017, 10:52 PM - Forum: General questions
- Replies (6)
|
 |
I have 256*256 image.
I would like to offset it in a way that Gimp creates 512*512 canvas with 4 images (256*256) offseted.
|
|
|
| [Solved] How to modify this script-fu? |
|
Posted by: boolbilam - 08-24-2017, 07:30 AM - Forum: Extending the GIMP
- Replies (2)
|
 |
Hi,
I use this script:
Code:
((define (script-fu-logo inImage inLogo )
(let*
(
(calque (car (gimp-file-load-layer 1 inImage inLogo)))
)
(gimp-image-add-layer inImage calque 0)
(gimp-image-flatten inImage)
) ; fin let*
) ; fin define
(script-fu-register "script-fu-logo"; name
"<Image>/MyScripts/logo" ; position in menu
"test script"; commentary
""; author
"" ;
"" ;date
"" ;
SF-IMAGE "inImage" 0
SF-FILENAME "inLogo" (string-append "" gimp-data-dir "/scripts/images/logo.png")
)
I wish that this script only use the logo.png, without asking it.
Do you know how to do that ?
|
|
|
|