Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,924
» Latest member: Volker
» Forum threads: 7,689
» Forum posts: 41,818

Full Statistics

Latest Threads
Text Editor hardly ever w...
Forum: General questions
Last Post: Snacko
3 hours ago
» Replies: 0
» Views: 38
How to make image and mas...
Forum: Installation and usage
Last Post: Ofnuts
4 hours ago
» Replies: 5
» Views: 208
How to get G'MIC within G...
Forum: General questions
Last Post: teapot
5 hours ago
» Replies: 0
» Views: 46
Colorized Layer Reverts t...
Forum: General questions
Last Post: rich2005
10 hours ago
» Replies: 3
» Views: 161
Multi window mode mode fa...
Forum: General questions
Last Post: teapot
11-07-2025, 01:40 PM
» Replies: 5
» Views: 332
Animation with only GIMP ...
Forum: Gallery
Last Post: Scut-51
11-06-2025, 11:49 AM
» Replies: 25
» Views: 22,985
GIMP 3.04 opens with wind...
Forum: Windows
Last Post: subbareddy
11-05-2025, 07:47 AM
» Replies: 7
» Views: 3,798
Isolate, select and copy/...
Forum: General questions
Last Post: rich2005
11-04-2025, 04:39 PM
» Replies: 7
» Views: 509
"Plug-in crashed" on GIMP...
Forum: General questions
Last Post: skullamrotis
11-04-2025, 03:32 PM
» Replies: 4
» Views: 461
AIMAGoR - Artificial IMAg...
Forum: Other graphics software
Last Post: vitforlinux
11-04-2025, 12:09 PM
» Replies: 23
» Views: 9,953

 
  Quick control of UI layout?
Posted by: TobyEggitt - 06-18-2020, 08:34 PM - Forum: General questions - Replies (2)

Hi all,

I use GIMP 2.8 for a variety of things, but lately I've been using it as a virtual whiteboard for remote training sessions.

In that mode, I set up a white-background canvas that's the same size as my screen, and set the user interface to:
full screen
1:1
100% zoom
canvas centered
no menubar
no statusbar
no scrollbar
no rulers

Then I just hit tab when I want to take control of things (which is pretty rare, since mostly I'm just using a pen)

The problem I'd like to resolve is that every time I start GIMP, or open a new "page" (i.e. new image) it defaults to a point where I have to set each of those things all over again, and seemingly one at a time.

Can I simplify this configuration? Two possible approaches came to mind:

1) perhaps there's a way to configure the defaults mode in which GIMP starts, and that addresses these, or most of these, things?
2) Could I do this from a script? I know nothing about GIMP's scripting language, but I'm a programmer, so it shouldn't be beyond me to work that out with some hints and reference material.

TIA,
Toby

Print this item

  GIMP and CPU and GPU
Posted by: jrickards - 06-18-2020, 03:26 PM - Forum: General questions - No Replies

Looking to purchase/build a new computer.

Does GIMP benefit from a GPU? In other words, should I spend the money on a GPU card or save the money and use an integrated video "card"?

GIMP will likely be my most demanding application, I'm not a gamer or programmer, just a regular user but also use this graphics application.

Thanks,

Print this item

  how to divide background into 4 equal vertical straight lines
Posted by: krok123567 - 06-18-2020, 10:52 AM - Forum: General questions - Replies (5)

i am trying to divide my blue backround into 4 vertical lines and i don't know how to

Print this item

  Problem with Path selection
Posted by: gimpuser23 - 06-18-2020, 08:29 AM - Forum: Older Gimp versions (2.8, 2.6....) - Replies (4)

Hi, I have a problem with Path selection alignment in Gimp 2.8. In a 1920 x 1080 file (with 72.00 x 72.00 resolution), I would create a square selection with the dimensions of 500 x 500 px. Out of that selection I would create a Path using 'To Path' option:

   

Up until this point everything is OK. However, I would then export the path using 'Export Path...' in 'Paths' tab. For further editing, I open the exported path in Inkscape:

   
   

Perhaps I import it wrong, but I never get the correct pixel dimensions like in Gimp (no matter what DPI value is set). For instance 500 x 500 from Gimp, would always be 668 x 668 pixels in Inkscape. Although, you can resize it to correct dimensions. Now, if I want to save the file (whether as 'Inkscape SVG (*.svg)' or 'Plain SVG (*.svg)'), certain issues arise if I want to use it again in Gimp.

