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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,930
» Latest member: Jamesda05
» Forum threads: 7,693
» Forum posts: 41,840

Full Statistics

Latest Threads
Colorized Layer Reverts t...
Forum: General questions
Last Post: sallyanne
11 hours ago
» Replies: 6
» Views: 401
Gimp 3.0.6-1 G'Mic-Qt ups...
Forum: General questions
Last Post: denzjos
Yesterday, 07:08 PM
» Replies: 2
» Views: 145
Issue with cut selection
Forum: Installation and usage
Last Post: kmll
Yesterday, 11:56 AM
» Replies: 2
» Views: 145
How to get G'MIC within G...
Forum: General questions
Last Post: teapot
11-10-2025, 08:04 PM
» Replies: 2
» Views: 271
Gimp 3.x scanner xsane pl...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: Ofnuts
11-10-2025, 08:36 AM
» Replies: 14
» Views: 11,608
Gimp 3.0 get Metadata wit...
Forum: Scripting questions
Last Post: Volker
11-09-2025, 06:19 PM
» Replies: 3
» Views: 293
Text Editor hardly ever w...
Forum: General questions
Last Post: Snacko
11-09-2025, 05:13 PM
» Replies: 4
» Views: 379
How to make image and mas...
Forum: Installation and usage
Last Post: Ofnuts
11-08-2025, 08:39 PM
» Replies: 5
» Views: 345
Multi window mode mode fa...
Forum: General questions
Last Post: teapot
11-07-2025, 01:40 PM
» Replies: 5
» Views: 487
Animation with only GIMP ...
Forum: Gallery
Last Post: Scut-51
11-06-2025, 11:49 AM
» Replies: 25
» Views: 23,133

 
  Pasting from the Clipboard created by PrtScr key
Posted by: alanm - 06-06-2020, 01:50 PM - Forum: Scripting questions - Replies (1)

I have been unable to discover a way for a script to paste from the clipboard (clipboard image created by "PrtScr" key). I can obviously use the edit>paste option to do it manually (which works), but the procedure in a script using "gimp-edit-paste-as-new-image" does not return an image. I realise that the procedure notes state

"This procedure pastes a copy of the internal GIMP edit buffer to a new image. The GIMP edit buffer will be empty unless a call was previously made to either 'gimp-edit-cut' or 'gimp-edit-copy'. This procedure returns the new image or -1 if the edit buffer was empty."

and the clipboard is not mentioned (whereas it is in pasting brushes and patterns).

I have not been able to find anything on this after many hours of searching.

My question is "Is it possible in TinyScheme/ScriptFu?"

Print this item

  What happened to my image?
Posted by: Dr.Dank - 06-06-2020, 07:42 AM - Forum: General questions - Replies (7)

Greetings Gimp Users,

I'm a total beginner with Gimp and am completely stumped. I combined two images by layering one over the other. I zoomed in to one layer and touched up some details with the clone tool. When I zoomed back out, the whole image (both layers) is covered in black dots. An example of what I mean by "black dots" is attached. Why did this happen? I can't figure out how to undo it so I want to avoid doing it again. Any insight would be appreciated.

Thanks,
Dank



Attached Files Image(s)
   
Print this item

  Animation Tools for Gimp
Posted by: Retrorage - 06-06-2020, 12:25 AM - Forum: Extending the GIMP - Replies (8)

Hey I made some scripts and tools for making frame animations on Gimp I hope they are useful, please let me know if there are any issues or things you might also want.

List :
Layer group duplication
Onion skin effect
Set visible or Opacity of all layers
Create a layer group with X amount of frames (lower than 60)

Here's a video tutorial on using them : https://youtu.be/g1zaQ89nTQU

You can download the files here : https://drive.google.com/file/d/15peRPYC...sp=sharing

Print this item

  Add Glow to png
Posted by: Rob1955 - 06-05-2020, 10:58 AM - Forum: General questions - Replies (4)

I'm trying to design my own smart watch faces, for my watch, which I've done before, by copying images, and editing them. I've found a png watch face I want to use, but on the background I'm using, it doesn't stand out very well, so I want to add a glowing effect to the image. Can this be done? I've seen tutorials, on creating text, and giving it a glow, but this image is already created.

Print this item

  Coloring line drawing problem
Posted by: sl60 - 06-04-2020, 04:23 PM - Forum: General questions - Replies (6)

   
I've been experimenting with coloring a line drawing. A made a quick sample shingle roof, imported it as a TIF into Gimp. The lines were pretty gray so I needed them darker. Erode didn't give me the results I wanted so, I used Select By Color and darkened the lines. I wanted to color in the tiles individually so I took a small sample, colored it all  a darker gray color with the intention of returning to make a few of the shingles a lighter value. But adding the color had the effect of "erasing" the lines defining the individual shingles so when I tried to color a single tile the lighter color the whole thing turned the lighter color.

How can I set this up to keep the line art and color individual shingles?

Print this item

  Change language user interface
Posted by: fponsar - 06-03-2020, 04:36 AM - Forum: Linux and other Unixen - Replies (2)

Hi,
I use kubuntu 20.04 and Gimp 2.10.18 packed from distro.
GIMP interface is in English, and I don't see the choice to change it another than en_US. I have system language in Catalan.
Could you help me, please?
Thank you

Print this item

  Copy and paste problem
Posted by: sl60 - 06-02-2020, 09:38 PM - Forum: General questions - Replies (1)

I copied one image to be pasted into another image. In the existing image I selected the area where the copied image should go, hit "paste into Selection" and get a blank field the size of the copied image surrounded by marching ants. But no copied imaged image. I cleared any possible remnant selections with "select none" on both images and tried again. Same result.

Any ideas?

Print this item

  Where Do I Even Start?
Posted by: JustaBill - 06-02-2020, 07:26 PM - Forum: Scripting questions - Replies (3)

Hello Everyone,

First post.  I'm using the GIMP 2.10.14 on macOS Sierra.  I'm not sure if it's worth the effort, but I'm trying to create a script to perform 3 or 4 menu functions on a PNG file once I've opened it.  I have a LOT of files to process, but I'd prefer not to use any sort of batch mode.  I need to see each file to make sure it doesn't need any additional work.

Below are the commands I need to script and the Script-Fu procedures I think I could use.


Brightness-Contrast

  • Been using Colors, Brightness-Contrast...
  • Found (gimp-drawable-brightness-contrast drawable brightness contrast)

Sharpen
  • Been using Filters, Enhance, Sharpen (Unsharp Mask...)
  • Found (plug-in-unsharp-mask run-mode image drawable radius amount threshold)

Posterize
  • Been using Colors, Posterize...
  • Found (gimp-drawable-posterize drawable levels)

I do those same three operations with the same settings on every file.  It ought to be as simple as dumping those three lines into a file with the numerical values filled in and pressing play.  It's not.

The procedures won't work because "drawable" is undefined.  I'm sure everyone reading this will know what drawable is, but Google and I don't.  Is it the file name?  How do I capture that and transfer it into each function?


Thanks,
Bill

Print this item

  Brush color issue
Posted by: sl60 - 06-02-2020, 06:51 PM - Forum: General questions - Replies (4)

The paint brush will not change to selected color, even though Image>Mode>RGB is selected.

Any ideas?

Print this item

  for my eyes only
Posted by: denzjos - 06-02-2020, 04:58 PM - Forum: Gallery - No Replies

He's got the look :

   


.7z   eyes.7z (Size: 44.99 KB / Downloads: 421)

Print this item