| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
Multi window mode mode fa...
Forum: General questions
Last Post: teapot
52 minutes ago
» Replies: 0
» Views: 9
|
GIMP 3.04 opens with wind...
Forum: Windows
Last Post: subbareddy
Yesterday, 07:47 AM
» Replies: 7
» Views: 3,713
|
Isolate, select and copy/...
Forum: General questions
Last Post: rich2005
11-04-2025, 04:39 PM
» Replies: 7
» Views: 379
|
"Plug-in crashed" on GIMP...
Forum: General questions
Last Post: skullamrotis
11-04-2025, 03:32 PM
» Replies: 4
» Views: 400
|
AIMAGoR - Artificial IMAg...
Forum: Other graphics software
Last Post: vitforlinux
11-04-2025, 12:09 PM
» Replies: 23
» Views: 9,829
|
RapidRAW
Forum: Other graphics software
Last Post: denzjos
11-03-2025, 12:51 PM
» Replies: 2
» Views: 221
|
Tutoriel installer Drea...
Forum: Tutorials and tips
Last Post: meric57
11-03-2025, 07:45 AM
» Replies: 0
» Views: 94
|
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: 186
|
Can't find path plug-in
Forum: General questions
Last Post: programmer_ceds
11-01-2025, 04:47 PM
» Replies: 7
» Views: 485
|
|
|
| Unblur face |
|
Posted by: meetdilip - 09-29-2022, 04:21 AM - Forum: General questions
- Replies (5)
|
 |
I see a lot of images on news media where the face is blurred for various reasons. Wondering whether it is possible to unblur it.
|
|
|
| Half Way There |
|
Posted by: sallyanne - 09-28-2022, 09:25 AM - Forum: Other graphics software
- Replies (7)
|
 |
I think.
I want to make a svg file/vector that can open in any image viewer. I have done it as an Inkscape svg but it is saved as the inkscape logo. I assume you need the program on your computer to open it. I tried uploading it to my Drive and opening it but couldn't. Is there a way I can do this in Inkscape or do I need another program?
|
|
|
| Gimp stops responding during large rotate |
|
Posted by: BigGojira - 09-27-2022, 06:53 PM - Forum: General questions
- Replies (3)
|
 |
I have a large image that I tried to rotate by some small amount (+0.3 degrees), and GIMP froze solid about three quarters of the way through. Just confirm I restarted GIMP and loaded the same image and tried the same thing again (thank god I had just saved it). This time it worked, though it seemed a bit dodgy right at the end, like it almost didn't work.
I'm on 2.10 so if that's the problem let me know and I'll upgrade. If not, maybe it's a memory issue? Do I need to do something to make GIMP use more memory? Or some other issue perhaps. Let's see, Windows 10 Home 64 bit, not sure what else yall might need to know. Image properties: 5138 x 7042 pixels, RGB color, 17.1 MB file size, 659.6 MB in memory. I have 16 GB installed on this system, and virtual memory should be good for much more unless Windows has punked me there somehow.
|
|
|
| Copy text in Gimp console |
|
Posted by: Gimpnik - 09-25-2022, 10:59 AM - Forum: Scripting questions
- No Replies
|
 |
State:
Gimp: 2.10.32
OS: Win7 x32-Bit
If commands are executed by batch script, the Gimp console opens and there a certain sequence is displayed line by line. However, in contrast to Windows cmd.exe console, the lines can't be copied by right-clicking, but awkwardly via the nested context menu with right-click above the title bar (Edit => Select | Select all | ...).
It is possible to redirect the entire output of the console to a file, e.g. something like:
Code:
[size=medium][font=serif, Consolas]"%gimp%" -i --verbose -b "(BatchCropToContent \"*.png\")" -b "(gimp-quit 0)">"Output_GimpScript.txt"[/font][/size]
however, this does not solve the desire indicated here to be able to quickly copy a text section directly in the Gimp console.
Is there a possibility to remove this restriction and how?
|
|
|
|