When I import it (using 'Import Path...' in 'Paths' tab), 'Move Tool' selection box and the 'Path to Selection' option are completely out of sync:

   

It is also impossible for me to align it to the grid:

   

This is not the case only with Inkscape, for the same thing happens if i would rotate or scale the Path in Gimp itself (occasionally). I really don't understand what's going on or how to align it properly. Has anyone encounter this problem and knows what the issue is? Any help or insight would be much appreciated.

Thanx.

Print this item

  How to add spacing between UI elements?
Posted by: MirekDusinojc - 06-18-2020, 08:21 AM - Forum: General questions - Replies (4)

Hello, Im sort of new to GIMP here. After installing it on my Win10, all the UI elements seem to be cluttered and really close together, it is pretty hard to navigate within such a cluttered UI. Is there a way to add more spacing somehow? I saw other screenshots from Gimp and there the UI looks fine, but for some reason all the spacing is gone on my computer. Using the latest version of GIMP (2.10)
I added a screenshot of how cluttered the UI appears.



Attached Files Image(s)
   
Print this item

  How to convert PDF to a number of images?
Posted by: kenny1999 - 06-17-2020, 10:10 PM - Forum: Watercooler - Replies (1)

I have a PDF file which contains some pages
I'd like to convert them into images files, one image for one page,
e.g. jpg, png

Can I do it with GIMP?

Print this item

  Indexprint
Posted by: Xxxx - 06-17-2020, 07:20 PM - Forum: Extending the GIMP - Replies (18)

Code:
gimp_color_transform_new: using babl for 'GIMP built-in sRGB' -> 'DELL P170S'
Traceback (most recent call last):
 File "/usr/lib/gimp/2.0/python/gimpfu.py", line 857, in _run
   res = apply(func, params[1:])
 File "/home/ego/.config/GIMP/2.10/plug-ins/IndexprintDevelopment.py", line 152, in plugin_main
   app = IndexprintDevelopment.gui.ContactsheetApp()  # create instance of gtkBuilder app
 File "/home/ego/.config/GIMP/2.10/plug-ins/IndexprintDevelopment/gui.py", line 248, in __init__
   self.on_error(_("PyExiv2 not installed!"), _("Disabling exif functions.\n"+str(e)))
AttributeError: ContactsheetApp instance has no attribute 'on_error'

(Gimp 2.10.20 Linux)
A VERY good plugin, but now poorly maintained.
http://www.sullockenzlin.demon.nl/Gimp.html
If someone can help...

Print this item

  File exporting question
Posted by: Bepis - 06-17-2020, 03:23 AM - Forum: General questions - Replies (4)

Due to the nature of the work I do with gimp, I frequently export many images (sometimes hundreds) while working. Each image is saved as a bmp with the same file name, with only a number increasing by one each time. I have already sped up this process with keyboard shortcuts, but taking the time to name each image and increasing its number by one as to not overwrite the previous has become increasingly tedious. Is there anyway I can automate this process further? The only thing that needs to change for each file name is to increase the number by 1, is there any possible way to automate this in gimp? Thanks for your help.

Print this item

  two questions
Posted by: Carl - 06-17-2020, 02:30 AM - Forum: General questions - Replies (6)

GIMP 2.10.20

1) Wacom One sensitivity not working. Set to 'screen' and tried with 'opacity pressure' setting. I've watched the youtube tutorials and this is impossible to screw up yet its not working. I think there is a bug.

2) "shift+[" and "shift+]" are not working. These are default shortcuts to de/increase the brush size by 10.  De/increase by 1 with '[' and ']' work fine. 

Any help at all is appreciated. Thank you.






PS I wrote this already and then when I pressed post it said request to large and deleted everything I wrote. Gimp has me very confused and ready to go back to paint.net.  Angry

Print this item

  Stop brush from using clipboard
Posted by: spaghet - 06-16-2020, 09:06 PM - Forum: General questions - Replies (1)

I'm very new to gimp - but a pro at photoshop...trying to make the switch since adobe switched to stupid monthly payments...
I'm trying to simply paint with the brush but for some reason it doesn't use a solid color but instead paints using what's on my clipboard. So when I clip the brush my clipboard image suddenly pastes & I keep clicking it- over & again tons of my clipboard image as if it were a paint color. What is this? The same thing happens when I try to use pencil...

Print this item