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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,918
» Latest member: MichaelNaide
» Forum threads: 7,685
» Forum posts: 41,800

Full Statistics

Latest Threads
Multi window mode mode fa...
Forum: General questions
Last Post: teapot
6 hours ago
» Replies: 0
» Views: 57
GIMP 3.04 opens with wind...
Forum: Windows
Last Post: subbareddy
Yesterday, 07:47 AM
» Replies: 7
» Views: 3,718
Isolate, select and copy/...
Forum: General questions
Last Post: rich2005
11-04-2025, 04:39 PM
» Replies: 7
» Views: 410
"Plug-in crashed" on GIMP...
Forum: General questions
Last Post: skullamrotis
11-04-2025, 03:32 PM
» Replies: 4
» Views: 411
AIMAGoR - Artificial IMAg...
Forum: Other graphics software
Last Post: vitforlinux
11-04-2025, 12:09 PM
» Replies: 23
» Views: 9,844
RapidRAW
Forum: Other graphics software
Last Post: denzjos
11-03-2025, 12:51 PM
» Replies: 2
» Views: 222
Tutoriel installer Drea...
Forum: Tutorials and tips
Last Post: meric57
11-03-2025, 07:45 AM
» Replies: 0
» Views: 96
Nouveau Arrivant sur le f...
Forum: Watercooler
Last Post: meric57
11-03-2025, 06:45 AM
» Replies: 0
» Views: 95
Accessing GIMP’s internal...
Forum: General questions
Last Post: rich2005
11-02-2025, 12:35 PM
» Replies: 1
» Views: 189
Can't find path plug-in
Forum: General questions
Last Post: programmer_ceds
11-01-2025, 04:47 PM
» Replies: 7
» Views: 486

 
  A silly question
Posted by: carmen - 10-27-2019, 08:30 PM - Forum: Scripting questions - Replies (3)

I dare say it's silly enough. I have a piece of code in Gimp that reads:

Code:
    postfix='_xcf.webp'
    if GS: postfix='-GS' + postfix
    if crop: postfix='-crop' + postfix
    theName=name + postfix
to variously modify the name of my issue file.
It works to do what I wish, but it looks as ungainly as a five-legged mammoth.
Please, is there some more elegant way to achieve the same?
I have been reading about 'lambdas', but nothing seemed applicable...

And, if my quesion is as foolish as I feel at posting it, please disregard it... Blush

Print this item

  Gimp with Surface?
Posted by: Marscaleb - 10-27-2019, 01:58 AM - Forum: Windows - No Replies

Some number of years ago, one of the newer versions of the surface came with some new API for their pen, instead of using the API that Wacom made.
This made it it so that GIMP would not work with the new surface, or rather, using a pen had the same functionality as a mouse, and didn't respond to features like pen pressure.

This was a number of years ago.  I am curious how things stand now.  Has GIMP been updated to work with this microsoft pen API?  Or has Microsoft reverted back to using the Wacom API?  Or, since the latest Surface runs windows 10, has someone developed a way to install the Wacom API onto a surface so that programs that respond to it can be used?


Or is there some other reasonable workaround that lets people use pen pressure in GIMP on a Surface?

Print this item

  Stained glass pattern making
Posted by: JohnL316 - 10-26-2019, 11:08 AM - Forum: General questions - Replies (2)

Hello,

My wife and I enjoy creating stained glass projects.

Is there a way of opening an image in GIMP and then convert it to outlines of the image?

Typically in stained glass patterns there is a 3mm line that represents the thickness of the soldered areas connecting the various glass pieces together.

say for instance, that I opened an image of a birdhouse in GIMP. 

would it be possible to have that image converted so that there are outlines of all objects within that image?


thank you all


I am using GIMP 2.10.12 running on Windows 10 and also windows 7

Print this item

  Here again--re: xml parsing for svg
Posted by: carmen - 10-25-2019, 09:28 PM - Forum: Scripting questions - Replies (6)

