| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 4,930
» Latest member: Jamesda05
» Forum threads: 7,693
» Forum posts: 41,840
Full Statistics
|
| Latest Threads |
Colorized Layer Reverts t...
Forum: General questions
Last Post: sallyanne
8 hours ago
» Replies: 6
» Views: 381
|
Gimp 3.0.6-1 G'Mic-Qt ups...
Forum: General questions
Last Post: denzjos
Yesterday, 07:08 PM
» Replies: 2
» Views: 134
|
Issue with cut selection
Forum: Installation and usage
Last Post: kmll
Yesterday, 11:56 AM
» Replies: 2
» Views: 136
|
How to get G'MIC within G...
Forum: General questions
Last Post: teapot
11-10-2025, 08:04 PM
» Replies: 2
» Views: 264
|
Gimp 3.x scanner xsane pl...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: Ofnuts
11-10-2025, 08:36 AM
» Replies: 14
» Views: 11,594
|
Gimp 3.0 get Metadata wit...
Forum: Scripting questions
Last Post: Volker
11-09-2025, 06:19 PM
» Replies: 3
» Views: 289
|
Text Editor hardly ever w...
Forum: General questions
Last Post: Snacko
11-09-2025, 05:13 PM
» Replies: 4
» Views: 377
|
How to make image and mas...
Forum: Installation and usage
Last Post: Ofnuts
11-08-2025, 08:39 PM
» Replies: 5
» Views: 340
|
Multi window mode mode fa...
Forum: General questions
Last Post: teapot
11-07-2025, 01:40 PM
» Replies: 5
» Views: 484
|
Animation with only GIMP ...
Forum: Gallery
Last Post: Scut-51
11-06-2025, 11:49 AM
» Replies: 25
» Views: 23,129
|
|
|
| Guide to Ofnuts Paths |
|
Posted by: carmen - 06-19-2020, 05:41 PM - Forum: Extending the GIMP
- Replies (5)
|
 |
I have just updated the epub "Guide to Ofnuts Paths" at the same download link.
Any comments are welcome.
Caveat: I fully intend to maintain the guide and add others on non-path topics (if only for my personal use). Unfortunately, my working fits come as (bipolar) batches, so I can easily get behindhand with the update... or do it and not put an announcement in the forum.
|
|
|
| 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
|
|
|
| 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,
|
|
|
| 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.
|
|
|
| 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...
|
|
|
|