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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,778
» Latest member: Donaldboava
» Forum threads: 7,594
» Forum posts: 41,394

Full Statistics

Latest Threads
Is there any version wher...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: HavingTooMuchFun
2 hours ago
» Replies: 0
» Views: 37
How to make a watermark o...
Forum: General questions
Last Post: kyolim
Yesterday, 10:05 PM
» Replies: 5
» Views: 14,019
Linux command that does e...
Forum: Other graphics software
Last Post: rich2005
Yesterday, 06:06 PM
» Replies: 1
» Views: 350
reliable Gimp 2.10.38 dow...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: denzjos
Yesterday, 05:20 PM
» Replies: 2
» Views: 277
Batch Color Saturation
Forum: Extending the GIMP
Last Post: rich2005
Yesterday, 07:53 AM
» Replies: 15
» Views: 11,903
Photo play-time
Forum: Gallery
Last Post: Ofnuts
Yesterday, 07:32 AM
» Replies: 24
» Views: 21,755
BIMP plugin for GIMP 3.10
Forum: Extending the GIMP
Last Post: firefly
09-12-2025, 11:53 PM
» Replies: 2
» Views: 640
pl_stroke_arrows GIMP 3.0...
Forum: Extending the GIMP
Last Post: Scallact
09-12-2025, 04:03 PM
» Replies: 0
» Views: 292
How do you make text circ...
Forum: General questions
Last Post: rich2005
09-12-2025, 07:18 AM
» Replies: 12
» Views: 3,375
New Install, Black Screen...
Forum: OSX
Last Post: akhrameev
09-11-2025, 02:32 PM
» Replies: 3
» Views: 3,043

 
  python_fu_ofn_circumcircle usage/parameters
Posted by: mark_lester - 01-23-2022, 11:50 AM - Forum: General questions - Replies (8)

I've managed to load an editable set of lines. I now want to draw a precision circle and I'm stuck again

Code:
images = gimp.image_list()
fill_type=1
new_image = images[0]
new_layer = new_image.layers[0]
new_vectors=pdb.gimp_vectors_new(new_image, 'Vectors!')
pdb.python_fu_path_csv_import(new_image,new_vectors,"/home/mark/cardano/original.csv")
pdb.gimp_image_add_vectors(new_image, new_vectors, 0)
// all good so far, I now want to stick a circle on it
// the next two lines dont work. says I have wrong parameter type.
points=[[4330,4086],[5749,2526],[5589.639999999999,4205.5199999999995]]
pdb.python_fu_ofn_circumcircle(new_image,points)

Print this item

  Cannot reinstall Gimp on different drive (resolved)
Posted by: EffiRain - 01-22-2022, 06:56 PM - Forum: Windows - Replies (4)

Hi, longtime Gimp user, 10+ years, very casually though.

The SSD where Gimp was installed recently died (Christmas). Today, I tried to install Gimp on a different drive and the installation fails. It is trying to install Gimp on the no longer existent drive, and there is no option to install it on the new drive.

Before you tell me to "uninstall the old Gimp" as per the pinned instructions on this forum, Windows uninstaller fails, of course, because the old SSD does not exist. The old SSD is dead.

Therefore, since the Gimp installer lacks such a basic function as drive selection, it appears I will need to spend time in the registry. I am not a computer genius, so yay. Great design choice.

So could someone with a bigger brain than me please explain step by step how to remove the old Gimp from the registry so that the Gimp installer can then install to the correct drive?

Thank you.

Print this item

  Chaining color/tint of selection
Posted by: sayluv - 01-22-2022, 06:49 PM - Forum: General questions - Replies (2)

Hi-

This dog was standing on a red mat and you can see some of the red reflected on their white hair. I have removed all the extraneous parts of the image but would like to change the color or tint of the edges. 

If I used the fuzzy select tool to select these red areas how can I change those areas to more closely match the surrounding areas that are more white?

thx!



Attached Files Thumbnail(s)
   
Print this item

  White Foreground...
Posted by: lennyd - 01-22-2022, 03:29 PM - Forum: General questions - Replies (4)

