Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 4,570
» Latest member: archibael
» Forum threads: 7,447
» Forum posts: 40,703
Full Statistics
|
Latest Threads |
Trying to append part of ...
Forum: General questions
Last Post: Denarius
Yesterday, 12:26 PM
» Replies: 5
» Views: 279
|
Can't see GIMP windows
Forum: Gimp 2.99 & Gimp 3.0
Last Post: Tas_mania
Yesterday, 08:57 AM
» Replies: 2
» Views: 163
|
clone tool
Forum: General questions
Last Post: sallyanne
Yesterday, 12:38 AM
» Replies: 6
» Views: 331
|
Missing fonts when export...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: rich2005
06-29-2025, 07:48 AM
» Replies: 8
» Views: 424
|
Updating Python Scripts t...
Forum: Scripting questions
Last Post: Ofnuts
06-28-2025, 08:58 PM
» Replies: 1
» Views: 166
|
GIMP 3.0.4 Script-Fu Batc...
Forum: Extending the GIMP
Last Post: AgHornet
06-27-2025, 10:20 AM
» Replies: 0
» Views: 147
|
Technique for removing ov...
Forum: General questions
Last Post: denzjos
06-27-2025, 09:47 AM
» Replies: 12
» Views: 888
|
Windows save
Forum: General questions
Last Post: Tas_mania
06-26-2025, 10:30 PM
» Replies: 2
» Views: 261
|
unable to convert from rg...
Forum: General questions
Last Post: rich2005
06-26-2025, 11:42 AM
» Replies: 1
» Views: 224
|
How to fix halftones?
Forum: General questions
Last Post: rich2005
06-26-2025, 10:57 AM
» Replies: 2
» Views: 269
|
|
|
Scaling Image inverse problem |
Posted by: TheEditor - 10-23-2018, 04:48 AM - Forum: General questions
- Replies (1)
|
 |
Hello. I started working with GIMP a few months ago, and I faced the problem the other day.
While scaling selected area I drag it outwards to make it bigger, however the program makes the area smaller. The opposite happens when I try to make the area smaler.
How to solve this problem?
|
|
|
how do I.... |
Posted by: HankB - 10-22-2018, 04:45 PM - Forum: General questions
- Replies (2)
|
 |
Been using photoshop on mac for 25 yrs, stumbled on gimp (2.10.6) for my windows machine. In PS, open image, double click the background in layers, and it sets it to a layer in ps mode, then can cut out backgrounds, etc. and leave transparency. How can I do the same in gimp?
|
|
|
Mats and Frames |
Posted by: Kfs80 - 10-22-2018, 03:20 AM - Forum: General questions
- Replies (4)
|
 |
Fairly new to Gimp. Trying to get "Mats and Frames" to work on GIMP 2.8. https://gimpguru.wordpress.com/tutorials/matsandframes/
I'm getting the following error. I tried searching for answers but didn't find any. Any suggestions?
Error: ( : 1) eval: unbound variable: gimp-drawable-image
Thanks!
|
|
|
Difference of gaussians filter different when applying with script? |
Posted by: BusterBie - 10-21-2018, 09:12 PM - Forum: Extending the GIMP
- Replies (2)
|
 |
Hello.
I am currently trying to automize a flow to detect drawn graphite lines on paper. I decided to use edge detection for the job, and after alot of experimentation, i found that Edge detection -> difference of gaussians, with radius1 = 4.872, and radius2=0.533 was just perfect.
The gimp procedural database contains a difference of gaussians (dog) plugin: plug-in-dog(image,drawable,inner,outer,normalize,invert)
Already here we can some differences: no longer are the parameters simply "radius1" and "radius2", but specifically "inner" and "outer". Also, the "normalize" bool-option is nowhere to be found when applying the filter directly from gimp.
More importantly though, this plug-in simply gives different results! And quite alot worse too unfortunately. Not good enough for what i'm trying to do atleast.
Why would the script in the procedural database be different? Does this have anything to do with the shift to GEGL in 2.10 (I don't actually fully understand what that means, other than it having something to do with the ways graphics are dealth with, and most likely being better).
Is there any way i can acess the filter actually used by gimp?
Have a nice day!
|
|
|
|