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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,929
» Latest member: americanwebsmaster
» Forum threads: 7,693
» Forum posts: 41,839

Full Statistics

Latest Threads
Gimp 3.0.6-1 G'Mic-Qt ups...
Forum: General questions
Last Post: denzjos
9 hours ago
» Replies: 2
» Views: 105
Issue with cut selection
Forum: Installation and usage
Last Post: kmll
Yesterday, 11:56 AM
» Replies: 2
» Views: 104
Colorized Layer Reverts t...
Forum: General questions
Last Post: Ofnuts
11-10-2025, 09:27 PM
» Replies: 5
» Views: 352
How to get G'MIC within G...
Forum: General questions
Last Post: teapot
11-10-2025, 08:04 PM
» Replies: 2
» Views: 239
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,564
Gimp 3.0 get Metadata wit...
Forum: Scripting questions
Last Post: Volker
11-09-2025, 06:19 PM
» Replies: 3
» Views: 274
Text Editor hardly ever w...
Forum: General questions
Last Post: Snacko
11-09-2025, 05:13 PM
» Replies: 4
» Views: 367
How to make image and mas...
Forum: Installation and usage
Last Post: Ofnuts
11-08-2025, 08:39 PM
» Replies: 5
» Views: 335
Multi window mode mode fa...
Forum: General questions
Last Post: teapot
11-07-2025, 01:40 PM
» Replies: 5
» Views: 472
Animation with only GIMP ...
Forum: Gallery
Last Post: Scut-51
11-06-2025, 11:49 AM
» Replies: 25
» Views: 23,090

 
  Is this meant to work? Layer Mask on Decomposed image
Posted by: JonLang - 08-31-2020, 05:46 PM - Forum: General questions - Replies (3)

New Image.

Right click image, colours > Components > Decompose

RGB > Ok.

Add layermask to each layer (Shift click)

Pencil in white on the layermasks to what is wanted

Right click image, colours > Components > Recompose

The image does not take the layermasks.


This is also the case when right clicking the layer and 'Apply layer mask' the recompose

Thanks

Jon

Print this item

  Help! Wrong number of parameters
Posted by: david - 08-31-2020, 11:02 AM - Forum: Scripting questions - Replies (4)

I am trying to modify a channel using gimp_drawable_curves_spline. The line I am using is:

pdb.gimp_drawable_curves_spline(image,HISTOGRAM_VALUE,18,0.0,0.0,0.0625,0.125,0.125,0.250,0.250,0.375,0.5,0.5,0.75,0.625,0.875,0.750,0.9375,0.875,1.0,1.0)

It gives me an error of wrong number of parameters. Obviously something silly on my part, but I have checked my decimal points, counted my commas numerous times and still can't see what I am doing wrong!

Any help much appreciated.
david.

Print this item

  Manjaro (Linux) mousewheel zoom possible?
Posted by: Dsbbw2020 - 08-31-2020, 10:03 AM - Forum: General questions - Replies (7)

Hallo,

I'm trying to set the mousewheel to zoom the image. In the window: configure input controller, main mouse wheel I added at the event ScrollUp and ScrollDown the actions: view-zoom-in and view-zoom-out.

Zooming is still not functioning. Also with ScrollUp(Ctrl) and ScrollDown(Ctrl) it doesn't function.

May be it depends on the Manjaro release? (Window Manager Tweaks?)

Can somebody help?

Manjaro XFCE 20.1, GIMP 2.10.20 (from repository)

Many Thanks.

Print this item

Rainbow Coloring one image with another
Posted by: JavaTyper - 08-30-2020, 12:44 PM - Forum: General questions - Replies (3)

Godday,
if you have two images of the same object (let's say scans, to evade some of the complexities of photography), where
image A has captured the colors correctly, but is otherwise undesirable (blurry, low-resolved or the likes) and
image B is adequate in detail but lacks color (greyscale).

Question:
Can i use image A to paint image B without degrading the latter,
and what is this task called in terms of digital imaging?

Print this item

  I have messed up my copy of Gimp
Posted by: Superchap1947i - 08-29-2020, 07:52 PM - Forum: General questions - Replies (2)

Hi all

I have lost the left hand menu of Gimp with all the tools listed. Does anyone know how I can get it back?

Hopefully some kind soul can solve my problem.

Regards

Terry

Print this item

  RMA_label_points.scm Error
Posted by: Krikor - 08-29-2020, 04:43 PM - Forum: Scripting questions - Replies (11)

Hi,

What change can I make to make the script functional again?

Script: RMA_label_points.scm
Gimp: Samj's portable 2.10.21 / win10

Messages:
--------------------------------------------------------------------------------------------------------------------------
    Label Path Points Warning
Error while executing RMA_label_points:

Error: (: 1) eval: unbound variable: NORMAL-MODE


   GIMP Warning
'Label Path Points' plug-in left image undo in inconsistent state, closing open undo groups.
--------------------------------------------------------------------------------------------------------------------------

Thank you very much in advance!



Attached Files
.zip   RMA_label_points.zip (Size: 2.6 KB / Downloads: 388)
Print this item

  Potential "hatching" script
Posted by: Ofnuts - 08-29-2020, 11:16 AM - Forum: Extending the GIMP - Replies (11)

How would that work?

  • I assume we can't avoid specifying an angle and a spacing.
  • Should the script do the path rendering (and so take a thickness as a parameter, and may be some "dot ratio"), 
  • Should the path be kept
  • Or two options above combined in render and discard path/don't render and path (as written, calling the script  on the same layer with the same specs will always produce the same lines, so successive hatchings in different areas will remain aligned
  • Should the script be able to separate odd/even lines
  • Ini file for defaults?
  • Ini files for several defaults?
Current status:
  • Creates path lines with spacing and angle that cover the active drawable.
  • Rendering is manual (and so abides to any existing selection)

A 30° Hatching, with 4px spacing and .8px line width:
   

Print this item

  Can the angle constraint degrees be changed to a different number other than 15?
Posted by: FireyDeath4 - 08-29-2020, 07:04 AM - Forum: General questions - Replies (2)

The manual just says that you can constrain angles to 15 degrees. That's it. That's a constant.

Might be requesting a new feature actually.

Print this item

  Separating image into four primary colors
Posted by: Flotsam2000 - 08-28-2020, 11:55 PM - Forum: General questions - Replies (13)

Hi there,

Does anyone know how I would go about turning an image into just it’s four primary colors (and black), and then saving each of those colors as it’s own layer/png? Is there a plug-in that does this for you? I am trying to make multi color stencils....

Print this item

  Partial selection deletion
Posted by: CarelessCowboy - 08-28-2020, 08:36 PM - Forum: General questions - Replies (2)

Is there a tool which can assist me to get rid of these selected pixels placed on top of the gun shown in the screenshot ? I'm supposed to select the edge of the weapon only



Attached Files Thumbnail(s)
   
Print this item