Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
Is there any version wher...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: HavingTooMuchFun
4 hours ago
» Replies: 2
» Views: 406
|
files missing after insta...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: rich2005
5 hours ago
» Replies: 3
» Views: 230
|
.pcd files issue?
Forum: OSX
Last Post: rich2005
5 hours ago
» Replies: 1
» Views: 81
|
How do I uninstall GIMP 3...
Forum: Linux and other Unixen
Last Post: Ofnuts
Yesterday, 07:02 AM
» Replies: 1
» Views: 272
|
AI Gimp Plugins
Forum: Watercooler
Last Post: merlilderman
09-14-2025, 04:16 PM
» Replies: 21
» Views: 68,699
|
How to make a watermark o...
Forum: General questions
Last Post: kyolim
09-13-2025, 10:05 PM
» Replies: 5
» Views: 14,368
|
Linux command that does e...
Forum: Other graphics software
Last Post: rich2005
09-13-2025, 06:06 PM
» Replies: 1
» Views: 646
|
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: 534
|
Batch Color Saturation
Forum: Extending the GIMP
Last Post: rich2005
09-13-2025, 07:53 AM
» Replies: 15
» Views: 12,237
|
Photo play-time
Forum: Gallery
Last Post: Ofnuts
09-13-2025, 07:32 AM
» Replies: 24
» Views: 22,049
|
|
|
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 ?
|
|
|
|