Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
CMYK color mode Gimp 2.10
Forum: Extending the GIMP
Last Post: rich2005
1 hour ago
» Replies: 20
» Views: 82,125
|
Open, save buttons on bot...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: GrumpyDeveloper
Yesterday, 09:52 PM
» Replies: 8
» Views: 2,941
|
edit_paste pastes at inco...
Forum: Scripting questions
Last Post: Ofnuts
Yesterday, 09:35 PM
» Replies: 1
» Views: 90
|
Clone size randomly chang...
Forum: General questions
Last Post: oldschool1@runbox.com
Yesterday, 05:45 PM
» Replies: 2
» Views: 175
|
AI Gimp Plugins
Forum: Watercooler
Last Post: Zbyma72age
Yesterday, 03:31 PM
» Replies: 20
» Views: 53,420
|
Gimp closes automatically
Forum: General questions
Last Post: sallyanne
Yesterday, 05:50 AM
» Replies: 2
» Views: 196
|
AIGoR - Artificial Image ...
Forum: Other graphics software
Last Post: vitforlinux
07-16-2025, 11:10 AM
» Replies: 12
» Views: 3,822
|
Is This Possible ? Print ...
Forum: General questions
Last Post: sallyanne
07-16-2025, 07:47 AM
» Replies: 4
» Views: 203
|
Gimp Crash
Forum: Gimp 2.99 & Gimp 3.0
Last Post: rich2005
07-16-2025, 07:16 AM
» Replies: 1
» Views: 146
|
producing an image
Forum: Gallery
Last Post: MJ Barmish
07-15-2025, 06:37 PM
» Replies: 0
» Views: 109
|
|
|
COPY and PASTE |
Posted by: gaystan - 10-28-2022, 07:23 PM - Forum: General questions
- Replies (5)
|
 |
Hi everybody :
How do I COPY a selection from one picture and PASTE that selection into another selected area of another picture
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;
|
|
|
COPY and PASTE |
Posted by: gaystan - 10-28-2022, 07:17 PM - Forum: General questions
- No Replies
|
 |
Hi everybody :
I'm still learning GIMP. How do I COPY a selection from one picture, and PASTE that selection into the selecvted area of my "main" picture ?
Thanks,
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;
|
|
|
Automate adding text into a PNG |
Posted by: Joe_Wulf - 10-27-2022, 02:15 AM - Forum: Older Gimp versions (2.8, 2.6....)
- Replies (4)
|
 |
Hello,
I've been tasked to take over a linux-based project. In that there are two PNG images, and their (source?) XCF files. Available GIMP version on linux host is 2.08.
There is specific text that must be replaced into these PNG images as the development works towards the next version of the whole project.
Historically the PNG modifications have been done manually. I'm looking to automate the task, and preferably with BASH (but I can make adjustments).
I have lots of linux SysAdmin, installation, automation and troubleshooting experience. Until this project I haven't ever used GIMP; I've simply absorbed the existing task.
The process today is to manually copy "PNG1_20220814.xcf" to "PNG1_20221026.xcf" and copy "PNG2_20220814.xcf" to "PNG2_20221026.xcf".
Next I run "gimp PNG1_20221026.xcf"; and manually edit an existing text box (I then do the same thing with PNG2, but its text is in a different place, though the same content).
I use the TEXT tool (block letter "A"), highlight the date/time text and replace it, then I do the same for the verson number.
I then save the new XCF as is, and then Export the image to the same name as a PNG. This is done for both images; manually.
PNG1/PNG2 text (standard/normal horizontal text):
Title Line of what it is (unchanging)
Date and time of the current version in this format: "20221026@1922"
New overall version number, in this format: "MAJ.min.sml".............. examples: MAJ="218" . min="076" . sml="002"
The 'box' this text is in is transparent, the text is some dark shade of Blue for one, and Red for the other. All of the text is bolded, and using font "Sans 18 px"
I don't know GIMP well enough to know how to describe digitally WHERE these text boxes are, just that I see them when GIMP opens each one up.
I could easily 'delete' the text box, and save a generic image without it, then use that as the source MASTER image forever.
Next, with a simple bash script, I would easily have the correct date/time stamp and proper version number information automatically available from other parts of the project.
I am seeking assistance in how to automate using GIMP, via Linux, in a strictly scripted fashion to automatically open the MASTER image, insert a new text box with the correct 3 lines of information at the specified coordinates, and then simply export the completed image as a PNG with a newly chosen name (as identified in the copy operation earlier).
I believe with some insight into how to automate inserting a 3 line transparent text box, say 20 pixels down from the top edge and 20 pixels in from the left edge, that I could finangle the process to place the text box in the right location with some iterative testing and logical guesswork. And as long as the insight is also provide on how to open PNG1, do the right text insert for it, then PNG2 and do the right text insert for it, and could save each PNG.... then I'd be much more efficient.
I have done searches throughout out google and youtube, as well as searches against these forums without finding any answer that matched up to what I'm doing.
Thak you, and I appreciate your help.
R,
-Joe Wulf
|
|
|
CLONE Tool |
Posted by: gaystan - 10-26-2022, 07:00 PM - Forum: General questions
- Replies (4)
|
 |
Hi everybody :
Whenever I try to use the CLONE tool, instead of actually cloning part of an image into another part.
Instead of cloning part of the picture, I start "painting" the color in the selected area.
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;
|
|
|
Support |
Posted by: gaystan - 10-26-2022, 04:13 AM - Forum: Gimp-Forum.net
- Replies (2)
|
 |
Hi everybody :
Being the main forum room is permanently closed, how do I get support for
my copy of GIMP. My version is 2.10.32 revision 1. ?
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;
|
|
|
Tools remain active when closed or cancelled. |
Posted by: memwaa - 10-25-2022, 10:47 AM - Forum: General questions
- Replies (2)
|
 |
Can someone enlighten me or is this normal:
I'm using the latest version of GIMP 2.10.32, however when I use a Tool or Filter, ie Filters:Blur:Focus Blur and subsequently cancel the operation, the tool re-appears when i click on the screen......in other words, the tool remains active in the background until I select another and then that remain active in the background.
Many thanks in anticipation.
|
|
|
|