Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
edit_paste pastes at inco...
Forum: Scripting questions
Last Post: class43
8 hours ago
» Replies: 2
» Views: 116
|
CMYK color mode Gimp 2.10
Forum: Extending the GIMP
Last Post: rich2005
Yesterday, 12:13 PM
» Replies: 20
» Views: 82,185
|
Open, save buttons on bot...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: GrumpyDeveloper
07-17-2025, 09:52 PM
» Replies: 8
» Views: 2,953
|
Clone size randomly chang...
Forum: General questions
Last Post: oldschool1@runbox.com
07-17-2025, 05:45 PM
» Replies: 2
» Views: 188
|
AI Gimp Plugins
Forum: Watercooler
Last Post: Zbyma72age
07-17-2025, 03:31 PM
» Replies: 20
» Views: 53,548
|
Gimp closes automatically
Forum: General questions
Last Post: sallyanne
07-17-2025, 05:50 AM
» Replies: 2
» Views: 217
|
AIGoR - Artificial Image ...
Forum: Other graphics software
Last Post: vitforlinux
07-16-2025, 11:10 AM
» Replies: 12
» Views: 3,840
|
Is This Possible ? Print ...
Forum: General questions
Last Post: sallyanne
07-16-2025, 07:47 AM
» Replies: 4
» Views: 208
|
Gimp Crash
Forum: Gimp 2.99 & Gimp 3.0
Last Post: rich2005
07-16-2025, 07:16 AM
» Replies: 1
» Views: 153
|
producing an image
Forum: Gallery
Last Post: MJ Barmish
07-15-2025, 06:37 PM
» Replies: 0
» Views: 114
|
|
|
Why does GIMP resize my image? |
Posted by: clarkleach - 12-06-2022, 08:13 PM - Forum: General questions
- Replies (1)
|
 |
Why, when I drop an image into GIMP, does it instantly get resized? I know I'm probably doing something wrong.
I have an image that I want to rotate -45° and save without any further modification.
I want every pixel just as when it was loaded, just rotated.
|
|
|
Deleting one layer from image |
Posted by: Art - 12-05-2022, 06:43 PM - Forum: General questions
- Replies (4)
|
 |
I am really new at any kind of graphics programs. I am using gimp 2.10.32. I open as layers an image with .psd extension. Gimp converts the Color profile. The image contains 159 layers. About midway in the layers is one called text which puts some text on the image. I would like to eliminate that layer and leave all other layers intact. I have worked at this for a couple of days and haven’t seen how to do it.
|
|
|
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?
|
|
|
|