when i run the mouse over the photo that i have showing nothing happens...when i turn to black then it rubs the photo out and shows the patern in behind the photo.
Should the white have any affect on the photo or am i missing something?. hope this is clear.

Print this item

  arbitrarily stretching a polygon shaped section of an image
Posted by: gimpuserjan2022 - 01-22-2022, 01:08 PM - Forum: General questions - Replies (3)

hi ,
I am using gimp 2.10 on windows 10
I want to do the following
Select a polygon section in an image . I am able to do that using free select tool .
Now I want to select any vertex of polygon and pull it farther . This should distort the image inside that polygon . But when I do that simply the polygon shape changes but there is no effect on underlying image .
I hope that I am able to explain my requirement .
To give another example - suppose image is of human body . I draw a polygon such that right hand is inside it , now when I will stretch or squeeze the polygon then right hand should get deformed . 
Can you tell me how to do above ?
Thanks.

Print this item

  Where is path to CSV in the interface
Posted by: mark_lester - 01-22-2022, 03:14 AM - Forum: Scripting questions - Replies (4)

I am trying to load a set of generated 2 point lines on top of the image they display a hidden geometry to..
I have stuck path-csv-0.1.py in my plug-ins directory and it shows up in the plug in browser.
I cant find where it is in the interface, how to run it.

Print this item

  Qr code generator plugin
Posted by: CodeScooper - 01-20-2022, 02:54 PM - Forum: Extending the GIMP - Replies (1)

Hello, 
I'm new into Gimp but think that i will use it for long time,
pretty exited by extension opportunities 

the first thing that i want to do is have an extension that permit to add a Qr code on my pictures 
with some option like embed a logo or not,
set the color of the Qr code.

The only way that i have to done it is go on a dedicated website like (https://www.qr-code-generator.com/
download the result and then import it into my image. 

When i tried to look on internet that's what i found for the moment : 
https://www.youtube.com/watch?v=YHXX3KuB23Q ( presentation from Akkana Peck  about basis to write a gimp plugin )
- https://www.gimp-forum.net/ (this website but the thread about Qr code dont discuss the possibility to build an embeded one / but very happy to join a community around gimp )
- https://github.com/isman7/gimp-qrcode (this repository on github, i did'nt understand all yet )

If the subject talk to someone i will very happy to exchange about, cause i think that can be useful in the process of making flyers , reciept, branded bag ( like the one i'm working on - see pic )

Have a good day ^^



Attached Files Image(s)
   
Print this item

  Is there a way to increase saturation past 100%
Posted by: michelstango - 01-19-2022, 07:33 PM - Forum: General questions - Replies (2)

I have an image that has to be used with a de-saturation shader.  Normally I just up the saturation so the colors are not washed out, but said image already has several colors that are at maximum saturation.  Is there any way to compensate for the de-saturation?

Print this item

  Selection to Neon plug-in, create 80s light saber effect
Posted by: BdR76 - 01-18-2022, 10:55 PM - Forum: Extending the GIMP - Replies (5)

Just wanted to mention that I created a "Selection to Neon" plug-in to turn a selection into a neon effect.
Easy to create light saber or 80s cartoon laser effects

You can download it here:
https://github.com/BdR76/selection-to-neon/

Print this item

  Script fu automation
Posted by: Morek - 01-18-2022, 09:27 PM - Forum: Scripting questions - No Replies

Hello all, I am newbie in gimp and want to create simple script.

My goal:
1. Delete some parts of picture for example (X:100, Y:200, W:150, H:250)
2. move part of picture from X:10, Y:20, W:15, H:25 to X:100, Y:200
and I would like to repeat point 2 few times.

for example I would like to have something like that: SELECT(X,Y,W,H) -> DELETE(selection) -> SELECT(X,Y,W,H) -> MOVETO(X,Y,W,H)

I have started with console script: (gimp-image-select-rectangle image 0 0 0 64 64)
but it throws Error: eval: unbound variable: image



I think the console script would be enough for me, I don't need script to be saved in scripts folder.

Print this item