Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
edit_paste pastes at inco...
Forum: Scripting questions
Last Post: class43
6 hours ago
» Replies: 2
» Views: 115
|
CMYK color mode Gimp 2.10
Forum: Extending the GIMP
Last Post: rich2005
10 hours ago
» Replies: 20
» Views: 82,179
|
Open, save buttons on bot...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: GrumpyDeveloper
Yesterday, 09:52 PM
» Replies: 8
» Views: 2,953
|
Clone size randomly chang...
Forum: General questions
Last Post: oldschool1@runbox.com
Yesterday, 05:45 PM
» Replies: 2
» Views: 185
|
AI Gimp Plugins
Forum: Watercooler
Last Post: Zbyma72age
Yesterday, 03:31 PM
» Replies: 20
» Views: 53,530
|
Gimp closes automatically
Forum: General questions
Last Post: sallyanne
Yesterday, 05:50 AM
» Replies: 2
» Views: 214
|
AIGoR - Artificial Image ...
Forum: Other graphics software
Last Post: vitforlinux
07-16-2025, 11:10 AM
» Replies: 12
» Views: 3,837
|
Is This Possible ? Print ...
Forum: General questions
Last Post: sallyanne
07-16-2025, 07:47 AM
» Replies: 4
» Views: 207
|
Gimp Crash
Forum: Gimp 2.99 & Gimp 3.0
Last Post: rich2005
07-16-2025, 07:16 AM
» Replies: 1
» Views: 152
|
producing an image
Forum: Gallery
Last Post: MJ Barmish
07-15-2025, 06:37 PM
» Replies: 0
» Views: 113
|
|
|
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
|
|
|
|