Well, I began working on a wrapper for the default gimp-vectors-export-to-file, but
-- The option 'export all paths' doesn't work from a plugin, likely for the same reason as the bug in my previous tread
-- Anyway, I wish to export just my 'selected paths', to a single file, and not merged, but as individual paths in a single SVG file.

Well, as can be seen from the attachment, I got 'almost' there by using xml.etree.ElementTree--the trouble is I cannot get it to save to svg without mangling the file by adding a nsO: namespace to every tag.

Inkscape and Chrome can cope with the mangled file, but Gimp CANNOT--and one cannot find fault with that!

Is there some alternative to reprocessing the whole file (maybe as a string?) and removing all those spurious nsO:?

Thanks!



Attached Files
.zip   export-my-pathsV0.zip (Size: 2.04 KB / Downloads: 501)
Print this item

  G'MIC on Catalina
Posted by: ignign0kt - 10-25-2019, 08:23 PM - Forum: OSX - Replies (3)

I installed the newest GIMP version and downloaded the latest G'MIC version and put it in the plug-ins folder. However I get this error when opening GIMP or running the gmic_gimp_qt binary.

“libX11.6.dylib” is damaged and can’t be opened. You should move it to the Trash.

Is this just a case of Catalina compatibility?

Print this item

  Stumped again - help, please?
Posted by: carmen - 10-23-2019, 11:16 PM - Forum: Scripting questions - Replies (4)

In the attachment, 2 Gimp plugins to do similar things: 
beginning from a multi-layered xcf file, with o without an active selection, copy visible and export the result as:
1. webp -- workaround for a (reported) bug in GIMP 10
2. indexed png
Plugin 1 works without trouble, and so 2 for 8 bit perceptual.
Now, other precisions cannot be converted to indexed directly, so I am trying workarounds--and always find myself against

Code:
TypeError: wrong parameter type

marked #### in the plugin.
Worse, after reading the PDB documentation, I fail to understand the whys and wherefores...
Thanks for any explanation/help!



Attached Files
.zip   Lazy-Body_toolbox1.zip (Size: 2.79 KB / Downloads: 376)
Print this item

  Importing SVG file not specifying a size
Posted by: Allsystemgo - 10-22-2019, 10:11 PM - Forum: General questions - Replies (13)

I have Gimp 2.10 on a new machine running Linux mint,

Im trying to open a .svg file but Gimp is not recognising the svg image size and defaulting to 500x500. I have used these files many times in the past and know they work.

In the past on my old machine (unbuntu 16.04) it recognised the image size and im able to set a width or height and the other variable changes automatically.

Anybody have any ideas?

Many Thanks


Screenshot showing my issue



Attached Files Image(s)
   
Print this item

  Bucket fill not working properly: filling with lighter tone
Posted by: Gabriel - 10-22-2019, 05:39 PM - Forum: General questions - Replies (1)

Hi,

I am using the bucket tool but instead of filling with the chosen color it fills with a lighter tone. Does anyone know how to fix this?

Thanks,

Gabriel

Print this item

  LCh and HSV colours
Posted by: Redraw - 10-22-2019, 02:55 AM - Forum: General questions - Replies (2)

Hello
when I open the colour menu I always change over to HSV
Much prefer if it open up on the HSV instead of the LCh selector,

Is there any way to set HSV as the default instead of LCh

Using Linux if that's needed info.

Thanks in advance.

Print this item

  Whats the simplest and quickest way to make this type of design?
Posted by: getsignups - 10-21-2019, 10:07 PM - Forum: General questions - Replies (1)

Good afternoon guys,

So as the title of this post reads I want to know the simplest and quickest way to make this type of design in either gimp of Inkscape.

Keep in mind I need to make some areas transparent so that the natural color of the t-shirt can come thru as seen in the design.
(The clover I am not concerned with obviously)


This will be designed for a t-shirt.

Thanks!



Attached Files Image(s)
   
Print this item