| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
Issue with cut selection
Forum: Installation and usage
Last Post: kmll
1 hour ago
» Replies: 2
» Views: 28
|
Colorized Layer Reverts t...
Forum: General questions
Last Post: Ofnuts
Yesterday, 09:27 PM
» Replies: 5
» Views: 317
|
How to get G'MIC within G...
Forum: General questions
Last Post: teapot
Yesterday, 08:04 PM
» Replies: 2
» Views: 223
|
Gimp 3.x scanner xsane pl...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: Ofnuts
Yesterday, 08:36 AM
» Replies: 14
» Views: 11,520
|
Gimp 3.0 get Metadata wit...
Forum: Scripting questions
Last Post: Volker
11-09-2025, 06:19 PM
» Replies: 3
» Views: 256
|
Text Editor hardly ever w...
Forum: General questions
Last Post: Snacko
11-09-2025, 05:13 PM
» Replies: 4
» Views: 345
|
How to make image and mas...
Forum: Installation and usage
Last Post: Ofnuts
11-08-2025, 08:39 PM
» Replies: 5
» Views: 303
|
Multi window mode mode fa...
Forum: General questions
Last Post: teapot
11-07-2025, 01:40 PM
» Replies: 5
» Views: 452
|
Animation with only GIMP ...
Forum: Gallery
Last Post: Scut-51
11-06-2025, 11:49 AM
» Replies: 25
» Views: 23,056
|
GIMP 3.04 opens with wind...
Forum: Windows
Last Post: subbareddy
11-05-2025, 07:47 AM
» Replies: 7
» Views: 3,829
|
|
|
| Eraser on Surface pen jumping to crop tool |
|
Posted by: heggety - 09-25-2019, 11:12 AM - Forum: Windows
- No Replies
|
 |
Hi, when using gimp 2.10.12 on a surface running windows 10 turning the surface pen and touching the erasor button to the surface jumps the tool selection to the crop tool and not the eraser tool. I cannot find a setting to inspect or change this. Is there a setupfile where I can change this behaviour?
|
|
|
| Remove colors to keep only a few |
|
Posted by: Paulr - 09-24-2019, 11:47 PM - Forum: General questions
- Replies (7)
|
 |
Hello,
I'm fairly new to Gimp, and have a project where I'd like to isolate some colors in a photo.
It is to hopefully reveal a hidden message.
I'm thinking I can remove some colors (maybe convert them to a specific color like white) so what's left are all colors except what I picked.
Thanks.
Paul
|
|
|
| how did you get UserCP info in postbit? |
|
Posted by: metulburr - 09-24-2019, 02:03 PM - Forum: Gimp-Forum.net
- Replies (1)
|
 |
I am using MyBB as well. I was wondering how you set the UserCP additional info (such as Operating System and version) in the postbit.
In templates -> <template set> -> Post Bit Templates -> postbit_author_user I have these
Code:
{$lang->postbit_posts} {$post['postnum']}<br />
{$lang->postbit_threads} {$post['threadnum']}<br />
{$lang->postbit_joined} {$post['userregdate']}
{$post['replink']}{$post['profilefield']}{$post['warninglevel']}
Is there a variable for usercp info? Such as {$post[profile_fields[fid4]]}
|
|
|
| How to select a bunch of points of a path for removal in GIMP? |
|
Posted by: adrianh - 09-24-2019, 05:53 AM - Forum: General questions
- Replies (5)
|
 |
Hello all,
I created a path with a lot of points. I then duplicated the path so that I can attempt separating them into two smaller paths.
Is there a way to select a bunch of the points as a group to perform an operation on them such as removal? Or am I forced having to delete each point separately, one at a time. I would think that the former is a fairly obvious feature because the latter is such a big hassle.
|
|
|
| create an arrow |
|
Posted by: metulburr - 09-23-2019, 07:12 PM - Forum: General questions
- Replies (2)
|
 |
Is there a way to create a basic arrow in GIMP?
I am trying to make straight and curved arrows for tutorial images. As shown in attachment:
I tried using the ArrowsCreator plugin but it only does straight arrows from one point to another, not curved.
Code:
metulburr@ubuntu:~$ gimp --version
GNU Image Manipulation Program version 2.8.16
|
|
|
scripting GIMP on a basic level as a newbie |
|
Posted by: Hans Holland - 09-23-2019, 06:12 PM - Forum: Extending the GIMP
- Replies (3)
|
 |
Hi everyone,
I have downloaded GIMP, and know nothing about it yet, except it supports scripting. Can anybody tell me if it can be used as a tool for my specific purpose?
I am thinking about developing software. Users of this, can load photo's, each of which are (optionally scaled) placed somewhere in the result, which will be a photo collage. To figure out if such software is of any use, and to test in practice how it would "feel", I was thinking about setting up an experimental quick&dirty test set-up.
I will run my own program, written in C, having its own UIF to let the user define the photo collage. It generates a GIMP script file. I just read this should be in Scheme/Script-Fu, which I figure will be in ASCII format? After this, GIMP should load the script and execute it, to see the final result. If all this is possible, it wil be very unworkable, however my goal is to setup a quick&dirty environment, only to orientate myself about developing software for the photo collage.
I only need three script commands: load photo (name), scale it (width, length) and place it (x, y). These will be repeated for each photo. (after learning GIMP, maybe GIMP can do the full job all on its own without my external C code?)
My two questions:
- Do these three script commands exsist? (I also might need "new": erase all previous content)
- How to load the script file in GIMP and run it?
very many thanks for any feedback!
|
|
|
|