Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 4,767
» Latest member: litstiGup
» Forum threads: 6,976
» Forum posts: 38,103
Full Statistics
|
|
|
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?"
|
|
|
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.
|
|
|
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
|
|
|
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?
|
|
|
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
|
|
|
|