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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,923
» Latest member: JaimiriLyday
» Forum threads: 7,687
» Forum posts: 41,813

Full Statistics

Latest Threads
Colorized Layer Reverts t...
Forum: General questions
Last Post: Tas_mania
9 hours ago
» Replies: 1
» Views: 84
How to make image and mas...
Forum: Installation and usage
Last Post: ESH
Yesterday, 08:11 PM
» Replies: 4
» Views: 175
Multi window mode mode fa...
Forum: General questions
Last Post: teapot
Yesterday, 01:40 PM
» Replies: 5
» Views: 298
Animation with only GIMP ...
Forum: Gallery
Last Post: Scut-51
11-06-2025, 11:49 AM
» Replies: 25
» Views: 22,940
GIMP 3.04 opens with wind...
Forum: Windows
Last Post: subbareddy
11-05-2025, 07:47 AM
» Replies: 7
» Views: 3,781
Isolate, select and copy/...
Forum: General questions
Last Post: rich2005
11-04-2025, 04:39 PM
» Replies: 7
» Views: 504
"Plug-in crashed" on GIMP...
Forum: General questions
Last Post: skullamrotis
11-04-2025, 03:32 PM
» Replies: 4
» Views: 455
AIMAGoR - Artificial IMAg...
Forum: Other graphics software
Last Post: vitforlinux
11-04-2025, 12:09 PM
» Replies: 23
» Views: 9,940
RapidRAW
Forum: Other graphics software
Last Post: denzjos
11-03-2025, 12:51 PM
» Replies: 2
» Views: 278
Tutoriel installer Drea...
Forum: Tutorials and tips
Last Post: meric57
11-03-2025, 07:45 AM
» Replies: 0
» Views: 135

 
  wings
Posted by: denzjos - 10-28-2021, 05:18 PM - Forum: Tutorials and tips - No Replies

How I made wings :
- image / guides / grid (made a grid 20 x 20)
http://www.silent9.com/incoming/scripts/guides-grid.scm
- image / guides / guides to path
- tools / chopping / chop path at its anchors
http://kmarkku.arkku.net/Path_chop_files...aster.html
- render / mass render / paint along paths (use gradient)
https://sourceforge.net/projects/gimp-to...p/download
- filters / G'Mic-Qt / Rendering / 3D Elevation
- filters / distorts / ripple

   
Changed color and used in :
   

Print this item

  Non-destructive Bezier curve layer mask
Posted by: svensby - 10-28-2021, 04:24 PM - Forum: General questions - Replies (2)

Hello,
Is there a way to mask a layer using a Bezier curve (non-destructively so that the curve can later be altered with the path editor and the mask altered too).

Thanks.
Sven

Print this item

  Can't export VTF files
Posted by: Octobyt3 - 10-27-2021, 05:47 PM - Forum: General questions - No Replies

I'm trying to make a custom texture for a model for Gmod, but it has a alpha mask layer that I need if I want it to work. Found a way to properly retexture it in GIMP, but when I try to export it an error message pops up with the error code: '# error_layergroup_wrapper'. I've looked evrywhere online, but there is no results for this error. 
Why does this happen and how can I fix it?

Print this item

  G'MIC - Output Messages withot effect
Posted by: Krikor - 10-27-2021, 03:51 PM - Forum: Extending the GIMP - Replies (2)

In previous versions of G'MIC I was able to make the generated layer name come out with the specifications of the filter used.

But now, using version 2.99 provided by Samj's Portable 2.10.28, I can't produce this change in layer names.

In G'MIC I go to Configuration... - Others - Output Messages, and whatever my selection does not change the output mode.

[Image: sGRGIpH.jpg]
Is this how G'MIC is working right now? Would it be a problem with my version?

Is there any solution to let me create the name of the layers with the settings of the filters used?

Regards

Print this item

  hallo_ween
Posted by: denzjos - 10-27-2021, 11:35 AM - Forum: Gallery - No Replies

Effecting chopped paths...  
   

Print this item

  Gmic Query
Posted by: gazza - 10-27-2021, 04:28 AM - Forum: Extending the GIMP - Replies (4)

