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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,378
» Latest member: Jagaone
» Forum threads: 6,682
» Forum posts: 36,397

Full Statistics

Latest Threads
SOOOOOOOOOOO close in cle...
Forum: General questions
Last Post: rich2005
3 hours ago
» Replies: 2
» Views: 56
How common is your PIN?
Forum: Watercooler
Last Post: Ofnuts
Yesterday, 07:40 PM
» Replies: 5
» Views: 453
Some old pixel art done i...
Forum: Gallery
Last Post: TumbleRocks
Yesterday, 06:52 PM
» Replies: 0
» Views: 40
Q: Can AI Solve Scripting...
Forum: Scripting questions
Last Post: Tas_mania
Yesterday, 09:09 AM
» Replies: 4
» Views: 212
Rings around Brush instea...
Forum: General questions
Last Post: Jafaraway
Yesterday, 12:03 AM
» Replies: 2
» Views: 138
Concentric circles
Forum: General questions
Last Post: Krikor
05-13-2024, 08:33 PM
» Replies: 5
» Views: 158
Precisely Positioning thn...
Forum: General questions
Last Post: rich2005
05-13-2024, 07:38 PM
» Replies: 1
» Views: 82
color picker tool
Forum: General questions
Last Post: 977
05-13-2024, 05:38 PM
» Replies: 4
» Views: 185
Some folders missing icon...
Forum: General questions
Last Post: dclement
05-13-2024, 02:03 PM
» Replies: 2
» Views: 165
can't copy and paste
Forum: General questions
Last Post: 977
05-12-2024, 11:30 PM
» Replies: 4
» Views: 185

 
  Color enhancing a portion of an image
Posted by: bobchmara - 12-06-2022, 02:32 AM - Forum: General questions - Replies (2)

I’m looking to do some color correction on old photos, but the scans include a border made up of the album paper on which the photos are mounted along with some handwritten captions.  The album is about 65 years old and the photos are glued directly onto the album paper.  Also, many of the photos are slightly skewed.  I've attached an example.

How do I limit the enhancements to just the photo without affecting the color of the surrounding album paper?  I’m assuming there’s a masking technique that I can apply in this situation but I’m not sure what it is.

I suspect a similar question has been asked but all of my searches in the forum (and online more generally) have come up empty.



Attached Files Image(s)
   
Print this item

  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 (6)

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