| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 4,845
» Latest member: ico4498
» Forum threads: 7,915
» Forum posts: 43,087
Full Statistics
|
| Latest Threads |
Gimp 3.x scanner xsane pl...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: Malsasa
12 minutes ago
» Replies: 23
» Views: 27,492
|
How to iterate pixels wit...
Forum: Scripting questions
Last Post: Scallact
Yesterday, 08:16 PM
» Replies: 4
» Views: 261
|
Long time to see guys
Forum: Watercooler
Last Post: trandoductin
07-07-2026, 05:22 PM
» Replies: 1
» Views: 234
|
imgur blocked
Forum: Watercooler
Last Post: trandoductin
07-07-2026, 01:14 AM
» Replies: 4
» Views: 2,300
|
Where are the plugins whe...
Forum: Linux and other Unixen
Last Post: lac
07-05-2026, 11:28 AM
» Replies: 6
» Views: 348
|
Colors Exchange effect is...
Forum: General questions
Last Post: ldd2
07-04-2026, 11:35 PM
» Replies: 2
» Views: 315
|
Short tutorial for create...
Forum: Tutorials and tips
Last Post: pacogarcia
07-04-2026, 04:49 AM
» Replies: 0
» Views: 193
|
How to change line color ...
Forum: General questions
Last Post: rich2005
07-03-2026, 03:14 PM
» Replies: 3
» Views: 307
|
For the Khn and Klek fans...
Forum: Gallery
Last Post: Ofnuts
07-03-2026, 12:08 PM
» Replies: 0
» Views: 208
|
arakne path shapes
Forum: Extending the GIMP
Last Post: pacogarcia
07-03-2026, 04:49 AM
» Replies: 9
» Views: 2,583
|
|
|
| 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!
|
|
|
|