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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,777
» Latest member: Jamesnex
» Forum threads: 7,593
» Forum posts: 41,393

Full Statistics

Latest Threads
How to make a watermark o...
Forum: General questions
Last Post: kyolim
6 hours ago
» Replies: 5
» Views: 13,900
Linux command that does e...
Forum: Other graphics software
Last Post: rich2005
10 hours ago
» Replies: 1
» Views: 276
reliable Gimp 2.10.38 dow...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: denzjos
11 hours ago
» Replies: 2
» Views: 189
Batch Color Saturation
Forum: Extending the GIMP
Last Post: rich2005
Yesterday, 07:53 AM
» Replies: 15
» Views: 11,796
Photo play-time
Forum: Gallery
Last Post: Ofnuts
Yesterday, 07:32 AM
» Replies: 24
» Views: 21,657
BIMP plugin for GIMP 3.10
Forum: Extending the GIMP
Last Post: firefly
09-12-2025, 11:53 PM
» Replies: 2
» Views: 568
pl_stroke_arrows GIMP 3.0...
Forum: Extending the GIMP
Last Post: Scallact
09-12-2025, 04:03 PM
» Replies: 0
» Views: 233
How do you make text circ...
Forum: General questions
Last Post: rich2005
09-12-2025, 07:18 AM
» Replies: 12
» Views: 3,298
New Install, Black Screen...
Forum: OSX
Last Post: akhrameev
09-11-2025, 02:32 PM
» Replies: 3
» Views: 2,967
Trouble changing backgrou...
Forum: General questions
Last Post: tomatoSauce23
09-11-2025, 12:50 PM
» Replies: 6
» Views: 1,478

 
  Remove colors to keep only a few
Posted by: Paulr - 09-24-2019, 11:47 PM - Forum: General questions - Replies (7)

Hello,

I'm fairly new to Gimp, and have a project where I'd like to isolate some colors in a photo.
It is to hopefully reveal a hidden message.
I'm thinking I can remove some colors (maybe convert them to a specific color like white) so what's left are all colors except what I picked.
Thanks.
Paul

Print this item

  Can't Open Image Files
Posted by: hellousers - 09-24-2019, 10:19 PM - Forum: General questions - Replies (6)

Hello guys,

I'm using Windows 10/32-bit.  I have recently installed GIMP 2.10.12.  I can't open image files (jpg, jpeg, bmp, etc.).

I uninstalled and re-installed this version several times, and I still can't solve the problem.

Any solutions.  I would appreciate it.

Thanks.

P.S.  I've attached error message and open file dialogue.



Attached Files Thumbnail(s)
   
Print this item

Photo Artsy Fartsy Help
Posted by: SilkyJohnston - 09-24-2019, 08:59 PM - Forum: General questions - Replies (4)

Hey all!  

I wanted to say thanks for the help I got last week on installing an add-on.  Great stuff...

But on to the current problem!  I am making a map and have a bunch of brushes consisting of different cartography symbols.  I am part way through the project and am having problems matching the cartography brush symbols to the project.

I know a lot of this will be by hand and am open to any advice about layer settings and crazy blur effects as well.

Current layers
parchment under normal mode
coast line under burn
and the symbol itself is on a normal layer.



Attached Files Thumbnail(s)
   
Print this item

  how did you get UserCP info in postbit?
Posted by: metulburr - 09-24-2019, 02:03 PM - Forum: Gimp-Forum.net - Replies (1)

I am using MyBB as well. I was wondering how you set the UserCP additional info (such as Operating System and version) in the postbit.

In templates -> <template set> -> Post Bit Templates -> postbit_author_user  I have these

Code:
    {$lang->postbit_posts} {$post['postnum']}<br />
    {$lang->postbit_threads} {$post['threadnum']}<br />
    {$lang->postbit_joined} {$post['userregdate']}
    {$post['replink']}{$post['profilefield']}{$post['warninglevel']}
Is there a variable for usercp info? Such as {$post[profile_fields[fid4]]}

Print this item

  How to select a bunch of points of a path for removal in GIMP?
Posted by: adrianh - 09-24-2019, 05:53 AM - Forum: General questions - Replies (5)

Hello all,

I created a path with a lot of points. I then duplicated the path so that I can attempt separating them into two smaller paths.

Is there a way to select a bunch of the points as a group to perform an operation on them such as removal? Or am I forced having to delete each point separately, one at a time. I would think that the former is a fairly obvious feature because the latter is such a big hassle.

Print this item

  Editing metadata in python
Posted by: vndep - 09-24-2019, 01:26 AM - Forum: Extending the GIMP - Replies (6)

Are there any good tutorials/sample code for using python scrips to edit metadata (Image > Metadata > Edit Metadata)?

Thanks in advance!

Print this item

  create an arrow
Posted by: metulburr - 09-23-2019, 07:12 PM - Forum: General questions - Replies (2)

Is there a way to create a basic arrow in GIMP?

I am trying to make straight and curved arrows for tutorial images. As shown in attachment:
   

I tried using the ArrowsCreator plugin but it only does straight arrows from one point to another, not curved.

Code:
metulburr@ubuntu:~$ gimp --version
GNU Image Manipulation Program version 2.8.16

Print this item

Brick scripting GIMP on a basic level as a newbie
Posted by: Hans Holland - 09-23-2019, 06:12 PM - Forum: Extending the GIMP - Replies (3)

Hi everyone,

I have downloaded GIMP, and know nothing about it yet, except it supports scripting. Can anybody tell me if it can be used as a tool for my specific purpose?

I am thinking about developing software. Users of this, can load photo's, each of which are (optionally scaled) placed somewhere in the result, which will be a photo collage. To figure out if such software is of any use, and to test in practice how it would "feel", I was thinking about setting up an experimental quick&dirty test set-up. 

I will run my own program, written in C, having its own UIF to let the user define the photo collage. It generates a GIMP script file. I just read this should be in Scheme/Script-Fu, which I figure will be in ASCII format? After this, GIMP should load the script and execute it, to see the final result. If all this is possible, it wil be very unworkable, however my goal is to setup a quick&dirty environment, only to orientate myself about developing software for the photo collage. 

I only need three script commands: load photo (name), scale it (width, length) and place it (x, y). These will be repeated for each photo. (after learning GIMP, maybe GIMP can do the full job all on its own without my external C code?)

My two questions:

- Do these three script commands exsist? (I also might need "new": erase all previous content)
- How to load the script file in GIMP and run it?

very many thanks for any feedback!
Smile Undecided

Print this item

  How to crop objects with transparent parts from an image
Posted by: NeonPirate73 - 09-22-2019, 07:56 PM - Forum: General questions - Replies (4)

I want to crop objects which have transparent parts from the background of some images, but I don't know how. Every tutorial I have found has only been for cropping out fully opaque objects from an image. Does anyone know a tutorial or any tips for how to do this?

Print this item

  Just saying hi
Posted by: saltyboy - 09-21-2019, 04:21 PM - Forum: Watercooler - Replies (2)

Hello folks

thought i would take the time to come and say hi and introduce myself

My names Neil and from the UK and have previously used photshop but couldn't afford it no more so decided to give gimp a try.

I used to make sigs and cool things with ps so am hoping to learn all new things with gimp

is there anything i need like plugins etc that will help in future and wheres best place to look to learn things

thanks in advance
neil x

Print this item