| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 5,272
» Latest member: Louisvex
» Forum threads: 7,893
» Forum posts: 42,837
Full Statistics
|
| Latest Threads |
Plugins & Scripts not fou...
Forum: General questions
Last Post: rich2005
48 minutes ago
» Replies: 1
» Views: 35
|
new plugin colour grading...
Forum: Extending the GIMP
Last Post: rich2005
Yesterday, 08:29 AM
» Replies: 5
» Views: 699
|
ExifToolGUI and ExifTool ...
Forum: Other graphics software
Last Post: denzjos
05-07-2026, 09:07 AM
» Replies: 14
» Views: 17,105
|
Langage français de l'int...
Forum: OSX
Last Post: rich2005
05-06-2026, 07:28 PM
» Replies: 1
» Views: 550
|
Locally Installed Help is...
Forum: General questions
Last Post: rich2005
05-06-2026, 10:10 AM
» Replies: 3
» Views: 750
|
scheme : error in vector
Forum: Extending the GIMP
Last Post: geka
05-06-2026, 05:40 AM
» Replies: 2
» Views: 343
|
Can a plugin be made to s...
Forum: Other graphics software
Last Post: firefox
05-06-2026, 02:23 AM
» Replies: 0
» Views: 127
|
Why does this.......
Forum: Watercooler
Last Post: CmykStudent_
05-05-2026, 08:41 PM
» Replies: 2
» Views: 697
|
How to change text inside...
Forum: General questions
Last Post: denzjos
05-05-2026, 06:39 PM
» Replies: 5
» Views: 853
|
logo for website profile ...
Forum: General questions
Last Post: tbint62
05-05-2026, 05:48 PM
» Replies: 6
» Views: 890
|
|
|
| Rearranging the dialog boxes |
|
Posted by: HavingTooMuchFun - 06-02-2022, 09:56 PM - Forum: General questions
- Replies (6)
|
 |
I HATE single-window mode, is there any way to make deactivating that PERMANENT, or am I stuck changing that setting every time I bring up Gimp?
Having the Brushes-Layers dialog box with the rarely-used Brushes and patterns on top and the constantly-used Layers on the bottom is such a nightmare that I'm still using 2.82 for every possible thing. Please tell me there's a way to rearrange it the way it is in 2.82, with the layers/channels/paths half on TOP... and ideally KEEP it that way?
|
|
|
| Nitroshare alternative |
|
Posted by: PixLab - 06-02-2022, 06:08 AM - Forum: Watercooler
- Replies (6)
|
 |
I'm using nitroshare for many years tto transfer files and directories directly between our computers on the same wifi and it was working perfectly, just drag and drop chose the computer in the list and ➤ done but I recently upgraded my kids computer to MX 21.1 and nitroshare seems to not detect the other computer on the same wifi, as well as not maintained any more (although if it works i'm ok with that, but it does not work)...
Do you know an alternative?
(Important: no online-website alternative)
|
|
|
| Automatically write filename on a set of images |
|
Posted by: GiacomoDB - 06-01-2022, 08:49 AM - Forum: Scripting questions
- Replies (2)
|
 |
Dear All,
I am new in this forum. I write a topic because I would ask if it is available a Script-Fu (of Python-Fu) which generates a specific set of operation made automatically.
I have a lot of images, with specific filename.jpg (or filename.png, or any extension).
I would like to:
- Open them one by one;
- Write on a specific position (which is always the same for every image) the filename without the extension ("filename"), with a specific size/color, font, etc;
- Save it and close;
Is there any Script-Fu able to doing this?
Is there an official repository of ready to use
Script-fu (or Python-Fu) scripts?
Thank you in advance for every reply!
|
|
|
| bizarre pixel brush - how to recreate? |
|
Posted by: wrongwarp - 05-30-2022, 07:30 PM - Forum: General questions
- Replies (2)
|
 |
hello! i use gimp as my primary drawing tool, and while trying to make a lazy 2 pixel large square brush using the clipboard (drawing a two pixel large square, copying it to my clipboard, and just using it as a brush like that) i ended up getting some incredibly bizarre brush behavior out of it.
the brush i created acts something like a weird in-between of 1px and 2px, but only when i'm using the version directly from the clipboard - if i select clipboard mask, the brush acts the way i had expected it to in the first place.
![[Image: brush%20weirdness.png]](https://wrongwarp.neocities.org/personal/brush%20weirdness.png)
now, i actually rather like this bizarre and crunchy looking brush, but there's a bit of a problem: i can't change its color until after it's on the canvas (i could also, of course, change the color of the 2px square on the clipboard and copy that, but that's a few extra steps that can add up to a LOT of extra time spent...). i can change the color of the clipboard mask version of the brush, but that looks completely different!
i don't really entirely understand how brushes on gimp work, so perhaps i'm missing something obvious here, but - is it possible to get the look of the brush on the LEFT side of the image but still have the ability to pick its color?
|
|
|
| Invalid char set error when trying to batch convert files |
|
Posted by: Zentian - 05-29-2022, 11:24 PM - Forum: General questions
- Replies (2)
|
 |
I'm trying to batch convert some images and am getting an invalid char set error when I do. I'm on Windows 10 and I'm using.
myconverter.scr in %AppData%/Roaming/Gimp/2.10/scripts/
Code:
(define (myconvert in_filename out_filename)
(let* (
(image (car (gimp-file-load RUN-NONINTERACTIVE in_filename in_filename)))
(drawable (car (gimp-image-get-active-layer image)))
)
(file-heif-save RUN-NONINTERACTIVE image drawable out_filename out_filename 0 0)
)
)
then a .bat file
Code:
for /r %%i in (*.jpg) ; do "C:\Program Files\GIMP 2\bin\gimp-2.10.exe" -i -b '(myconvert "%%i" "%%i.HEIF")' -b '(gimp-quit 0)' ; done
It looks like it's able to open the image, but then prints out
** (gimp-2.10.exe:21188): WARNING **: 19:22:33.507: Invalid charset: `InvalidCharsetId'
batch command executed successfully
batch command executed successfully
Does anyone know what the issue could be?
|
|
|
|