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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,702
» Latest member: Doramaland_Des
» Forum threads: 7,213
» Forum posts: 39,413

Full Statistics

Latest Threads
Select By Color tool
Forum: Gimp 2.99 & Gimp 3.0
Last Post: CmykStudent
2 hours ago
» Replies: 2
» Views: 57
How to use selecting mult...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: teapot
Yesterday, 02:58 PM
» Replies: 9
» Views: 331
Troubles with porting a s...
Forum: Scripting questions
Last Post: alvk
03-09-2025, 09:51 AM
» Replies: 19
» Views: 644
Can't get a clean Select ...
Forum: General questions
Last Post: Ofnuts
03-09-2025, 08:39 AM
» Replies: 5
» Views: 363
currently planning to cre...
Forum: General questions
Last Post: saint_m
03-09-2025, 01:57 AM
» Replies: 40
» Views: 7,268
Print an image (2480x7016...
Forum: General questions
Last Post: Fleshus
03-08-2025, 03:59 PM
» Replies: 3
» Views: 166
Text to path query
Forum: General questions
Last Post: rich2005
03-08-2025, 03:51 PM
» Replies: 1
» Views: 119
G'MIC 3.5.3 released
Forum: Extending the GIMP
Last Post: Ofnuts
03-07-2025, 08:28 PM
» Replies: 3
» Views: 245
Getting emotional with my...
Forum: Gallery
Last Post: Ofnuts
03-07-2025, 04:19 PM
» Replies: 6
» Views: 347
A reasoning on what you c...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: vitforlinux
03-07-2025, 12:45 PM
» Replies: 8
» Views: 528

 
  Freshly-Built Gimp 2.10 segfaults upon startup
Posted by: shachter - 08-20-2020, 02:31 AM - Forum: Linux and other Unixen - Replies (3)

Esteemed Colleagues:

I just built Gimp 2.10 from source and it crashes upon startup, as
soon as it tries to load the pagecurl plugin.  Sometimes the crash
appears to occur upon loading the screenshot plugin, but I think that
is because screenshot is the last plugin that is loaded before loading
the pagecurl plugin.  I think pagecurl is actually the plugin causing
the crash.  Gimp is multithreaded so the exact moment when the main
window is unmapped and the error message is printed is indeterminate.

The error message is

  g_param_spec_internal: assertion 'g_param_spec_is_valid_name (name)' failed
  /gnu/bin/gimp: fatal error: Segmentation fault

and it seems to be coming from gimp_wire_read().  There is nothing
weird in my environment to which the crash can be attributed; the
crash still occurs when gimp is invoked after "env - DISPLAY=$DISPLAY".

(Parenthetically, building gimp from source was a nightmare.  Gimp
2.10 required newer versions of, inter alia: glib, gtk, babl and gegl
than I had available thru my package manager, so I had to build those
from source too, and, in several cases, the libraries on which they
depend.  The gegl build kept failing until I built a newer version of
gobject-introspection than the one I had, and then rebuilt babl using
the newer version of g-ir-scanner.  This was, of course, completely
undocumented.)

Segmentation faults are common when you build software with a
PKG_CONFIG_PATH variable that does not correspond to your explicit or
implicit LD_LIBRARY_PATH when you run it, since you are linking
against different subroutines than the program was built to expect
(proper "-rpath" arguments in the pkg_config .pc files would fix that,
but the .pc files only contain -L arguments and not -rpath arguments,
I have no idea why).  This seems, however, not to be the case here.
When gimp crashes and the debugger window pops up, it reports:

   using GEGL version 0.4.26 (compiled against version 0.4.26)
   using GLib version 2.65.1 (compiled against version 2.65.1)
   using GdkPixbuf version 2.36.5 (compiled against version 2.36.5)
   using GTK+ version 2.24.32 (compiled against version 2.24.32)
   using Pango version 1.42.3 (compiled against version 1.42.3)
   using Fontconfig version 2.13.92 (compiled against version 2.13.92)
   using Cairo version 1.14.8 (compiled against version 1.14.8)

So -- at least with respect to those seven libraries (all of which I
had to build from source in order to be able to build gimp 2.10) --
gimp is using, at run time, the same version of the library that it
was built to expect.

How do I build a Gimp 2.10 binary that I can get to actually function?

I have no idea what the pagecurl plugin does, but I suspect that I
would be happy to live without it.  I do not, however, see a configure
option for declining to build it.

As always, thank you in advance for any and all replies.

            jay at m5 dot chicago dot il dot us

Print this item

  Unable to save as *.jpg or *.png
Posted by: joezera - 08-19-2020, 06:22 PM - Forum: General questions - Replies (2)

I just installed GIMP 2.10.20 today (8/19/2020) to take the place of Photoshop. So far I am unable to get GIMP to save a file as either a *.jpg or a *.png file type. The File Saveas seems to show it is doing it, but when I look with file manager it is not anything but the GIMP native file type. My operating system is Windows 10.

I was able to import an image from my all-in-one printer/scanner, so at least that worked OK.

I found a few things on-line that were instructions on how to get GIMP to save files as *.jpg and *.png, but I cannot get it to work. I do not find any GIMP files under User/my user files/ that have any GIMP listing. I am fairly new to Windows 10, so that could be part of my problem.

I need detailed instructions if possible.

Print this item

  256-color-indexed(png|gif): missing transparency
Posted by: DearDeparted - 08-19-2020, 04:41 PM - Forum: General questions - Replies (6)

hey, i've already posted about this problem over on GIMPChat, although for the sake of inclusivity, i'm asking here too. Also, it looks like search functionality is busted atm, so I can't tell if this has been asked before and so i'm going ahead and posting my question...

The question is about how indexed color is represented at the data level in an exported image(png, gif), and what is the best way to export indexed images?: ¿num colors?, ¿remove unused colors from map? -- i guess those are the choices. 

Really, it all comes down to a problem i've had a few times now when trying to export an image(png or gif) as 256-colors indexed. the problem is it keeps adding a background color, and removing my transparency, and no matter how hard i try i have not been able to fix the problem while maintaining a full 256-color palette. here's an example:
   

if you look in image properties you will see it is labeled 256 colors, and there is still transparency in some layers, although it seems impossible to remove my background color in layer 1 or 5... above was actually my 2nd attempt to remove the background using GIMP_2.10
Here is my initial fail using GIMP_2.8:
   

...funny thing though, the problem disappears consistently when i choose fewer colors. see here(128 colors):
   

What is the cause of this problem? Also, why does gimp default to 255 colors? I've had it explained to me that it is because gimp represents transparent as a color too, and so i must decrement by one; but then why is there still transparency in some of the layers in my 256-color gif?

A full explanation would be much appreciated! I like to index a lot of my published work(for various reasons), but I also like to get the best quality, and sometimes that involves choosing 256. also this is not a consistent problem I have saved many pngs with transparency at 256-colors, and not had a problem, although it has not been an uncommon problem for me to encounter...

...could someone dispel the mystery? Thanks!

Print this item

  Creating a Clone mask using an image
Posted by: rmmwilg - 08-18-2020, 09:57 PM - Forum: General questions - Replies (14)

Since the file itself is too large for attachment, I've included it as a Dropbox link below.

In the 'Base Terrain' layer, I need to use the clone tool to fill in the hexside slivers below the full hex depictions. The best way to do this would be to create a mask, that would only allow the clone to paste within the outlines of the hexside slivers. I initially thought that a floating selection could do that, since when I copy the original file into a new layer that does create outlines that do act as masks for the paintbrush tool, but of course, we can't do anything else with a floating selection until it's anchored, at which point the very outlines that I need disappear. Thoughts, suggestions?


https://www.dropbox.com/s/yndmb89mmkvqcn...n.xcf?dl=0

Print this item

  Transparent Background Problem
Posted by: Purplechris83 - 08-18-2020, 06:48 PM - Forum: General questions - Replies (1)

Hi guys,

I'm new to this. I've been using the following method to cut a product out of a picture and make the background transparent:

Add Alpha Channel
Select Product image i want to keep using Free Select
Feather Image by 5,000 px
Invert
Clear

and this method has been working great until today where I have carried out the above method but when I put 5,000 px in Feather it won't accept it and keeps changing it to "50.00" px and then when I Invert and go to clear it makes the image a little transparent but I can still see the background. I have to keep pressing Clear 10 times until the image background is completely gone and then export but the image quality suffers and I'm wondering what I am doing wrong?

To try and fix this I have reinstalled GIMP twice (to a different directory the second time) and gone to Edit -> Preferences and Reset everything but I'm still having the same problem.

HELP! And thanks in advance.

Print this item

  Outline around model
Posted by: richiie - 08-17-2020, 05:23 PM - Forum: General questions - Replies (1)

Hey every1. I'm trying to do this "untitled.png". ( I want some spacing in between the model and the outline)

 

However, I get this "strokevroundigpic...".


Could you guys please help me 

https://drive.google.com/drive/folders/1...sp=sharing

Print this item

  Making a watch face
Posted by: rich2005 - 08-17-2020, 01:10 PM - Forum: Tutorials and tips - Replies (2)

Just a bit of fun.
There have been a couple of posts about adding text around a watch face. The last comment was, "too complicated, will do it manually". That is always an option, good option at that, however for a bit of fun, a font twenty-four-hours.ttf  with the essentials mapped to key rows. Not all that complicated Wink

   

Something for everyone.
24 hours for those travelers who turn up at 3 pm for a 1pm flight / Minutes for those who do not understand '20-to-12' / Military type option for joggers.

Using an script Pathrotator2.scm  and ofnuts plugin ofn-text-along-path.py. Pathrotator is in the attachment along with the font. Ofnuts plugin, get from http://sourceforge.net/projects/gimp-pat...s/scripts/   

A couple of short videos that might help. 
https://youtu.be/iDPWaL9pXIo  demo using Pathrotator (and its quirks)  duration 3 minutes
https://youtu.be/fsoba37vcEE  demo using of-text-along-path-multi duration 5 minutes.

When using the twenty-four-hour.ttf font with 'Keep upright - Yes' also select 'Height Reference - Middle of Box' otherwise unpredicable results. (you have been warned)



Attached Files
.zip   24-hours.zip (Size: 4.48 KB / Downloads: 480)
Print this item

  Multi colour icons
Posted by: meetdilip - 08-17-2020, 06:45 AM - Forum: Other graphics software - Replies (2)

While Inkscape 1.0 supports multicolour icons, it is not accepting mine which I created as per

https://wiki.inkscape.org/wiki/index.php...icon_theme

It is all black even though the icon has 2 colours


   

I think it needs


Quote:Add a color class to all paths, or unset the fill. If no class is set, the default class .base will be used.

I could be wrong. I am puzzled. Any idea on how to proceed will be great.

Print this item

  making a 'spokes on a wheel' design
Posted by: Hikaru - 08-16-2020, 11:58 AM - Forum: General questions - Replies (6)

EDIT - after posting, I realized I posted to the wrong forum.  I'll try to contact the Admins to get it moved/removed.

Hi all, I'm using GIMP 2.10.8  on  Mac 0S Sierra 10.12.2.  

How can I create a series of lines that radiate from the canvas center, and mark out equal segments of a circle? (I've put in place a horizontal and vertical guide, with the snap to guides turned on)

I've drawn two line segments, one that crosses the center of the canvas, and one that begins in the center of the canvas.  But the rotate tool is based on a point in the center of my line segment.  

ps - there is a video that shows how to do something like this, but there is no sound (!) and my eyes aren't good enough to see what s/he is actually doing. (I hope in this case it's ok I'm posting a link, I think it's the best way to explain)
https://www.youtube.com/watch?v=aN856eOx71k


Thank you very much
Hikaru


(I have some experience using photoshop, and I've made a flyer and a business card so far with GIMP.)

Print this item

  Sharpen by Synthesis error
Posted by: meetdilip - 08-16-2020, 07:20 AM - Forum: General questions - Replies (1)

I have 2 images. One big and one small. I had to use them together. So I have to resize the small one. Everything is fine. The only problem is the scaled image looks a bit out of focus. So I tried Sharpen (unmask ). It didn't go well. The image become distorted with hue.

Now I tried to sharpen with synthesis. But it is giving me this error continuously


   

I tried with all other layers off, but the same error. Is there any method to fix this issue ? Thanks.

Print this item