Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
Open, save buttons on bot...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: GrumpyDeveloper
2 hours ago
» Replies: 8
» Views: 2,846
|
edit_paste pastes at inco...
Forum: Scripting questions
Last Post: Ofnuts
2 hours ago
» Replies: 1
» Views: 51
|
Clone size randomly chang...
Forum: General questions
Last Post: oldschool1@runbox.com
6 hours ago
» Replies: 2
» Views: 134
|
AI Gimp Plugins
Forum: Watercooler
Last Post: Zbyma72age
8 hours ago
» Replies: 20
» Views: 53,224
|
Gimp closes automatically
Forum: General questions
Last Post: sallyanne
Yesterday, 05:50 AM
» Replies: 2
» Views: 178
|
AIGoR - Artificial Image ...
Forum: Other graphics software
Last Post: vitforlinux
07-16-2025, 11:10 AM
» Replies: 12
» Views: 3,775
|
Is This Possible ? Print ...
Forum: General questions
Last Post: sallyanne
07-16-2025, 07:47 AM
» Replies: 4
» Views: 172
|
Gimp Crash
Forum: Gimp 2.99 & Gimp 3.0
Last Post: rich2005
07-16-2025, 07:16 AM
» Replies: 1
» Views: 132
|
producing an image
Forum: Gallery
Last Post: MJ Barmish
07-15-2025, 06:37 PM
» Replies: 0
» Views: 99
|
GIMP 3.x: Editing a pdf
Forum: General questions
Last Post: rich2005
07-15-2025, 03:20 PM
» Replies: 1
» Views: 116
|
|
|
Error SECURE_FAILURE |
Posted by: Gimpnik - 09-22-2022, 09:09 PM - Forum: General questions
- Replies (2)
|
 |
GIMP v.2.10.30 (on Win7 x 32 bit)
When running the file gimp-console-2.10.exe (in the default installation directory on Windows "C:\Program Files\GIMP 2\bin"), the console opens after about 10 s delay with the following error message:
Code:
gimp_check_updates_callback: loading of https://gimp.org/gimp_versions.json failed: GET request failed: WinHttp error: SECURE_FAILURE
And it does not matter whether the file is executed with simple rights (without "Run as administrator" and the UAC prompt does not appear) or with elevated administrative rights with UAC confirmation.
The same behavior occurs when a batch script is used to execute a Fu script, which in turn is called via the file gimp-2.10.exe.
There are no other problems with accessing the Internet with any other program.
Just tested also with the latest version of GIMP (v.2.10.32, auf Win7 x32-bit) and it behaves the same.
Why does GIMP access the Internet every time it is started (with TCP/IP data streams like www.gimp.org, router-default.apps, openshift4.gnome …) and how to turn this off? In settings via the GUI edit menu is nothing to find like automatically update or similar activity to be switch of.
Thanks
|
|
|
[split] Fake colorization |
Posted by: SKILKINKS35 - 09-22-2022, 08:08 PM - Forum: General questions
- Replies (9)
|
 |
I don't know whether this is the right place to ask this question but if I don't ask I won't know.
I have colour photos to which I would like to apply a colorization effect to make them look like colourized black and white 50s post cards.
Does anyone know whether there is a filter or a special effect that would allow me to this in GIMP ?
or is the only way to achieve this would be to turn my colour photos into black and white and then colorize them by colour by colour?
this would be too time consuming considering I have to do this for about 50 photos!)
Impossible question with no possible answer?
Thank you in advance
|
|
|
Tablet dynamics off |
Posted by: kyosanshugi - 09-22-2022, 02:30 AM - Forum: Windows
- Replies (4)
|
 |
Hello friendly people,
So I was using my Wacom tablet in GIMP 2.10 (Tablet model CTH-460 if that matters) and all the dynamics were working just fine until they just... suddenly weren't. There is a text box that says "Dynamics Off", but there's no drop down and right clicking on the field turns up nothing. I can't check or any of the boxes in the mapping matrix, and I can't manipulate any of the other options in the drop-down. I checked tool options in preferences, but nothing there seemed like it would help me out. I also tried updating to 2.10.32, but that didn't change anything either. Does anyone have any idea what might have happened?
Tl;dr: Tablet dynamics suddenly stopped working and refuse to turn back on. Wat do?
|
|
|
Gimp 2.10 / Linux: Keyboard equivalent to Shift+Left-Mouse-Click |
Posted by: lawlist - 09-19-2022, 06:21 PM - Forum: General questions
- Replies (6)
|
 |
I'm running Gimp 2.10 on Linux (Ubuntu 20.04 LTS). Without using the mouse, is it possible to select a layer and make it visible, and hide all other layers? E.g., a sequence of keyboard entries that can accomplish the same thing as using the mouse to Shift+Left-Mouse-Click on the eye-icon area to the left of each layer in the applicable toolbox tab?
|
|
|
Gimp 2.10 / linux: How to export PDF with searchable text. |
Posted by: lawlist - 09-19-2022, 06:15 PM - Forum: General questions
- Replies (2)
|
 |
I'm using Gimp 2.10 on Linux (Ubuntu 20.04 LTS). I import a multi-page PDF with searchable text into Gimp as layers. I add a signature JPG file to one or more of the pages and then Export as a FILE.PDF. The resulting PDF is not text searchable; e.g., I cannot select a sentence in the exported PDF with the mouse and then copy it to the clipboard. Is it possible to Export to PDF and have the resulting PDF searchable with text?
|
|
|
Having trouble adding user interface options. |
Posted by: Albedo - 09-18-2022, 03:37 PM - Forum: Scripting questions
- Replies (4)
|
 |
Hi
I am having an issue adding UI stuff to my script. I am unable to use two UI of the same type. I think I'm missing something in my formatting. For example:
(PF_OPTION, "useRare", "Select N to Ignore Rare Percents. ", 0,
(
["N", "Y"]
)
)
That works fine. I am able to get the Y/N info passed into my useRare parameter. I am able to to pass it to scripts, no issue. The problem is I want to add another PF_OPTION. So I added
(PF_OPTION, "useColor", "Select Y to use color ", 0,
(
["N", "Y"]
)
)
And that breaks my script. I can add a PF_RADIO, or a PF_TOGGLE and they work fine too, but I cant add a duplicate for either of those. Can anyone explain to me how I can enter into duplicate PF types to the UI?
Thank you
|
|
|
|