Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,921
» Latest member: Charlotte
» Forum threads: 7,685
» Forum posts: 41,803

Full Statistics

Latest Threads
Multi window mode mode fa...
Forum: General questions
Last Post: teapot
4 hours ago
» Replies: 2
» Views: 160
Animation with only GIMP ...
Forum: Gallery
Last Post: Scut-51
9 hours ago
» Replies: 25
» Views: 22,751
GIMP 3.04 opens with wind...
Forum: Windows
Last Post: subbareddy
Yesterday, 07:47 AM
» Replies: 7
» Views: 3,741
Isolate, select and copy/...
Forum: General questions
Last Post: rich2005
11-04-2025, 04:39 PM
» Replies: 7
» Views: 466
"Plug-in crashed" on GIMP...
Forum: General questions
Last Post: skullamrotis
11-04-2025, 03:32 PM
» Replies: 4
» Views: 428
AIMAGoR - Artificial IMAg...
Forum: Other graphics software
Last Post: vitforlinux
11-04-2025, 12:09 PM
» Replies: 23
» Views: 9,886
RapidRAW
Forum: Other graphics software
Last Post: denzjos
11-03-2025, 12:51 PM
» Replies: 2
» Views: 233
Tutoriel installer Drea...
Forum: Tutorials and tips
Last Post: meric57
11-03-2025, 07:45 AM
» Replies: 0
» Views: 115
Nouveau Arrivant sur le f...
Forum: Watercooler
Last Post: meric57
11-03-2025, 06:45 AM
» Replies: 0
» Views: 114
Accessing GIMP’s internal...
Forum: General questions
Last Post: rich2005
11-02-2025, 12:35 PM
» Replies: 1
» Views: 200

 
  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.

Print this item

  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"]

Print this item

  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?

Print this item

  Need assistance for "simple" copy and paste
Posted by: bat_dude - 12-04-2022, 12:24 PM - Forum: General questions - Replies (6)

Hi all,

I have a "master" image that will be used as a background and 4 separate images cropped from the same scale (size) image I need to combine these by pasting and aligning them into one image.  Followed by 2 others I need to crop and paste into the main image to show comparisons of the Y scale (blue lines). Every time I copy the cropped images and try pasting them onto the main image the size is changed on the cropped image and no longer correctly aligns with the main image.  This is a task I need to master,  as I need to repeat it hundreds of times.  Any suggestions are welcomed. Two examples are below.

Tnx Bruce
Example of "Main" image: [Image: Dicalb-SP.png][Image: Main.png] [Image: Dicing-SP.png]


I can do a version of this in a clunky way by pasting the images into a PowerPoint slide (or MS Word Doc) and using overlapping images then exporting as a PNG but seems the power of GIMP would be much better.

Perhaps if there is a way to only select the Black section of each cropped image and paste those onto the master background might work, but do not know how to do this in GIMP.  Eons ago with Photoshop, this task was easy.  Alas the old Win7 OS and version of PS I had not longer works int eh 64 bit Win 10 Pro OS.

Print this item

  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?

Print this item

  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?

Print this item

  How do I copy and paste my painting?
Posted by: 38175425 - 12-03-2022, 05:36 PM - Forum: General questions - Replies (5)

My painting is in the layer "背景(background", I want to copy it and paste it into the layer "layer", how do I do that?


[Image: 7a3e76f874fe4b13f66e44514f638eae.png]

Print this item

  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

Print this item

  Script-fu How Write Colors-Auto-White Balance
Posted by: James Parkinson - 12-02-2022, 04:28 PM - Forum: Scripting questions - Replies (5)

I have not found a way to write Colors-Auto-White Balance within Script-fu. Please advise how to do this.

Print this item

  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.

Print this item