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
3 hours ago
» Replies: 8
» Views: 2,848
|
edit_paste pastes at inco...
Forum: Scripting questions
Last Post: Ofnuts
3 hours ago
» Replies: 1
» Views: 54
|
Clone size randomly chang...
Forum: General questions
Last Post: oldschool1@runbox.com
7 hours ago
» Replies: 2
» Views: 134
|
AI Gimp Plugins
Forum: Watercooler
Last Post: Zbyma72age
9 hours ago
» Replies: 20
» Views: 53,226
|
Gimp closes automatically
Forum: General questions
Last Post: sallyanne
Yesterday, 05:50 AM
» Replies: 2
» Views: 179
|
AIGoR - Artificial Image ...
Forum: Other graphics software
Last Post: vitforlinux
07-16-2025, 11:10 AM
» Replies: 12
» Views: 3,777
|
Is This Possible ? Print ...
Forum: General questions
Last Post: sallyanne
07-16-2025, 07:47 AM
» Replies: 4
» Views: 173
|
Gimp Crash
Forum: Gimp 2.99 & Gimp 3.0
Last Post: rich2005
07-16-2025, 07:16 AM
» Replies: 1
» Views: 133
|
producing an image
Forum: Gallery
Last Post: MJ Barmish
07-15-2025, 06:37 PM
» Replies: 0
» Views: 100
|
GIMP 3.x: Editing a pdf
Forum: General questions
Last Post: rich2005
07-15-2025, 03:20 PM
» Replies: 1
» Views: 116
|
|
|
How to update fonts ? |
Posted by: jacques_duflos - 08-06-2023, 02:51 AM - Forum: General questions
- Replies (4)
|
 |
Hi there,
I am working on a project in gimp, I am using a font that I modify sometimes with the software fontforge (it's part of the project). The font is in .local/share/fonts/. The folder GIMP_FOLDER/fonts is empty. The program LibreOffice acknowledges the changes instantly. But Gimp won't. How do I get gimp to re-load/update the fonts ?
|
|
|
Webpage text is tiny |
Posted by: grits - 08-03-2023, 06:44 PM - Forum: Gimp-Forum.net
- Replies (3)
|
 |
I use my phone to read new posts, sent via a, feed reader. When I click through the reader to the, actual page the text is tiny. I have to turn my phone to landscape view, then do lots of scrolling.
Is there a way to fix this, on my end or the web manager?
|
|
|
PNG to SVG in bulk |
Posted by: djdstroy - 08-03-2023, 05:42 PM - Forum: Extending the GIMP
- Replies (2)
|
 |
does anyone know if i can convert 1000's of png files in to SVG files using Gimp?
Iv seen a few videos on how to do single files, but i have 16000 files i need to do.
thanks for your help.
|
|
|
When trying to copy and paste and image, the clipboard mask is pasted |
Posted by: RAlena - 08-03-2023, 05:54 AM - Forum: General questions
- Replies (2)
|
 |
I am running GIMP 2.10 from the Linux Environment in ChromeOS.
Copy and Pasting an image, either with the keyboard shortcut or the right click menu, always results in me pasting the image AND the mask. the mask image mask is colored black. i want to paste just the image without the mask. I have tried dragging the clipboard image from the buffer menu and it works, the image is intact, it's just when pasting with ctrl + v and the edit menu that this happens.
the issue also shows up when copy pasting from a selection.
How can i copy an image and paste just the image? is there a setting that i missed?
i never had this issue before while i was using it on a windows pc.
|
|
|
Problem with gimp 2.10.12 cursor |
Posted by: mighty_simo - 08-02-2023, 07:45 PM - Forum: General questions
- Replies (1)
|
 |
Hi,
I've been having an annoying problem with gimp's cursor. When I click on the canvas, a sort of small ripple-effect appears around the cursor, like I'd be selecting a page or something. Then when I press down for more than a very short moment, a white circle appears around the cursor for a moment before giving me a small drop down menu. It's super annoying and I can't seem to figure out what causes this, as it works normally around 50% of the time and then starts doing this stuff again all of a sudden.
I'm using a lenovo computer and a wacom intuos tablet with gimp 2.10.12. Any help is appreciated!
|
|
|
ComicBook - RuntimeError: cancelled |
Posted by: Krikor - 08-02-2023, 01:18 PM - Forum: Extending the GIMP
- Replies (13)
|
 |
Salut @cli345,
These days I noticed in one of your posts the link to: Photo To Cartoon - https://github.com/cl4cnam/gimp_cartoon_plugin
So today, I downloaded and installed the plugin, but only to be met with the following error:
Code:
[b]An error occurred running python-fu-bd
RuntimeError: cancelled
Traceback (most recent call last):
File "C:\Gimp-2.10.28_Portable_32-64bit-Win\lib\gimp\2.0\python/gimpfu.py", line 740, in response
dialog.res = run_script(params)
File "C:\Gimp-2.10.28_Portable_32-64bit-Win\lib\gimp\2.0\python/gimpfu.py", line 361, in run_script
return apply(function, params)
File "C:\Gimp-2.10.28_Portable_32-64bit-Win\Preferences\plug-ins\PluginsUso\bede2.10.py", line 35, in bd
pdb.plug_in_gmic_qt(img, layer, 1, 0, '-fx_curves_interactive 7,0,1,7,0,0,'+pointLum+',100,100,-1,0,0,'+pointSat+',100,100,-1,0,0,100,100,-1,0,0,100,100,-1,')
RuntimeError: cancelled[/b]
On the github page there is the following notice:
"On Windows, if the plugin does not work, delete the first line of the file "bede2.x.py" ("new line" character included)."
I believe that the first line would be the fifth line, so I added a '#' to comment it out:
-----------------------------------------------------------------
#!/usr/bin/env python
# -*- encoding: utf-8 -*-
# éèà
#from gimpfu import *
import os
baseDir = os.path.expanduser('~/.gimpTranslation')
-----------------------------------------------------------------
But then when restarting the plugin it no longer appears in the menu ➤ Filters ->Artistic -> Bede...
I'm not sure if the first line would actually be the fifth or if I should uncomment line 1.
I'm using G'MIC version 3.1.6
Is there any way to make the plugin work with my Gimp?
PS.: Using the version via G'MIC I have no problems.
Thanks in advance.
|
|
|
|