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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,585
» Latest member: Black Jack Davy
» Forum threads: 7,458
» Forum posts: 40,752

Full Statistics

Latest Threads
Bug: gimp-drawable-get-pi...
Forum: Scripting questions
Last Post: programmer_ceds
2 hours ago
» Replies: 4
» Views: 131
blank screen
Forum: OSX
Last Post: wilsonpig
3 hours ago
» Replies: 4
» Views: 114
GIMP 3.04 opens with wind...
Forum: Windows
Last Post: rich2005
4 hours ago
» Replies: 4
» Views: 192
Cannot Install BIMP to GI...
Forum: Extending the GIMP
Last Post: Ofnuts
Yesterday, 07:52 PM
» Replies: 1
» Views: 66
Missing fonts when export...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: chblondel
Yesterday, 06:11 PM
» Replies: 9
» Views: 505
Gimp 3.0.4 - Windows 10 -...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: rich2005
Yesterday, 03:02 PM
» Replies: 1
» Views: 114
Macroglossum stellatarum
Forum: Watercooler
Last Post: denzjos
Yesterday, 09:47 AM
» Replies: 2
» Views: 134
Missing script-fu "refres...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: Frenchie
Yesterday, 08:38 AM
» Replies: 11
» Views: 396
processes in Whitelist
Forum: OSX
Last Post: rich2005
07-02-2025, 09:45 AM
» Replies: 5
» Views: 237
Digikam: photo management...
Forum: Other graphics software
Last Post: denzjos
07-02-2025, 06:53 AM
» Replies: 7
» Views: 4,625

 
  Text problem new line
Posted by: PaulCKruger - 07-30-2021, 03:24 PM - Forum: Windows - Replies (3)

For some reason when I enter more than one line of text, pressing to add second line places that above the first instead of below as is should.

Any idea if this is a setting somewhere or a bug?

=== example ===

FIRST WORD (enter for new line ) SECOND WORD

This is what I get:

SECOND WORD
FIRST WORD

Should be:

FIRST WORD
SECOND WORD

Print this item

  Parametric curves 2
Posted by: Ottia Tuota - 07-30-2021, 09:04 AM - Forum: Extending the GIMP - Replies (19)

I return to my old love: parametric curves. You may remember that I wrote a plugin to draw parametric curves as Gimp's paths approximately. Now the plugin has a new version. It is so big overhaul that I prefer to start a new thread. I wish everybody would just forget the old one.

The new version 2.1 has a new approximation algorithm. Meanwhile I have learned something about plugin writing, and I also had my eye on how the extension Parametric Curves is done in Inkscape, and I hope that I now managed to make my plugin a little more user-friendly. Anyway, it is no longer so loaded with options nobody wants.

If you have in your plugins folder files 'parametric_curves.py' and 'simple_parametric_curve.py', please delete those. To get the new version (2.1), click the link

http://kmarkku.arkku.net/Parametric_curv...aster.html

scroll down and download the file for Parametric curves; this gives you the .zip file parametric_curves_2_1.zip. (There is another download button for Special curves, an update of an old version, but I talk now only about the Parametric curves.)

The .zip file parametric_curves_2_1.zip contains one file parametric_curve.py  and a small file doc.pdf. When you unzip the .zip file and move the .py file to your user's plug-ins folder, and restart Gimp, you find in the menu at

Filters > Render > Parametric curves

three plugins:

  • Parametric curve (cartesian)
  • Parametric curve (polar)
  • Parametric curve (read function from file)

The documentation file doc.pdf contains explanations and instructions. They are probably useful only if you try the third plugin. Otherwise you don't lose much if you skip the documentation and just go experimenting.

The first plugin is the basic form, and I talk only about that in this post. The other two I shall explain later.

Open the first plugin Parametric curve (cartesian). If you let the default values in the GUI be as they are and just press OK, you get a half circle, as large as can be fitted on the screen. I don't show it here: you know what a half circle is.

To get a better example, put in the GUI the following:

   

Changes from the defaults are:

name = astroid
x(t) = cos(t)**3
y(t) = sin(t)**3
start value for t = 0 (this is the same as default)
end value for t = 2*pi
the curve is closed
padding = 50

Then on the screen you get an astroid, fitted to fill the screen with a little padding. And it is a path, so all stroking is left to the user.

   

That is the idea. If you keep 'fit to window' as Yes, you get as large a curve as fits on the screen and the next field enables you to put some padding. But clicking 'fit to window' to No, you can control the size and placement with the three inputs 'x of the origo', 'y of the origo' and 'scale'.

