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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,642
» Latest member: KarensaisE
» Forum threads: 7,503
» Forum posts: 40,930

Full Statistics

Latest Threads
help with shine/gloss eff...
Forum: General questions
Last Post: tempy
5 hours ago
» Replies: 2
» Views: 58
Technique for removing ov...
Forum: General questions
Last Post: denzjos
Yesterday, 10:35 AM
» Replies: 15
» Views: 1,653
Gimp 3.0.2- Problem mergi...
Forum: General questions
Last Post: Daniel_E
Yesterday, 09:13 AM
» Replies: 3
» Views: 172
Plugins
Forum: Gimp 2.99 & Gimp 3.0
Last Post: rich2005
07-22-2025, 08:28 AM
» Replies: 1
» Views: 142
Cannot rotate Grid lines ...
Forum: General questions
Last Post: toliveras23
07-22-2025, 08:27 AM
» Replies: 2
» Views: 112
Can not save or export pi...
Forum: General questions
Last Post: Holographic Breathing
07-22-2025, 07:42 AM
» Replies: 6
» Views: 264
Endianess of pixel data i...
Forum: Scripting questions
Last Post: Ofnuts
07-21-2025, 09:14 PM
» Replies: 5
» Views: 388
CMYK color mode Gimp 2.10
Forum: Extending the GIMP
Last Post: rich2005
07-20-2025, 08:21 PM
» Replies: 22
» Views: 82,640
copy sequence of filters ...
Forum: General questions
Last Post: programmer_ceds
07-20-2025, 04:03 PM
» Replies: 3
» Views: 297
[Python] In-memory save p...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: DunkleMaterie
07-20-2025, 12:54 PM
» Replies: 4
» Views: 239

 
  Script-Fu hanging after "Batch command successfully executed"
Posted by: JmurrayGa - 06-26-2020, 10:03 PM - Forum: Extending the GIMP - Replies (2)

So this is a simplified command that is having the same issue 

It runs the gimp-console executable but it does not seem to actually run any of the code inside -b argument.

This line below simply attempts to close the gimp console window but it simply hangs at "batch command executed successfully"

Any help would be appreciated!

Update Below

