| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
Requesting testers for CM...
Forum: General questions
Last Post: rich2005
11 hours ago
» Replies: 10
» Views: 1,776
|
Need help installing Resy...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: Dave Rove
06-18-2026, 08:44 AM
» Replies: 8
» Views: 7,341
|
Color management and soft...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: Malsasa
06-17-2026, 03:14 PM
» Replies: 5
» Views: 9,805
|
How to restore tool docks...
Forum: General questions
Last Post: rich2005
06-16-2026, 06:40 PM
» Replies: 3
» Views: 625
|
How to change mouse wheel...
Forum: General questions
Last Post: rich2005
06-16-2026, 07:27 AM
» Replies: 9
» Views: 19,076
|
Software-update: Affinity...
Forum: Other graphics software
Last Post: denzjos
06-16-2026, 06:50 AM
» Replies: 0
» Views: 649
|
Converting python plugin-...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: migf1
06-15-2026, 01:01 PM
» Replies: 66
» Views: 57,868
|
A way to disable gimps ov...
Forum: General questions
Last Post: rich2005
06-15-2026, 08:17 AM
» Replies: 6
» Views: 966
|
Installing LayerFX for Gi...
Forum: General questions
Last Post: rich2005
06-14-2026, 01:51 PM
» Replies: 1
» Views: 207
|
Help with coloring comic ...
Forum: General questions
Last Post: denzjos
06-14-2026, 08:41 AM
» Replies: 2
» Views: 629
|
|
|
| Batch mode not working, 'plug-in-script-fu-eval' is not available |
|
Posted by: LuukOV - 12-05-2022, 09:06 AM - Forum: Installation and usage
- Replies (2)
|
 |
I had build a local docker environment running GIMP. However when I try to run a gimp batch command I get the following error:
GIMP-Warning: The batch interpreter 'plug-in-script-fu-eval' is not available. Batch mode disabled.
Any idea what might cause this? It works locally but when I deploy it I get this error.
the command I try to run:
gimp --batch-interpreter plug-in-script-fu-eval -i --verbose -d -f -b 'MY COMMAND'
my current dockerfile:
Code:
FROM debian:latest
RUN apt-get update
RUN apt-get install -y gimp --no-install-recommends
RUN apt-get install -y python
RUN rm -rf /var/lib/apt/lists/*
RUN apt-get update
RUN apt-get -qq install curl
RUN apt-get install -y aptitude
RUN curl -sL https://deb.nodesource.com/setup_lts.x | bash - && apt-get install -y nodejs && aptitude install -y npm
RUN apt-get update
# FROM node:lts
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
COPY . .
RUN npm install
RUN apt install -y imagemagick
EXPOSE 8080
CMD ["npm","start"]
|
|
|
| working with png graphics creates unwanted colors |
|
Posted by: Drachenbauer - 12-04-2022, 06:05 PM - Forum: General questions
- Replies (3)
|
 |
Hello
I like to create exact pixelarts for my self coded games.
I use 4-8 special choosen colors to build my graphics from to make them resemble a classic old videogame style.
So i sometimes use the indexed mode to check the used palette of my graphic.
For edition my graphics i only use pencil, color-fill and copy/paste selections.
But in the late time i noticed, that often extra colors appear, thar are just slightly different from one of my choosen colors.
How can this happen?
|
|
|
| How to Get a Custom Avatar |
|
Posted by: flauapaua - 12-04-2022, 08:37 AM - Forum: Gimp-Forum.net
- Replies (9)
|
 |
I tried to get one by going to User CP -> Change Avatar, chose a file from my computer i.e. the name of the file appeared beside the browse button. There is no upload button, so I clicked "Change Avatar". Didn't work however? Where did I go wrong?
|
|
|
| How to display a message to the user from script-fu |
|
Posted by: flauapaua - 12-03-2022, 08:33 PM - Forum: Scripting questions
- Replies (6)
|
 |
I have a very basic question.
in the script-fu console writing
Code:
(gimp-message "Hello World")
and pressing return gives me this
Code:
> (gimp-message "Hello World")
(#t)
in the output box of the console. And this is it.
Shouldn't I get some dialog pop up or something? If not how else can one do this?
|
|
|
| batch joining many jpgs - possible? |
|
Posted by: abrogard - 12-03-2022, 03:50 AM - Forum: General questions
- Replies (3)
|
 |
I have a large number of jpg of exactly the same format.
the are maps.
the inside areas of each match the inside areas of others, meet up, coincide
The thing is to get the borders off and join them into one large map that I can then select different areas and shapes from.
Is there a way to do this quiickly, easily in gimp, even by batch perhaps?
here's a couple of samples:
map jpgs
|
|
|
| what is the recommended hardware configuration for GIMP? |
|
Posted by: kenny1999 - 12-02-2022, 07:39 AM - Forum: General questions
- Replies (2)
|
 |
I do not mean the lowest hardware requirement for GIMP because we usually have better than that.
I'd like to know what the recommended hardware/system requirement for GIMP is.
I am buying a new computer soon and GIMP will be part of an important consideration because I don't plan on buying expensive and high-end one but at the same time I'd like to get something good enough for GIMP so that it is not going to lag, freeze or crash.
|
|
|
| TOOL Options |
|
Posted by: gaystan - 12-01-2022, 08:45 PM - Forum: General questions
- Replies (5)
|
 |
Hi everybody :
I have version 2.10
I accidentally deleted then TOOL options (on the right side). I searched the internet
for answers. Couldn't find the correct solutions. Example : when I click on FREE SELECT,
I get the tool options on the right side ( showing SIZE, FORCE,etc....). How do I get them
back ?
garystan
document.oncontextmenu = null; document.body.onpaste = null; document.body.onselectstart = null; document.onselectstart = null; document.ondragstart = null; document.body.oncut = null; document.onmousedown = null; document.body.oncontextmenu = null; document.body.oncopy = null; document.body.ondragstart = null; document.body.onmousedown = null;
|
|
|
|