<...skip on first reading...>
There is one input which you can usually safely just ignore: custom parameter values. But I explain the idea for once: Consider the astroid example. There are four cusps. The plugin puts one anchor at each cusp. Those anchors should be set rather precisely to obtain a faithful rendering of the astroid. But how does the plugin find the cusps? It cannot compute derivatives (which would bring the problem down to solving equations). No, the only thing it can do is to run along the curve and examine it at very many close points. That is what it does and that is how it finds cusps (or inflection points or whatever). You understand that that is necessarily inaccurate. So, the idea in those custom points is that the user can help the plugin in its work. The user can list the parameter values (pi/2, pi, 3*pi/2) which give three of the cusps (the fourth is the starting or ending value of t, so the plugin knows it anyway). When the plugin is given those exact parameter values it places anchors at those exact spots and the result will be more accurate.

But in its current form the plugin is so good in finding cusps on its own (or inflection points or whatever) that you can usually ignore this difficulty. But it is good to know just in case: with custom points you can force the plugin to place anchors at some particular points. Then those points will be exactly on the right curve. Between the anchors the curve will only approximate the true curve.
</...skip on first reading...>

You may recall that the goal of this plugin is: Given a parametric curve,
1. approximate it with a path (a composite Bezier curve);
2. try to do this very accurately; and
3. do this with only a small number of control points.
Requirements 2 and 3 are contradictory, but at the moment I am rather pleased with how the plugin works.

If you try the plugin with complicated curves you are likely to find trouble cases where something goes wrong. I shall be grateful if you report those: the functions, the interval, custom points (if any), and any error messages.

Print this item

  Erase problems
Posted by: Robert Foster - 07-29-2021, 03:13 PM - Forum: General questions - Replies (6)

Hi I am new to this forum but not new to Gimp.
  I do a lot of blending photos and recently I am having issue with erasing. All my older image projects still work fine, but when every I input newer photos as an original project or on top of an older project. Well they won't erase properly. What is happing is erase seems to be getting replaced by a color and this has completely stopped my work flow.

Mac/OS Big Sur 11.4
Gimp 2.10

Print this item

  How to install Resynthesizer Plugin on Mac
Posted by: WuYuFeng - 07-29-2021, 04:31 AM - Forum: OSX - Replies (9)

Good day all.

Has anyone successfully installed Resynthesizer Plugin on Mac OS?  I followed exactly the instruction found in this link https://daviesmediadesign.com/how-to-dow...r-for-mac/ to install this plugin and get "An error occurred running python_fu_heal_selection" error.

I am using Mac Big Sur version 11.5.1.  Appreciate if anyone here can help to fix this error.

Thank you



Attached Files Thumbnail(s)
   
Print this item

  Filters/lights and shadow/lighting effect
Posted by: Rtferg88 - 07-28-2021, 10:25 PM - Forum: General questions - Replies (9)

Hi I am trying to simply make a point light on a black background.   But when I make my light it always exceeds the size of the canvas.   How can I make sure part of my light doesn't get cut off screen? 

Thank You

Print this item

  Programmatically change text
Posted by: DontCallMeLarry - 07-27-2021, 08:04 PM - Forum: General questions - Replies (3)

Hi,

I'm trying to figure out how to programmatically change text in a layer and then save the output? 

My use case is trying to add a version number (aka limited edition) to a digital photograph. I would like to do this 100 times and have an end result of 100 images that have a minor change of 1/100, 2/100, ... 100/100. 


Thank you for the help or suggestions!

Print this item

  Making images with 300 dpi
Posted by: snowforest - 07-27-2021, 08:37 AM - Forum: General questions - Replies (15)

The images draw with librecad, when I export it as jpg, it only exports with 96 dpi. But I need 300 dpi. I turn it into 300 dpi using gimp. What do you suggest? Is gimp the best one to do it or another software or it doesnt matter? I use windows 10.

Print this item

  Reducing image size in gimp vs other program
Posted by: snowforest - 07-27-2021, 08:34 AM - Forum: General questions - Replies (2)

If I reduce the size of an image with gimp vs another program, to the same size (just the scale or resize thing), why does the quality look different? For example I have an image I reduced its size with gimp. The lines looked faded a little. Then I tried reducing the size of same image with ms office picture manager. The lines looked less faded. Am I doing something wrong or is it normal?

Print this item

  How to check if we save with iptc option
Posted by: snowforest - 07-27-2021, 04:52 AM - Forum: General questions - Replies (6)

If I save the image in jpg format with iptc data checked, after closing it, how , from where, can I review that iptc data later? Where is that data stored? How can it be viewed?

And do you recommend to check that option while saving and if so why?

Print this item

  Eye burn
Posted by: Nico - 07-26-2021, 07:44 PM - Forum: General questions - Replies (10)

Hello !

This time, I come back to you for making a burn on the eye of a character. I have a image and I would like a burn on the left eye until his ear, on the right. A burn mark.

I tried some things but it's hard to have a "beautiful" result.

My orginal image :

https://zupimages.net/up/21/30/bv6j.png

My attempts :

https://zupimages.net/up/21/30/y7io.jpg

https://zupimages.net/up/21/30/muys.jpg

I know, it's a very graphic stuff but maybe you will can help.

Thank you !

Print this item