Code:
C:\Users\james>gimp-console-2.10.exe -idfc -b '(gimp-quit 0)' --console-messages --verbose | quit
'quit' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\james>gimp-console-2.10.exe -idfc -b '(gimp-quit 0)' --console-messages --verbose
Parsing 'C:\Program Files\GIMP 2\etc\gimp\2.0\gimprc' for configured language.
Parsing 'C:\Users\james\AppData\Roaming\GIMP\2.10\gimprc' for configured language.
No language property found.
INIT: gimp_load_config
Parsing 'C:\Users\james\AppData\Roaming\GIMP\2.10\unitrc'
Parsing 'C:\Program Files\GIMP 2\etc\gimp\2.0\gimprc'
Parsing 'C:\Users\james\AppData\Roaming\GIMP\2.10\gimprc'
INIT: gimp_initialize
INIT: gimp_real_initialize
Parsing 'C:\Program Files\GIMP 2\lib\gimp\2.0\interpreters\default.interp'
Parsing 'C:\Program Files\GIMP 2\lib\gimp\2.0\interpreters\pygimp.interp'
Parsing 'C:\Program Files\GIMP 2\lib\gimp\2.0\environ\default.env'
Parsing 'C:\Program Files\GIMP 2\lib\gimp\2.0\environ\pygimp.env'
INIT: gimp_restore
Parsing 'C:\Users\james\AppData\Roaming\GIMP\2.10\parasiterc'
Parsing 'C:\Users\james\AppData\Roaming\GIMP\2.10\colorrc'
Parsing 'C:\Users\james\AppData\Roaming\GIMP\2.10\templaterc'
INIT: gimp_real_restore
Parsing 'C:\Users\james\AppData\Roaming\GIMP\2.10\pluginrc'
Querying plug-in: 'C:\Program Files\GIMP 2\lib\gimp\2.0\plug-ins\file-rawtherapee\file-rawtherapee.exe'
Querying plug-in: 'C:\Program Files\GIMP 2\lib\gimp\2.0\plug-ins\file-darktable\file-darktable.exe'
Initializing plug-in: 'C:\Program Files\GIMP 2\lib\gimp\2.0\plug-ins\file-rawtherapee\file-rawtherapee.exe'
Initializing plug-in: 'C:\Program Files\GIMP 2\lib\gimp\2.0\plug-ins\file-darktable\file-darktable.exe'
Writing 'C:\Users\james\AppData\Roaming\GIMP\2.10\pluginrc'
Starting extension: 'extension-script-fu'
Plug-in "script-fu.exe"
(C:\Program Files\GIMP 2\lib\gimp\2.0\plug-ins\script-fu\script-fu.exe) is installing procedure "flipHorizontal" with a full menu path "<Toolbox>/Xtns/User Scripts/Jmm/flipHorizontal" as menu label, this deprecated and will be an error in GIMP 3.0
Plug-in "script-fu.exe"
(C:\Program Files\GIMP 2\lib\gimp\2.0\plug-ins\script-fu\script-fu.exe) is installing procedure "MakeStarWarsFigurine" with a full menu path "<Toolbox>/Xtns/User Scripts/Jmm/MakeStarWarsFigurine" as menu label, this deprecated and will be an error in GIMP 3.0
Plug-in "script-fu.exe"
(C:\Program Files\GIMP 2\lib\gimp\2.0\plug-ins\script-fu\script-fu.exe) is installing procedure "makeTransparentBackground" with a full menu path "<Toolbox>/Xtns/User Scripts/Jmm/makeTransparentBackground" as menu label, this deprecated and will be an error in GIMP 3.0
No batch interpreter specified, using the default 'plug-in-script-fu-eval'.
batch command executed successfully

My issue was the use of single quotes around my code in -b.

I changed them to double quotes and it worked but what do I use to text qualify my function parameters? I was using double quotes but that seems to terminate the script early.

Print this item

  Distorted text following path
Posted by: gary742 - 06-26-2020, 07:32 PM - Forum: General questions - Replies (10)

Hi. I'm sorta new using GIMP. I've run into an issue that I was hoping someone with more experience could shed some light on. I am trying to curve text to a circle. This has worked excellent until recently. I am running GIMP 2.10.20 on a Windows 10 64-bit machine. I'm 1) creating a circle, 2) select to path, 3) creating the text (Sans-Serif, 29 px) and 4) text along path. Changing font doesn't seem to help much. Any suggestions or answers as to why this is happening is welcome. 

Thx,
Gary J.

   

Print this item

  Create diamond texture
Posted by: meetdilip - 06-26-2020, 07:13 AM - Forum: General questions - Replies (8)

How can we create a Diamond texture like this ? I assume we have to use the Filter > Noise and then do something further. Any tips will be great.

   

Print this item

  script-fu - how to refer to the active image?
Posted by: stabilo - 06-26-2020, 04:36 AM - Forum: Extending the GIMP - Replies (10)

Hi, I'm a newbie. I can't figure out how to refer to the active image in a non-interactive script. The example scripts I find all refer to either a new image, or an image loaded from disk, or looping through the image list, or assuming you're working on the rightmost image, or the image comes as a parameter from the dialog (for interactive scripts). I haven't been successful in locating an example that just uses an already opened active image.

So if i have an image open and active, and I want a non-interactive script to reduce opacity of that selected image with a fixed amount and then save the image, how do i refer to the image (and drawable)?


tnx!

Print this item

  CombiNumerals... ?
Posted by: uniform72 - 06-25-2020, 01:04 PM - Forum: General questions - Replies (1)

Trying to use the free TrueType version of the outline font CombiNumerals. Used to work on an older version of GIMP and/or Windows, but stopped working some time ago (not sure at which version). Any way to get it to work in current GIMP on Windows 10?

Print this item

  wilber on taskbar?