I am running GIMP 2.10 and 2.8 very sucessfully after following a Rich2005 video. I am trying to install GMIC into both of them but just going around in circles. I have seen many blogs on the subject, but find it all very hard to digest. 
I have attached a copy of the address's to which I have tried for 2.8 (2.10 is simlar). I am not sure if I am even trying to install the correct version as I am coming up with heaps of .dll issues. I have read some of the help blogs from Rich, but when I try to follow any of the web addresses he suggests, none of them will open to the appropriate web page. 
I have also found that the GIMP version I am using (2.10.28) has some issues with GMIC, but I can't seem to find the solution to install in either version. 
Apologies if I treading over much discussed ground, but it is not through lack of trying and heaps of frustration that I have referred to the forum.
Regards

Print this item

  "rounding" grey scale image from the center
Posted by: SkyLeopard - 10-26-2021, 09:10 PM - Forum: General questions - Replies (2)

Hi All,

I am trying to achieve a certain look on a greyscale/height map image for a cnc project I am working on.

Im new to gimp so Ill try to be explicit as Im not sure of exact terms.

I started with an image that only has two colors to my knowledge (or at least doesnt have a lot of colors so that if you looked at a height map of the image it would be mostly 0s and 1s.  I switched to greyscale mode and played with contrast and brightness to get the greyscale sharper.

This is where I am.

I am trying to figure out how to basically apply a filter (or modify the values of the pixels in some way ) over that grey scale image I created so that it becomes a height map where the highest point is in the center and as we move towards the edges of the image it gradually falls off in height.  so that you get a domed look but still retain details of the image.  Is this even a thing that makes sense? Is gimp the right program for this sort of thing?

Appreciate it!

Print this item

  Questions about how to use API gimp_layer_new()
Posted by: arya - 10-26-2021, 11:59 AM - Forum: Scripting questions - Replies (3)

When I read the API document of gimp_layer_new(), I'm curious about what are explicit procedure calls in the below quote. 


Quote: Other attributes such as layer mask modes, and offsets should be set with explicit procedure calls.


So I looked into gimp source code for this API usage example and find they don't set the mask mode or offset before adding this layer to the image using gimp_image_insert_layer(). 

Code:
    layer = gimp_layer_new (image, _("Background"),
                             img_a->columns, img_a->rows,
                             image_type,
                             100,
                             gimp_image_get_default_new_layer_mode (image));
     gimp_image_insert_layer (image, layer, NULL, 0);


I have the same confusion for gimp_layer_group_new() but I find the code file above calls gimp_layer_set_mode(), gimp_layer_set_opacity() and other APIs as required in the quote below.

Quote:Attributes such as layer mode and opacity should be set with explicit procedure calls. 

So the questions are: what is the explicit meaning of the two quotes? which APIs should we call and how? Must we call these APIs?
Thank you very much!

Print this item

  where/how to install "Text Outliner" plugin
Posted by: deonholt - 10-26-2021, 11:47 AM - Forum: Windows - Replies (2)

Hi. I am a brand new GIMP user for about 2 days now and I have already learned a lot, thanks to excellent YT tutorials.

Windows 10 Pro 64-bit; GIMP 2.10.28

I need to install this plugin:
https://github.com/apocalyptech/gimp-text-outline

I downloaded the [color=var(--color-fg-muted)][color=var(--color-fg-default)]text-outline.py[/color][/color] file. I copied it to: 
C:\Program Files\GIMP 2\lib\gimp\2.0\plug-ins

I put in the root folder and restarted GIMP. But, the plugin does not show show under filters, decor where it is supposed to be. I  am sure I did not copy it to the right place.

Can someone please advise:
1. If I did it correctly, and
2. where to put the file for the plugin.

Thanks very much.

Print this item

Photo Cannot draw over Color on the same Layer
Posted by: Gimpquester - 10-26-2021, 10:56 AM - Forum: General questions - Replies (3)

I must have changed the default setting somehow and now am clueless as to how to get it back. 

Drawing on a new layer with a color using paint brush works just fine. When I try to add a new color now however I can only draw on the empty space of the layer, and no longer over the color. It's as if the old color had become a seperate layer that's laid over my layer. See the two images attached.

Thanks for your help.



Attached Files Thumbnail(s)
       
Print this item