Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 4,804
» Latest member: Viclanel
» Forum threads: 7,604
» Forum posts: 41,437
Full Statistics
|
Latest Threads |
Gimp plante (Gimp crashe...
Forum: General questions
Last Post: rich2005
11 hours ago
» Replies: 1
» Views: 170
|
RawTherapee plugin
Forum: OSX
Last Post: michaelchuston
09-19-2025, 08:04 PM
» Replies: 8
» Views: 5,855
|
Thumbnails never appear i...
Forum: General questions
Last Post: aegisgfx
09-19-2025, 06:52 PM
» Replies: 6
» Views: 4,865
|
Dodge and burn plug-in fo...
Forum: Extending the GIMP
Last Post: chuckhenrich
09-19-2025, 02:54 PM
» Replies: 2
» Views: 414
|
Is there any version wher...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: rich2005
09-19-2025, 08:54 AM
» Replies: 5
» Views: 1,136
|
Batch export all opened i...
Forum: Extending the GIMP
Last Post: rich2005
09-18-2025, 07:58 PM
» Replies: 24
» Views: 14,558
|
cannot find plu-gins in g...
Forum: General questions
Last Post: πk2
09-18-2025, 08:46 AM
» Replies: 3
» Views: 622
|
ora format... it really w...
Forum: General questions
Last Post: mrkid
09-17-2025, 10:57 PM
» Replies: 3
» Views: 561
|
.pcd files issue?
Forum: OSX
Last Post: T1-Survivor
09-17-2025, 09:45 PM
» Replies: 3
» Views: 799
|
Simplifying a path
Forum: Extending the GIMP
Last Post: Ofnuts
09-17-2025, 03:17 PM
» Replies: 40
» Views: 36,033
|
|
|
Gim 2.8 Issues |
Posted by: kweather9122 - 01-04-2017, 03:58 PM - Forum: Installation and usage
- Replies (3)
|
 |
I recently installed Gimp 2.8 and started having issues in Windows 10. First, when I go to View > Toggle External Preview, I get the following error:
[DocumentSaveTempFile] - ERROR: Unable to Create Temp File:
C:\Users\kweatherford\Documents\EPSS Build 18\rpg_epss\basxe_data_display\scan\~tm9cc9.html
I also noticed that Code Cleaner no longer works, either.
|
|
|
Cannot pan with a drawing stylus |
Posted by: Latin1 - 01-02-2017, 04:50 PM - Forum: General questions
- Replies (1)
|
 |
Hello,
I have been drawing with Gimp for several years. I've used two drawing tablets with it, and noticed the same problem with both: when hovering over the drawing area, I cannot pan or open the context menu with a stylus.
My current tablet (a Huion WH1409) has a stylus with two buttons, one of which simulates a right-click, the other a middle-click. These buttons work without any problem in web browsers, as well as in Gimp's dockable dialogs (Brush Dynamics, Tool Options, etc.).
I've noticed that when I click (with the mouse) outside the Gimp window, the stylus buttons do allow for panning and right-clicking in the drawing area, but once the window regains focus they are made unresponsive again; so the problem disappears when Gimp thinks my stylus is a mouse, however briefly.
I have spent a fair amount of time in the "Input Devices" and "Extended Input Devices" dialogs, but they have been quite cryptic and less than helpful.
Is there a setting to view, change or fix how stylus button inputs are treated by Gimp?
Thank you.
|
|
|
GIMP 2.6 UI text small |
Posted by: dirksen - 01-02-2017, 03:58 PM - Forum: General questions
- Replies (1)
|
 |
hi everyone,
i have installed gimp in windows 10 but the fonts in the gimp menus are small so is there any way to make the fonts larger or change the font
size or change font in verdana.
i have searched in gimp no solution to make fonts bigger or change the fonts.
with regards
|
|
|
Hi all 3d photo question |
Posted by: stawny - 01-01-2017, 11:59 AM - Forum: General questions
- Replies (2)
|
 |
Hi I am new to photo editing but an anyone please just tell me what the process is called where you have a sort of 3d effect on an image. For example the background of the image stays static but images in the forefront can move when the screen is scrolled up of down.
This is for a website project and an example of what I am trying to ask is here in the header image http://elegantthemes.com/preview/Divi-One-Page/ .
I only need to know what this type of effect is called so I can then learn how to do it, and I hope that Gimp is capable of doing or if anyone knows of a tutorial I can use.
Many thanks and apologies for the dumb question but know my other stuff just not photo editing side of life
|
|
|
Restrict gtkfilechooser height |
Posted by: lumqarz - 12-27-2016, 08:09 PM - Forum: Linux and other Unixen
- Replies (1)
|
 |
On 1024x768 resolution with gtk-font-name="Sans 14" in gtkrc-2.0.
Gimp's open, save, or export windows dialog often being bigger than actual screen.
To prevent this from happening:
Code:
sudo chattr +i ~/.config/gtk-2.0/gtkfilechooser.ini
This prevent other gtk2 application changing the Geometry* values.
To re-allow editing:
Code:
sudo chattr -i file-path
or sudo editior file-path
gtkfilechooser.ini example:
Code:
[Filechooser Settings]
LocationMode=filename-entry
ShowHidden=false
ExpandFolders=false
ShowSizeColumn=true
GeometryX=0
GeometryY=0
GeometryWidth=800
GeometryHeight=700
SortColumn=name
SortOrder=ascending
StartupMode=recent
|
|
|
|