Posted by: stabilo - 06-25-2020, 02:17 AM - Forum: Older Gimp versions (2.8, 2.6....) - Replies (1)

Hi, I often find it difficult to locate gimp on my taskbar because it doesn't have a clear and constant logo, but rather a mini version of the active image in gimp. Is it possible to set wilber as a fixed logo on the tabs in the taskbar?

tnx

linux mint 18.3 mate

Print this item

  GIMP 2.10 Won't print picture in selected size
Posted by: PeaceLuth - 06-24-2020, 06:03 PM - Forum: General questions - Replies (1)

I'm making correction and text additions to numerous photographs. All are imported from JPG files and set to 8 1/2 X 11 inch landscape at 300 dpi.
After making the necessary edits I save the picture in GIMP's default XCF file format. I then check the image size and canvas size to make sure they are the same, usually 8 1/4 X 10 3/4 inches to account for printer margins. I then print out a sample on plain paper. I'll use either an HP Envy 5055 inkjet or our Konica-Minolta bizhub C558. I'll check all the setting of the printers and then print.

I've yet to get a print that is 8 1/4 X 10 3/4. The print is usually 6 1/5 X 8 3/4. What gives?

Print this item

  SLOS-GIMPainter
Posted by: rich2005 - 06-24-2020, 09:52 AM - Forum: Extending the GIMP - Replies (23)

A set of brushes / dynamics / presets specifically for Gimp 2.10.20  These largely replicate the mypaint brushes but in native Gimp format.  Aimed at the more artistic Gimp user.

You can download and the read notes, view example videos at https://github.com/SenlinOS/SLOS-GIMPainter

I tried out in kubuntu linux Ok there and a quick try with a Win10 Gimp 2.10.20. Installation at its most basic. Copy the SLOS folders to the respective (brush / tool-presets / dynamics) User profile folders. Example for the brushes.

   

You can access the presets bottom of the Tool options menu but depending on screen size a separate dock works well with icons.

   

Obviously a lot of work has gone into these resources.

Print this item

  Copywrite infringement?
Posted by: EternalSlushy - 06-23-2020, 10:51 AM - Forum: Watercooler - Replies (4)

I'm looking at some of these photos online that people submit to freeware sites for public use and what not. There are tons of great stuff to play around with as well as some amazing photos I personally would never give out for free.

Even though they posted/uploaded it to these websites for public use, is it still illegal to use them in your work? If you buy them do you own the photo or just get a copy of it?

Also, if anyone knows any good websites to find cool background or photos that are totally 100% free please let me know!

Print this item

  Linux Flatpak additions (official)
Posted by: rich2005 - 06-23-2020, 10:17 AM - Forum: Extending the GIMP - Replies (4)

Some joy for linux flatpak users. (and some whinges from me)

Update your flatpak

Code:
flatpak update org.gimp.GIMP

   

Whinge no.1  - You get the Gimp manual. It is a big installation. Do I want it - no. I use either online or the pdf.

A list of the addons
Code:
flatpak install org.gimp

   

Very straight forward, select the one you want, (only one-at-a-time, you need to repeat the procedure for more) and it installs.

Whinge no.2 Resynthesizer for example, I remember installing that in an earlier flatpak with no problems at all, but it is welcome.
Whinge no.3 Again Resynthesizer, At best I use only two of the python plugins, heal-selection and occasionally heal-transparency. With this install you get the lot, 8 of them to clutter up the menu.
Whinge no.4 I want to remove the unwanted python plugins, go to Edit -> Preferences -> plug-ins. Where are they ?  It says  /app/.... Where ? I did find them eventually.
 /var/lib/flatpak/runtime/org.gimp.GIMP.Plugin.Resynthesizer/x86_64/2-3.36/ece209307f93889a3b75c31a809bd87b318ea42f014473f21b0a4604643c0b69/files/plug-ins/

However, for all,of that,  the gmic plugin is there and for many linux Gimp 2.10.x users that is welcome.

Print this item