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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,947
» Latest member: drexinaz
» Forum threads: 7,707
» Forum posts: 41,906

Full Statistics

Latest Threads
Ubuntu - Right way to cra...
Forum: Linux and other Unixen
Last Post: ExplodingCabbage
52 minutes ago
» Replies: 2
» Views: 73
Gimp 3.0.6 Python plug-in...
Forum: Scripting questions
Last Post: Volker
6 hours ago
» Replies: 0
» Views: 59
What exactly tutorials ar...
Forum: General questions
Last Post: SleipnirTheHorse
6 hours ago
» Replies: 5
» Views: 320
Random Clone
Forum: General questions
Last Post: mrkid
7 hours ago
» Replies: 3
» Views: 230
Problem with Gimp 3 Pytho...
Forum: Scripting questions
Last Post: Volker
9 hours ago
» Replies: 7
» Views: 383
Issue with Gradient Flare...
Forum: General questions
Last Post: rich2005
10 hours ago
» Replies: 4
» Views: 141
ExifToolGUI and ExifTool ...
Forum: Other graphics software
Last Post: denzjos
11 hours ago
» Replies: 10
» Views: 9,806
Beginner question on Laye...
Forum: General questions
Last Post: denzjos
Today, 07:05 AM
» Replies: 1
» Views: 92
New to Gimp
Forum: General questions
Last Post: denzjos
Yesterday, 08:20 AM
» Replies: 4
» Views: 322
Autopano Giga 4.4.2 now f...
Forum: Other graphics software
Last Post: denzjos
Yesterday, 08:17 AM
» Replies: 1
» Views: 133

 
  Image goes transparent
Posted by: Jack Parker - 03-04-2019, 09:32 PM - Forum: Extending the GIMP - Replies (2)

I am trying to add a "border" to my images, to bring then to a common, standard size.
(the "border" being a solid COLOR)
The images are RGBA in PNG; 
With some image pixels and thin surround of transparent pixels
(the result of cleaning away various scanner artifacts)

The good bits of these base images have irregular perimeter, so:

Plan-A: resize image to new size; insert-layer below, select-all, edit-fill-selection with FG/COLOR in the new/background layer
  (all that works)
  And then merge-down the top/original layer to the background.
  And the resulting layer is all TRANSPARENT!?
  
  Note: If I step through the undo stack, and get to the point where the merge happens,
     and do it "manually" with the menu: Layer -> Merge Down it works as expected.
  Note: I have tried several variants, with gimp-layer-new and gimp-copy-layer,
     and have logged/verified the gimp-layer-get-mode of all concerned.
  Note: I also tried with merge-visible-layers
     read all the docs on layers and merge, saw the sample code

In all cases, the "merge" removes the layers, and produces a blank/transparent layer.

Plan-B: keep it simple, just the single, original layer, resize and fill:
  select the contents of the [original/only] layer, fuzzy-select the picture, flood, sharpen (all good)
  Then resize the image, resize-layer-to-image; selection-invert; edit-fill-selection with FG/COLOR
      (gimp-context-set-foreground fill-color)
      (gimp-drawable-edit-fill drawa FILL-FOREGROUND)

  Because *that* should just-work nothing interesting or new, right?
   Note: I have a shared routine for this, to save context/undo, it works as expected in other cases;
      but using the procedure, or the simple/direct code as show, the effect is the same
      but for this use-case it does the unimaginable:

To my shock and dismay, edit-fill-selection 
   (with Selection being the NEW/Transparent bits, outside the original pixels)
   (and with FG = COLOR)
   Sets the non-selected pixels to TRANSPARENT!
    (unless I step in with the Undo; and "manually" Fill-Selection with FG; *then* it works as expected)

So now I appeal to greater wisdom.
Is this a known failure mode?
Some limit to scripting?

