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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,571
» Latest member: Jean Dupont
» Forum threads: 7,449
» Forum posts: 40,711

Full Statistics

Latest Threads
processes in Whitelist
Forum: OSX
Last Post: Ofnuts
16 minutes ago
» Replies: 3
» Views: 34
Can't see GIMP windows
Forum: Gimp 2.99 & Gimp 3.0
Last Post: Tankred
20 minutes ago
» Replies: 3
» Views: 178
AIGoR - Artificial Image ...
Forum: Other graphics software
Last Post: vitforlinux
40 minutes ago
» Replies: 9
» Views: 3,043
Windows save
Forum: General questions
Last Post: sallyanne
5 hours ago
» Replies: 3
» Views: 284
Trying to append part of ...
Forum: General questions
Last Post: Denarius
Yesterday, 12:26 PM
» Replies: 5
» Views: 288
clone tool
Forum: General questions
Last Post: sallyanne
Yesterday, 12:38 AM
» Replies: 6
» Views: 338
Missing fonts when export...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: rich2005
06-29-2025, 07:48 AM
» Replies: 8
» Views: 426
Updating Python Scripts t...
Forum: Scripting questions
Last Post: Ofnuts
06-28-2025, 08:58 PM
» Replies: 1
» Views: 179
GIMP 3.0.4 Script-Fu Batc...
Forum: Extending the GIMP
Last Post: AgHornet
06-27-2025, 10:20 AM
» Replies: 0
» Views: 154
Technique for removing ov...
Forum: General questions
Last Post: denzjos
06-27-2025, 09:47 AM
» Replies: 12
» Views: 896

 
  MULTIPLE OUTLINE COULOR
Posted by: b229 - 10-28-2020, 10:36 AM - Forum: General questions - Replies (1)

I have an image im looking to ad an outline to but part of the image is black and other is white . what im looking to do is ad a black outline round the white and white round the black. I can get the outline but im wondering if there is anyway to change only parts of the outline colour and not it all at once. Im newish to gimp so there may be a way or something someone could recommend .

Print this item

  Messing about with video
Posted by: rich2005 - 10-28-2020, 10:14 AM - Forum: Gallery - Replies (1)

Adding some effects to a video clip using gimp_gmic_qt and BIMP. Of course the video was rendered to frames for this. A bit of brightening and the Kuwahara gmic filters, turned out a bit like pixelation. Wink  However the real story is in the audio.

https://youtu.be/-TVYsZjPf20   50 seconds



Print this item

  Error
Posted by: aleclyle88 - 10-27-2020, 06:05 PM - Forum: General questions - Replies (1)

I tried plug in installed the error

[Image: errer.jpg]



Let me know

Print this item

Question Help is not working in the program!
Posted by: TF8009 - 10-26-2020, 02:46 PM - Forum: General questions - Replies (2)

Quote:help-browser.exe Message

Parse error in 'https://docs.gimp.org/2.10/en/gimp-help.xml':
GET request failed: WinHttp error: SECURE_FAILURE


This is the message i get when i am using the 2.10.22 help options in the program. F1 and Shift+F1 do not work but produce the above message, so do the Help->User Manual->... options. I downloaded and installed the gimp-help-2.10.0-en-setup executable from the website but nothing changed.

So is there somewhere i can fix the connection settings? In order to have offline manual help.

Print this item

Photo Opening images through context menu: Images not in alphabetical order
Posted by: Pantersnigeln - 10-25-2020, 06:21 PM - Forum: General questions - Replies (7)

Using Windows 7 and Gimp 2.10.22
New to the forum. Let me know if this is in the wrong place.

After the "Edit with Gimp" button disappeared from the Explorer context menu I've reassigned the context menu Edit button to send images to Gimp.

When I select multiple images and click Edit in Explorer, they're loaded into Gimp, but not in alphabetical order. This is very annoying. Is there a reason for this? When the images are loaded in a jumbled order it's very hard to get a good overview and see which images are similar and need similar editing (I edit plant photos and the files are named after the plant species and variety).
Is the load order deliberately set in a different way (=not alphabetical) because more people prefer it that way? If not; is this something that could be ammended in a coming release, or offered as an option in the Gimp preferences?

Opening the images through Gimp lets me load them in alphabetical order, but I move the finished images around on my harddrive, so since I'm in Explorer in between editing it's faster for me to load the next bunch directly from Explorer.


