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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,639
» Latest member: ismaelharunid
» Forum threads: 7,181
» Forum posts: 39,229

Full Statistics

Latest Threads
scriptfu could says what ...
Forum: Scripting questions
Last Post: estatistics
29 minutes ago
» Replies: 0
» Views: 13
Gimp make jpg to Webp 100...
Forum: General questions
Last Post: estatistics
39 minutes ago
» Replies: 2
» Views: 38
Eraser Stopped Working
Forum: General questions
Last Post: Ofnuts
Today, 07:55 AM
» Replies: 9
» Views: 230
select outline
Forum: General questions
Last Post: sallyanne
Today, 02:38 AM
» Replies: 2
» Views: 99
I can't edit a path
Forum: General questions
Last Post: Ofnuts
Yesterday, 08:38 AM
» Replies: 2
» Views: 113
gradients semi transparen...
Forum: General questions
Last Post: Ulodesk
02-22-2025, 05:00 PM
» Replies: 3
» Views: 195
Multiple install paths in...
Forum: Windows
Last Post: LateJunction
02-22-2025, 08:38 AM
» Replies: 2
» Views: 201
Information about GAP
Forum: Extending the GIMP
Last Post: ElMastro
02-22-2025, 01:51 AM
» Replies: 4
» Views: 528
Copy color effect to othe...
Forum: General questions
Last Post: PBog
02-20-2025, 12:56 PM
» Replies: 6
» Views: 357
Some questions about brus...
Forum: General questions
Last Post: rich2005
02-20-2025, 09:05 AM
» Replies: 2
» Views: 191

 
  church interior
Posted by: MJ Barmish - 07-12-2024, 07:52 PM - Forum: Gallery - Replies (2)

here is an image that required a lot of work for me to get as close as possible to the texture of a post-impressionist painting

   

Print this item

  Nice T-shirt
Posted by: denzjos - 07-10-2024, 06:04 AM - Forum: Watercooler - Replies (3)

How to stop a self driving car :

https://www.instagram.com/reel/C5O_hV8v9...414f271360

Print this item

  How do I use the non-legacy version of Emboss from Python-fu?
Posted by: weanoob - 07-10-2024, 03:49 AM - Forum: Scripting questions - Replies (3)

(07-10-2024, 01:12 AM)weanoob Wrote: I'm writing a script that involves the use of emboss to create a specific effect. When I try
Code:
pdb.plug_in_emboss
 it uses the legacy emboss effect. How can I use the non-legacy version from python?



(I was told to post this in Extending the GIMP, then saw this subforum and decided to start it here instead.)

Print this item

  How do I use the non-legacy version of Emboss from Python-fu?
Posted by: weanoob - 07-10-2024, 01:12 AM - Forum: Extending the GIMP - Replies (2)

I'm writing a script that involves the use of emboss to create a specific effect. When I try

Code:
pdb.plug_in_emboss
 it uses the legacy emboss effect. How can I use the non-legacy version from python?

Print this item

  Eraser not working but it's not the "empty clipboard brush"-problem
Posted by: qsu - 07-07-2024, 07:44 PM - Forum: General questions - Replies (4)

Hi, I was successfully using the eraser tool to softly erase various layer's contents for about an hour. Then something happened and the eraser tool stopped doing anything now on my current project image.

What I've tried:

  1. (dead end?) this Gimp-Forum thread and this official documentation both suggest I might be stuck on the "Clipboard" brush, with no clipboard contents.
    I've checked this and am quite sure I'm not on that brush. To be double sure I've explicitly picked a bunch of different brushes back and forth ("clipboard", "basic", "basic, sketch", etc) and toggling into and out of these brushes,.... none of these selections causes a change in "does nothing"-behavior
  2. (dead end?) saved my work, and closed/re-opened gimp: same behavior.
  3. (lead?) started a new gimp canvas with two layers: background color, and a transparent layer atop that with lots of dark pencil lines on top. voila I can erase pencil marks again! I have no idea what's different about my other XCF file that's causing it problems though...
  4. (lead?) found a web result about "alpha layer" being on, but toggling this didn't change anything. or maybe I don't understand what an alpha layer is and how it relates...

