| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 4,796
» Latest member: Miguelcah
» Forum threads: 7,885
» Forum posts: 42,925
Full Statistics
|
| Latest Threads |
Layers disappear from sav...
Forum: General questions
Last Post: ink_stroke
Yesterday, 06:31 PM
» Replies: 4
» Views: 205
|
Welcome Screen Colour The...
Forum: Windows
Last Post: Jon
Yesterday, 03:22 PM
» Replies: 13
» Views: 875
|
Label ERROR in Welcome Sc...
Forum: General questions
Last Post: Jon
Yesterday, 03:04 PM
» Replies: 0
» Views: 79
|
Why doesnt newsprint work...
Forum: General questions
Last Post: Zbyma72age
Yesterday, 11:06 AM
» Replies: 6
» Views: 4,486
|
Gimp 3.2.4 NO Color Theme...
Forum: General questions
Last Post: Jon
06-07-2026, 10:57 PM
» Replies: 0
» Views: 124
|
Gephi - for connected gra...
Forum: Other graphics software
Last Post: rich2005
06-07-2026, 11:58 AM
» Replies: 0
» Views: 123
|
Working with layers - a h...
Forum: General questions
Last Post: sallyanne
06-07-2026, 06:25 AM
» Replies: 7
» Views: 1,363
|
Mousewheel Zoom behavior
Forum: General questions
Last Post: ScanEditor
06-06-2026, 09:30 PM
» Replies: 9
» Views: 536
|
pl_hexgrid for GIMP 3 has...
Forum: Extending the GIMP
Last Post: Scallact
06-05-2026, 02:42 PM
» Replies: 0
» Views: 155
|
75 Unix commands in Windo...
Forum: Watercooler
Last Post: denzjos
06-05-2026, 06:59 AM
» Replies: 0
» Views: 177
|
|
|
| Tablet dynamics off |
|
Posted by: kyosanshugi - 09-22-2022, 02:30 AM - Forum: Windows
- Replies (4)
|
 |
Hello friendly people,
So I was using my Wacom tablet in GIMP 2.10 (Tablet model CTH-460 if that matters) and all the dynamics were working just fine until they just... suddenly weren't. There is a text box that says "Dynamics Off", but there's no drop down and right clicking on the field turns up nothing. I can't check or any of the boxes in the mapping matrix, and I can't manipulate any of the other options in the drop-down. I checked tool options in preferences, but nothing there seemed like it would help me out. I also tried updating to 2.10.32, but that didn't change anything either. Does anyone have any idea what might have happened?
Tl;dr: Tablet dynamics suddenly stopped working and refuse to turn back on. Wat do?
|
|
|
| Gimp 2.10 / Linux: Keyboard equivalent to Shift+Left-Mouse-Click |
|
Posted by: lawlist - 09-19-2022, 06:21 PM - Forum: General questions
- Replies (6)
|
 |
I'm running Gimp 2.10 on Linux (Ubuntu 20.04 LTS). Without using the mouse, is it possible to select a layer and make it visible, and hide all other layers? E.g., a sequence of keyboard entries that can accomplish the same thing as using the mouse to Shift+Left-Mouse-Click on the eye-icon area to the left of each layer in the applicable toolbox tab?
|
|
|
| Gimp 2.10 / linux: How to export PDF with searchable text. |
|
Posted by: lawlist - 09-19-2022, 06:15 PM - Forum: General questions
- Replies (2)
|
 |
I'm using Gimp 2.10 on Linux (Ubuntu 20.04 LTS). I import a multi-page PDF with searchable text into Gimp as layers. I add a signature JPG file to one or more of the pages and then Export as a FILE.PDF. The resulting PDF is not text searchable; e.g., I cannot select a sentence in the exported PDF with the mouse and then copy it to the clipboard. Is it possible to Export to PDF and have the resulting PDF searchable with text?
|
|
|
| Having trouble adding user interface options. |
|
Posted by: Albedo - 09-18-2022, 03:37 PM - Forum: Scripting questions
- Replies (4)
|
 |
Hi
I am having an issue adding UI stuff to my script. I am unable to use two UI of the same type. I think I'm missing something in my formatting. For example:
(PF_OPTION, "useRare", "Select N to Ignore Rare Percents. ", 0,
(
["N", "Y"]
)
)
That works fine. I am able to get the Y/N info passed into my useRare parameter. I am able to to pass it to scripts, no issue. The problem is I want to add another PF_OPTION. So I added
(PF_OPTION, "useColor", "Select Y to use color ", 0,
(
["N", "Y"]
)
)
And that breaks my script. I can add a PF_RADIO, or a PF_TOGGLE and they work fine too, but I cant add a duplicate for either of those. Can anyone explain to me how I can enter into duplicate PF types to the UI?
Thank you
|
|
|
|