| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 4,921
» Latest member: Charlotte
» Forum threads: 7,685
» Forum posts: 41,804
Full Statistics
|
| Latest Threads |
Multi window mode mode fa...
Forum: General questions
Last Post: teapot
2 hours ago
» Replies: 3
» Views: 180
|
Animation with only GIMP ...
Forum: Gallery
Last Post: Scut-51
Yesterday, 11:49 AM
» Replies: 25
» Views: 22,769
|
GIMP 3.04 opens with wind...
Forum: Windows
Last Post: subbareddy
11-05-2025, 07:47 AM
» Replies: 7
» Views: 3,745
|
Isolate, select and copy/...
Forum: General questions
Last Post: rich2005
11-04-2025, 04:39 PM
» Replies: 7
» Views: 471
|
"Plug-in crashed" on GIMP...
Forum: General questions
Last Post: skullamrotis
11-04-2025, 03:32 PM
» Replies: 4
» Views: 431
|
AIMAGoR - Artificial IMAg...
Forum: Other graphics software
Last Post: vitforlinux
11-04-2025, 12:09 PM
» Replies: 23
» Views: 9,896
|
RapidRAW
Forum: Other graphics software
Last Post: denzjos
11-03-2025, 12:51 PM
» Replies: 2
» Views: 234
|
Tutoriel installer Drea...
Forum: Tutorials and tips
Last Post: meric57
11-03-2025, 07:45 AM
» Replies: 0
» Views: 117
|
Nouveau Arrivant sur le f...
Forum: Watercooler
Last Post: meric57
11-03-2025, 06:45 AM
» Replies: 0
» Views: 117
|
Accessing GIMP’s internal...
Forum: General questions
Last Post: rich2005
11-02-2025, 12:35 PM
» Replies: 1
» Views: 204
|
|
|
| Specific form as cutting mask |
|
Posted by: javitolin.ar - 05-18-2020, 04:00 AM - Forum: General questions
- Replies (3)
|
 |
Hi everyone i am learning gimp (2.10.18 Linux version) usage and i have found several tutorials for the basics but not for more complex tasks. For example i have an image A which have car parked on a street and i have another image B which shows a blue caribbean sea. Let's say i select the car from the image A and want to use that car to select and cut or copy a car shaped caribbean sea and copy it in the image A instead of the car so that where originally was the car it would be a sea with the shape of that car. Is there any way to do that? Thanks in advance
|
|
|
| Brush error - Gimp2.10 (MAC) |
|
Posted by: AdditionalNumber0 - 05-17-2020, 04:48 PM - Forum: OSX
- Replies (5)
|
 |
Hello,
I've been struggling with this for a while and i can't find any relevant threads/forums addressing a similar issue.
Every time i want to create a custom brush, I get an error
"New Brush Message
Error while executing script-fu-paste-as-brush:
Error: Procedure execution of file-gbr-save failed: Running procedure 'file-gbr-save-internal' failed: execution error"
I use a macbook air.
Could someone help me? Thanks so much.
Warm Regards
|
|
|
| ofn-text-path-selection |
|
Posted by: Ofnuts - 05-14-2020, 10:14 PM - Forum: Extending the GIMP
- Replies (4)
|
 |
If you create text where there is an overlap between characters:
The strokes of these characters overlap:
And if you try to get a selection from that path you don’t get the initial text:
This is because Gimp uses an “even-odd” algorithm to determine if a pixel is selected or not: drawing a line from the pixel in any random direction, the pixel is outside the selection if the line intersects an even number of strokes (0
is considered even), and inside the selection if the line intersects an odd number of strokes. If the overlap areas, such a line intersects two strokes, one for each character, so the overlap area is unselected.
This plugin uses a different algorithm: it identifies the strokes that belong to the same characters (more accurately, sets of nested strokes), and adds theses characters separately to the selection, so the overlap areas are the union of the selections for each characters and are selected:
As usual plugin is here. Enjoy.
Thanks to Akovia for the incentive and the help. Your PC shall not have burned in vain!
|
|
|
|