Another thing that is also mildly annoying but not a big deal: When Gimp is closed and I select, say 10, images and click Edit in the Explorer contect menu; 10 separate Gimp windows are opened. When Gimp is already opened, the 10 images are instead loaded into Gimp in one window as they should be. Can this be ammended or is it a Windows thing?

Print this item

  Layer Effects plugin don't works on 2.10.21
Posted by: MarkLecarde - 10-25-2020, 10:17 AM - Forum: General questions - Replies (10)

Hello, I'm Gimp user on Linux, and I just migrated from Photoshop CS6 (in order to don't suffer using Wine). I installed PhotoGimp mod and was ready to use the soft, when I found the abscence of Layer Effects (or any analogue) in Gimp. I surfed the net to find the solution and learned about the Layer Effects plugin. I correctly (I'm sure about that) installed it, however, I couldn't make it work (show up in "Layer" or in "Script-Fu"). As I understand it, this problem is popular and still does not have a single correct solution.

Print this item

  Scripting help at my new job
Posted by: Deathharmonicon - 10-23-2020, 05:34 PM - Forum: Scripting questions - Replies (4)

So I’ve dabbled in scripting before but am not super well versed in it. However, I just took on a position at my job doing image editing for our online webstore. I’m able to do it easy enough in GIMP, but it’s doing the same edit over and over and I know that there has to be a way to script it so that I can do so more efficiently, I just have been having a hard time trying to understand how to write the script. I have access to Python-fu and Script-fu, but would prefer to use Python. 
So here’s what I do to each image. Once I’ve gone through and manually selected what I need to, I do the same series of actions every time, and this is what I’m trying to script:

1. Layer > Transparency > Add Alpha Channel

2. Edit > Clear (or Hit Delete)

3. Deselect (Not absolutely necessary)

4. Image > Canvas Size > Height: 950 > Width: 950 > Center > Resize

5. File > Export As > ‘file name’.png > Export (Exporting the image and changing it from jpg to png)


And that’s it. I open an image, select the background, and then do those same steps every single time. So I was wondering if anyone could help me figure out the script for doing this every time. It would expedite the process to go so much quicker and I would greatly appreciate it. Thanks!

Print this item

  fix distorted round
Posted by: denzjos - 10-23-2020, 08:47 AM - Forum: General questions - Replies (12)

Is there a way to fix images with distorted round objects to perfect round objects? I think of a plugin / script where one can place a few points on the distorted circle or use a path / selection. Playing with the different gimp tools is time consuming to get a good result. An example to correct :
   

Print this item

  Gimp 2.10 crashing every time I try to cut or copy
Posted by: thesun - 10-23-2020, 03:35 AM - Forum: General questions - Replies (9)

I hope someone here will help with a problem that repeatedly happens and basically (overnight, it seems!) has made GIMP unusable:

I open a photo.  Highlight some area.  Hit either Edit > Cut, Edit > Copy, or Cntl-x or Cntl-c, and poof, GIMP crashes.  Every time.

It doesn't seem to matter the size of the document or area I'm trying to copy.

I saw some thread on another forum saying if on has CopyQ installed that may cause issues, but I don't believe I do.  (I'm running Lubuntu 20.04LTS, a vanilla install, nothing modified.  It's LXQt, if that matters.  And my system is a newish Dell with 40GB of RAM, so I doubt it's a memory problem.)

I desperately need to fix this or find a work around.  Here's the output when I run GIMP from the command line:

me@home:~$ gimp
using gegl copy

(gimp:248888): Gdk-CRITICAL **: 22:06:25.414: IA__gdk_window_get_events: assertion 'GDK_IS_WINDOW (window)' failed

(gimp:248888): Gdk-CRITICAL **: 22:06:25.414: IA__gdk_window_set_events: assertion 'GDK_IS_WINDOW (window)' failed
The program 'gimp' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadWindow (invalid Window parameter)'.
(Details: serial 95997 error_code 3 request_code 18 minor_code 0)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)

(script-fu:248910): LibGimpBase-WARNING **: 22:06:25.457: script-fu: gimp_wire_read(): error

Thank you in advance for any help.

Print this item

  Removing object with GMIC not working
Posted by: Muzician - 10-22-2020, 08:51 AM - Forum: General questions - Replies (7)

I followed this tutorial but when I get to the point of applying or hitting okay the progress bar comes up for a couple of seconds but nothing happens. Any insight as to how to make this work?

Remove Anything From A Photograph in Gimp using GMIC




Print this item