Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
Issues with color to alph...
Forum: General questions
Last Post: rich2005
Yesterday, 07:32 PM
» Replies: 4
» Views: 163
|
What do you mean?
Forum: Watercooler
Last Post: denzjos
Yesterday, 09:08 AM
» Replies: 0
» Views: 81
|
Need help transforming im...
Forum: General questions
Last Post: denzjos
01-19-2025, 04:32 PM
» Replies: 6
» Views: 346
|
A nice YT video about ble...
Forum: Watercooler
Last Post: Tas_mania
01-19-2025, 01:51 AM
» Replies: 8
» Views: 630
|
problem after run : black...
Forum: Windows
Last Post: Ofnuts
01-18-2025, 05:11 PM
» Replies: 1
» Views: 123
|
[Resolved] File export me...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: pled
01-18-2025, 03:37 PM
» Replies: 0
» Views: 123
|
Subject: Issue with Pytho...
Forum: Extending the GIMP
Last Post: rich2005
01-18-2025, 11:11 AM
» Replies: 1
» Views: 158
|
Has anyone noticed this?
Forum: Scripting questions
Last Post: trandoductin
01-16-2025, 07:43 AM
» Replies: 5
» Views: 325
|
Affordable Tools to Color...
Forum: General questions
Last Post: sallyanne
01-15-2025, 11:23 PM
» Replies: 3
» Views: 246
|
written text to LASER
Forum: General questions
Last Post: rich2005
01-14-2025, 04:12 PM
» Replies: 1
» Views: 159
|
|
|
[Solved] BIMP how to get its translations? |
Posted by: nelo - 03-19-2018, 03:48 PM - Forum: Extending the GIMP
- Replies (4)
|
|
Hi all,
I've noticed that in the downloaded sourcecode if BIMP ( Batch Image Manipulation) plugin there are language files.
How can I use them? i.e. how do I get a language other than English?
Some system info: I'm on a Linux Mint MATE 18.3 64bit with GIMP 2.8.22.
|
|
|
Some customization questions |
Posted by: Hollie By Golly - 03-19-2018, 01:15 PM - Forum: General questions
- Replies (2)
|
|
1. Is there a way to taper brushes when using a tablet?
2. I don't like how the all of the brushes share the same settings. Is there a way I can have the eraser have one setting (size, brush type, etc) while the brush has another?
3. When I move layers around I like to move the current layer. I have to change this setting every time I open up GIMP. Is there a way I can change this preference?
|
|
|
Erase several horizontal pixel lines |
Posted by: Lisandro Amado - 03-17-2018, 06:05 PM - Forum: General questions
- Replies (2)
|
|
Hi! I am wondering ir there's some way to erase an array of complete lines of pixels from an image. I want to convert am image to a ser of thin horizontal lines over an alpha background. Might that be possible? I guess it's easy with some coding. Thanks for reading!
|
|
|
resolution and quality issues |
Posted by: alin33 - 03-17-2018, 04:24 PM - Forum: General questions
- Replies (2)
|
|
I'm creating digital art in gimp which is printed in big sizes also(18"x24" 300 ppi).When I create the art I give the max dimensions to the image(18"x24" 300 ppi)
Now there are additional graphics and elements I want to add to the image-the graphics I want to add are 300 dpi but smaller in image size-so I need to scale them-so they fit my big document-I'm afraid that during the scaling of the outer graphics their quality will be lost-I'm trying to understand what happens to resolution if scaling-My main concern is the quality of the digital art-the final product-I need it to be 300 ppi at big size(18" 24")so just want to understand the wise way to use external graphics -and how to scale them without harm to the resolution and quality-I'm trying to understand what happens to the quality when I scale this external graphics-do they lose their quality? Does their resolution change? Does resolution in general changes during scaling?
|
|
|
Layer opacity shortcut |
Posted by: DaveMac - 03-16-2018, 08:20 AM - Forum: Scripting questions
- Replies (7)
|
|
Hi all,
I've been using Gimp for years on a fairly basic level. Recently I have been doing a lot of image stitching - there's overlap in the individual images so I just bring them in as layers, reduce the top level opacity, match positions, return it to full opacity and merge down. Not difficult but repetitive.
I make a lot of use of keyboard shortcuts ("Accelerators") and the preset "10% more Transparent" is great but I generally need to press it 3 or 4 times to get a useable level of transparency.
That got me thinking about Gimp's scripting potential, something I've never looked at before - "set active level to 60% opacity" with a single keypress would be so useful for me.
I'm very familiar with html and Office VBA but my first looks at python-fu have me very confused. If I just want this function do I have to create a plug-in and register it then get it to appear in the list of available commands so I can assign a combination of keys? The python console itself is already pretty confusing.
I think I've got something that could maybe do what I want but I can't figure how to run it to see what happens in order to debug. Then again maybe I'm completely off track...
➤> image = gimp.image_list()[0]
➤> active_layer = pdb.gimp_image_get_active_layer(image)
➤> pdb.gimp_layer_set_opacity(active_layer, 60)
Any help with solving this would be greatly appreciated.
|
|
|
Disaster from duplicating all the frames of a GIF |
Posted by: HavingTooMuchFun - 03-16-2018, 07:43 AM - Forum: General questions
- Replies (5)
|
|
I had something that I wanted to do with a gif that has only 3 frames, so I though, why not just duplicate each frame, then I'd have a 6-frame gif to work with... right? WRONG:
I DID unoptimize before doing anything, and the frames all looked perfect. I kept them all as "combine," since that's how they came, BUT, when I optimized at the end, Gimp switched a couple of frames to "replace"...?!! (This was the 2 frames that weren't the copy of the Background frame.)
So, I thought, ok, it wants to do replace, I'll make them ALL replace...:
So much for THAT idea, LOL!! I'm clearly missing something important here... I'd sure be grateful if someone could tell me WHAT!
SaveSave
|
|
|
|