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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,359
» Latest member: Allex
» Forum threads: 6,662
» Forum posts: 36,312

Full Statistics

Latest Threads
Darktable Images Opening ...
Forum: Windows
Last Post: rich2005
1 hour ago
» Replies: 4
» Views: 134
Downloaded the full gimps...
Forum: Watercooler
Last Post: PixLab
1 hour ago
» Replies: 3
» Views: 230
Currently Active Image
Forum: Scripting questions
Last Post: Ofnuts
5 hours ago
» Replies: 5
» Views: 194
[SUGGESTION] Improved uni...
Forum: General questions
Last Post: Ofnuts
05-03-2024, 09:48 PM
» Replies: 4
» Views: 211
Getting active image and ...
Forum: Tutorials and tips
Last Post: Ofnuts
05-02-2024, 07:32 AM
» Replies: 0
» Views: 142
python-fu pdb.file_exr_sa...
Forum: Scripting questions
Last Post: JBreckeen
05-01-2024, 03:12 PM
» Replies: 0
» Views: 106
Threading / Loops in Pyth...
Forum: Scripting questions
Last Post: JBreckeen
05-01-2024, 02:46 PM
» Replies: 14
» Views: 1,458
how do i erase blue penci...
Forum: General questions
Last Post: rich2005
05-01-2024, 07:21 AM
» Replies: 1
» Views: 137
Align Tool: Distribute ta...
Forum: General questions
Last Post: akn_39
04-30-2024, 10:08 PM
» Replies: 3
» Views: 3,148
Script Collection Online
Forum: Scripting questions
Last Post: rgbellotti
04-30-2024, 01:35 AM
» Replies: 1
» Views: 436

 
  Drawing line in Script-Fu
Posted by: Strzegol - 09-13-2023, 12:25 AM - Forum: Scripting questions - Replies (5)

Hello. Still another newbie question. Why this script don't work? (GIMP 2.99 but this is so basic stuff that this should don't matter)

EDIT: I checked documentations for hours and also mined examples shipped with GIMP but there are no examples that use gimp-paintbrush-default and oddly I don't found anything in documentation about creation of scripts that draw something on existing images despite this kind of scripts seems to be most common)

EDIT: It should draw line from cornet to pixel at x=100 y=100 using current brush.