Any ideas what setting/problem I might be having in my current project file? #3 and #4 might be leads, but I just don't know enough right now to know what to try next.

---

I'm on GIMP 2.10.38

I should clarify that I'm also certain that I've selected the layer I'm expecting an action on. The layer I have selected, if made visible/invisible (eye-icon) then indeed the content I'm trying to modify is the content that flashes on the screen.

another update: lead #4: I double-checked what alpha channel does for eraser tool (in my test file) and proved to myself that I undersatnd how alpha channel vs. background-selection impacts eraser tool. I'm still unable to cause anything to happen on my main file though.

interestingly: my main file is having this problem on any layer I try to erase on, not just one. So it's probably(?) not just a matter of some weird alpha channel setting on single layer.

ah I think I solved it! but the solution doesn't make any sense.

I tried to reproduce the "clipboard" problem by cutting something out of a layer, watching it appear among the brushes, then selecting one of the normal brushes just like I had before, and now my eraser works. But per my "thing I tried #1" I was already on a normal brush....

So I have NO idea what happened. Bug maybe? Anyway, just ... glad I solved it. I hope this helps someone else!!

Print this item

  Batch Crop to Content
Posted by: gmpuser - 07-07-2024, 08:42 AM - Forum: Extending the GIMP - Replies (9)

GIMP has a great feature where you can go to Image, Crop to Content.

Is there any way to Batch process this for many images so it crops and then saves the file? I have tried the plugin BIMP but this is not an option.

I believe you can create custom scripts but I do not know how to do this.


Thank you for any help you can provide.

Print this item

  Script not importing in Linux Mint 21
Posted by: live4soccer7 - 07-07-2024, 01:15 AM - Forum: Extending the GIMP - Replies (2)

I have gone to python-fu console and ran print gimp.directory and received the location for the plug-ins to be added: /home/live4soccer7/.var/app/org.gimp.GIMP/config/GIMP/2.10/

I created a subdirectory of plug-ins

/home/live4soccer7/.var/app/org.gimp.GIMP/config/GIMP/2.10/plug-ins/ofn-export-layers-cumulative.py

I have never used gimp python-fu and am new to gimp in general. I am moving over from photoshop, but I need to create a script to export images from an xcf file. I figured I would get the above script added just to get the flow and see if I can't modify it or use it as a template to create my own. My script would be rather simple, hopefully.

Select a layer, export jpeg at 90%
deselect previous layer and select a different layer, export jpeg at 90%
and so on and so forth.

Regardless, that's a moot point until I can get a script to show up. I'm not sure what I'm doing wrong.

I have Python 2.7.18 installed and confirmed when checking from terminal.

python-fu shows this: 
GIMP 2.10.38 Python Console
Python 2.7.18 (default, May  3 2024, 11:47:46) 
[GCC 13.2.0]

Thank you for any help in getting me going on this. I'm sure I'm overlooking something simple. 

Do I need to make the python script executable or is there a permission issue?

Print this item

  The main page for all my plugins
Posted by: Ottia Tuota - 07-06-2024, 01:04 PM - Forum: Extending the GIMP - Replies (2)

The site for my plugins is again working. I might as well mention that there is also a master page where the links to all my plugins can be found:

http://kmarkku.arkku.net/

I don't remember having mentioned it before.

And the big problem is of course that the plugins are not maintained any more, and with Gimp3 they will be obsolete. This is a pity since there is, I think, material that would deserve preserving and porting to Gimp3. But that will not be done by me. Well, that´s life.

Print this item

  Text height
Posted by: jawsfree - 07-05-2024, 11:27 AM - Forum: General questions - Replies (4)

I am trying to make a label for a beer can. The warning text is required to be 2mm in height. I have tried to use the text tool and set the size by mm but if I set it to 2mm it only make the text height 1.27mm when I am checking with the measure tool. I am using Calibri light font. Which direction is the text tool using to make the size?

Print this item

  GIMP thumbnails and preview in mac OS
Posted by: ondrejsevcik - 07-04-2024, 03:45 PM - Forum: General questions - Replies (2)

Hello, I am using Sonoma 14.5 and in Finder all XCF files are just "Gimp-doggie" pics - no thumbnails of real content, no preview when spacebar pressed.
How to tune that to work?
Thx a lot

Print this item