How can this be scripted?  
  (I'll even do python... )


Reduced to a simpler script, I can make the basic methods work.

So the question is: are there known things to look for that would cause fill selection and/or merge-down to go TRANSPARENT?

Print this item

  Where is the Heal selection/transparency tool?
Posted by: Leader344 - 03-04-2019, 12:50 AM - Forum: General questions - Replies (6)

I am a new GIMP user and have a heal tool question as well. Saw a you tube video on using Wavelet Decompose and scales to remove "speckling" (white spots) from an old black and white photo. The process required me to use "select by color" to identify the white speckles (which I did). Then run Filters / Enhance / Heal Selection to remove the identified speckles from each scale. My problem is I don't have Heal Selection under Filters / Enhance. Any help or direction is appreciated!

Print this item

  Clearing canvas texture from photo of artwork
Posted by: dmaarie - 03-03-2019, 09:51 PM - Forum: General questions - Replies (13)

Hello!

So I need some help..... I am an artist and I am trying to start selling prints. I generally paint acrylic on canvas. When I plug my images of my artwork into GIMP for editing, the texture of the canvas shows a lot (of course). I am trying to find a way to smooth this out that doesn't involve blurring. The painting doesn't just involve solid colours so its hard to just blur it...

Does anyone have any insight that could help me in this current predicament?


Thank you! Big Grin

Print this item

  Texture Map: How to recreate an image from scattered selections?
Posted by: popopogogogo1 - 03-03-2019, 10:36 AM - Forum: General questions - No Replies

Hello all,

 I am working on a game texture of a sports arena. The Arena texture (the stage specifically) comes in 2 .png files made up of all the stage parts' textures rotated and squished together to fit into the the 2048x1024 canvases.

[Image: 2hwme01.png]

 This particular stage has 3 pillars, mirrored on either side of the entrance way. The pillars themselves are made up of different pieces (highlighted here in blue, red, green)  and stand in front of the stage, obscuring some other panels (highlighted in white).

The White panels fit together in the texture map, into a rectangle (2 white selections in the texture map1)

[Image: 281ecnr.png]

Which is the area I want to replace with a flat mage that takes up the whole rectangle, and is not obscured by the three pillars.

[Image: 143mjo5.png]


I essentially want to eliminate the pillars, by having them display the texture that will be behind them. 

An example for clarity, say the background image I wanted to use was a beautiful picture of Stockholm, 

[Image: fth3er.png]

The issue I have is that I'm a beginner to gimp, and the selections are scattered around the texture map in different rotations and placements.

So I need help with the best method of taking the individual selections from the texture map, overlaying them onto the desired background image, copying it, then taking that selection and pasting back to the texture map to its original location (with rotation and placing). So that the game will display one image across the whole side (mirrored on the right as well).

Ideally, I would end up with an .xcf file of all the texture pieces, and a process whereby I could replicate with different background images, creating different stages without having to do all the selecting every time.

Please ask any questions if I have left out some needed information.

Thank you for your time.

Print this item

  Exclamation mark feathering menu
Posted by: Green Pig - 03-02-2019, 08:59 PM - Forum: General questions - Replies (10)

Hi folks, originally posted to another GIMP forum until I realized no longer active.

Total newbie here following tutorials for background blurring.

Only issue appears to be the exclamation mark at the 'feathering' step, the defaults appear to have changed but cannot find anywhere a reason for red triangle - results vary on two different machines with same GIMP 2.10.8 and OS, Win 2010 Pro.

Tried various images and ratios thinking it could have something to do with aspect, and or ratio with background image -

Accessing the online help doesn't give any clues either, help appreciated.

Thanks,

Print this item

  Blur by color?
Posted by: T0byWan - 03-02-2019, 07:43 PM - Forum: General questions - Replies (1)

I have a rather simple black and white image that's going to be used as a depth map for engraving.  I need the blur between the black and white areas to create shades of grey, but I want the black areas to bleed into the white in a way where the black areas will remain completely black, and only the white areas will change to become more grey in the border areas.  Hopefully that makes sense. can anyone tell me how to do this?

Print this item

  Problems w/ GIMP and Tablet
Posted by: jexvau - 03-02-2019, 05:54 PM - Forum: General questions - No Replies

Okay so I'm having problems with my tablet and GIMP.
I have GIMP 2.10
My tablet is the Wacom Intuos
and my computer is a Windows 10 w/ Core i7-7700 CPU @ 3.60GHz
[Image: Screenshot-1.png]
whenever I click 'save', It says error and permission denied. Can someone help me?

Print this item

  HELP Fill Whole Image
Posted by: JulesB - 03-01-2019, 09:47 PM - Forum: General questions - Replies (1)

Good morning! I am needing some help with one of my images. I have a png image of the world map. I need to fill the entire image with a different color. And on a separate one, I need to fill the entire image with a pattern. I don't know how to fill in all of the tiny little islands on the map without having to click on each one. It would take forever. Also, I know how to do it with the paths tool. but on an image such as the world map, there are thousands of dips and curves, and if I don't get it perfect, the map will be ruined. Is there any way I can just select the clipart and fill the whole thing without drawing around it with the paths or laso? I am at a loss, and I see so many maps with different designs in them all the time, I know there has to be a way to do this!!



Thanks in advance  Heart

Print this item

  Reducing numbers of colour in GIMP is not helping me
Posted by: simon1 - 02-28-2019, 09:25 PM - Forum: General questions - Replies (1)

Hi, I am trying to reduce the number of colours from over 17k to just 7 colours to Black, White, Blue, Yellow, Red, Light Grey and Dark Grey. If refer to the attachment, you may get a clearer picture. I am being bothered by those colours exist in between two colours which does not match with any of the colours. I have tried everything available in GIMP but could not solve the problem. Is thee any other way? Thanks.



Attached Files Thumbnail(s)
   
Print this item

  Looking for brush menu management tips
Posted by: Ritergeek - 02-27-2019, 09:21 PM - Forum: General questions - Replies (18)

My brushes menu is out of control. I've added several new ones, most of them for special, limited use. To further complicate things, a couple of stray clipboard images appeared at the top of the brushes menu. ??? I found some tags at the bottom of the Brushes menu that seem like they should limit the display, but nothing happens when I click them on and off.

Does anyone have a good strategy for sorting things out and managing this mess short of moving seldom used ones into a detached storage folder?

Is there a plug-in to manage brushes similar to the Photoshop method of swapping collections in and out?

And how do I exorcise those clipboard images?

Print this item