Code:
(define (script-fu-linedraw drawable orientation)
    (gimp-paintbrush-default drawable 2 #(0 0 100 100))

)

(script-fu-register
    "script-fu-linedraw"
    "Linedraw"
    "Try draw a line in GIMP"
    "Strzegol"
    "copyright 2023 Strzegol"
    "September 12,2023"
    ""
    SF-DRAWABLE "Drawable" 0

)
(script-fu-menu-register "script-fu-linedraw"
    "<Image>/Tools")

Second stuff: Why refreshing scripts remove them from menu?

Print this item

  For the local Geordie(s)
Posted by: Ofnuts - 09-12-2023, 08:14 PM - Forum: Watercooler - Replies (3)

https://newsthump.com/2023/09/12/googles...geordie-2/

Print this item

  Rotate Won't Work
Posted by: andyman159 - 09-12-2023, 07:00 PM - Forum: General questions - Replies (3)

I've been using GIMP for years and had a new hard drive installed, so I just had to download GIMP again.  Now, when I select anything to rotate it, the outline shows as if it's rotating as I change the angles, but the selection does not rotate with it, only the selection box outline rotates, then once I click OK it processes but nothing selected ever rotates.  The selection box does rotate, but nothing that was selected does.   I've even opened a new image with a blank canvas, with only a single layer, and drawn on it, selected it, and same thing, it shows it should be rotating but it doesn't.  I've 'de-selected all' as well in case somehow it selected something, but still the same issue.  Is there something I'm missing here?  Thank you!

Print this item

  Making one picture from several
Posted by: MarGa - 09-12-2023, 02:38 PM - Forum: General questions - Replies (5)

Dear all,

I would like to create one picture from several pictures of the same object that I took from a microscop.
I work on microscopic elements and I can't take juste one picture of the whole blade so I decided to take several pictures of the same blade. In each picture there is at least one element that still the same from a picture to another because I want to make sure I always have a reference point (or landmark).
Do you know if in GIMP there an automatic way to recreate the blade from all this pictures? Or do I have to take them one by one and reassemble them manually?

I ma sorry if I am not clear...Please tell me if you need precisions or if you don't understand my question.

Thank you for your answer!
Have a great day!

Print this item

  Bucket fill shape?
Posted by: bakenburn - 09-12-2023, 01:22 PM - Forum: General questions - Replies (1)

What steps do I take to fill the doughnut solid ?  When I select the edge color and bucket fill inside all of the black inside and outside gets filled in.  How do I get the fill to stop where where there is a line?  Darryl



Attached Files Image(s)
   
Print this item

  How do you "smear" colors across a certain area? To make backgrounds look natural.
Posted by: guest273 - 09-11-2023, 07:05 PM - Forum: General questions - Replies (6)

Hey there!

I just don't have the Vocabulary to do a proper google search since I don't know how this process is called.

Basically:

Here (on the left) is the briefcase that they used in the movie Pulp Fiction to make it shine when the character Vincent opens it.

I want to remove the area with the lightbulb & its components and only leave the authentic briefcase.

[Image: VVGOmzi.png]     [Image: kbW4bO3.png]

So, I cut out the area with the lightbulb but now how do I "smear" the nearby colors to make the briefcase look naturally empty?

I think that splitting the coloring-in in multiple 'sectors' would make sense - one tone for the 'bottom' of the base, one for the 'right side' of the case and the last for the 'backside'.

In the end I want to use this 500x500 px image in a 1000x1000 4 panel meme that I am making, as I want to place an object 'inside' (over) the brief case. So it doesn't need to look perfect, only decent enough for a person looking at said image for about 3-5 seconds to not notice that the background coloring looks totally whack.

Any help is appreciated! I plan to check back here in a day or two. Smile

Thank you,
guest273


I want it to look better than the briefcase edits in these pictures:

https://i.imgflip.com/3g8ss8.jpg

https://i.kym-cdn.com/photos/images/news...3/87b.jpeg

https://i.kym-cdn.com/photos/images/news...6/221.jpeg

Print this item

  Tutorials and tips
Posted by: trlerwick - 09-10-2023, 03:50 PM - Forum: Watercooler - Replies (2)

[attachment=10339][attachment=10339]
Generate Practice Images with Pixlr AI
 
Pixlr AI  presents a useful way to generate images for photo editing practice or tutorials.
Here, this will be for a tutorial on combining images with Wavelet Decompose.
This can be accomplished by:
 
1.     Use Pixlr AI to create  an image, for this example “brick tower with trees under stormy skies”, to use for a foreground image.
2.     Search Wikimedia Commons for suitable background image. The phrase here was “mountain landscape”.  This could also be done with Pixlr AI, but I preferred the display of options provided by Wikimedia Commons.
3.     Apply Filters Enhance Wavelet Decompose to the foreground image.
4.     Place the background image as a layer above the first scale with Grain Merge layer mode.
5.     Free Select any area or areas in the foreground image that should not be blended with the background image.
6.     Fill or paint these areas in the background image with 50% Gray.
7.     Adjust the opacity of the background layer.
The combined images should now present.



Attached Files Image(s)
   
Print this item

  Put one object in front of another
Posted by: sl60 - 09-10-2023, 05:09 AM - Forum: General questions - Replies (3)

Let's say you have a photo of a fence and you want to put a number of photos of people behind it--but you want each person behind the other people. What would be the easiest and simplest way to go about it?

Print this item

Question various small issues with gimp 2.99
Posted by: akirapink - 09-09-2023, 03:19 AM - Forum: Gimp 2.99 & Gimp 3.0 - Replies (3)

1. i'm pretty sure this is a recent change, too:
when i'm checking various layers, the yellow-black striped outline around the layers doesn't update to reflect the one i've selected until i do something to that layer, such as click on the canvas with any tool
is this a bug? it's a downgrade - not being able to tell if you successfully switched to the layer you wanted so it certainly seems like a bug


2. this next one i think was an old change, but i can't move the viewport while holding a selection box handle anymore. why? this was so useful to get precise measurements across large distances in gimp 2.10


3. also, fonts are partially busted in the flatpak version. i cannot make text bold or italic, the toggle button is there and i can turn it on and off but it doesn't do anything

Print this item

  Tutorials and tips
Posted by: trlerwick - 09-08-2023, 02:04 PM - Forum: Watercooler - Replies (3)

G’MIC filter example:  Iain Noise Reduction 2019

Two applications with default parameters.



Attached Files Thumbnail(s)
   
Print this item