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.
what is best free software or website (do not have good internet@~) just for adding professional text , titles on videos ? ready for use with many templates? or it able to make!
-
i can find free and open source video editors but , text feature is not good on it! so which you think can do it !
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?
Another filter for 2.9.9
This one was initially inspired by a mural I've seen on my town:
the author -instead of painting the whole image- only painted:
- in white the lightest parts of the image
- in black the darkest parts of the image
I liked it.
Hence I created a filter which separates (using threshold):
- the values of the image between 0 and the first stop (default 85)
- the values of the image between the second stop (default 170) and 255
As BG i used a layer filled with a bricks pattern.
Over the BG there is a layer for the "whites" and the layer for the "blacks".
The intermediate values -remaining transparent- show the BG bricks.
So I got what I liked.
Afterwards I added some options to this filter:
- the possibility to use whatever BG is wanted by the user
- the possibility to replace white/black with a duotone:
if the user has changed BG and/or FG colours, those two are used
if not default yellow and blue are used
- the possibility to let the lightest/darkest values to maintain the original.
Here the filter.
Hope someone likes to test it.
Comments/critics/suggestions are welcome.
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!
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?
hello all! so i'm extremely new to photo editing but i was given a task to edit someone out of a photo haha. i did a bit of digging and came across the Resynthesizer tool, using the Heal Selection subtool. i've gone ahead and did what this thread https://www.gimp-forum.net/Thread-Resynt...or-Windows said to do, but when i open up Gimp, i don't have Heal Selection under Enhance, but i do have Resynthesizer under Map. what am i doing wrong?
I'm trying to use (from inside a .py filter) the effect "stroke" of the filter "layerfx.py".
While interactively both options ("color" and "gradient", didn't test the pattern) work properly, when called the option "color" works, the option "gradient" gives an ununderstandable error message (something like: wrong number of parameters, expected maximum 4 received 8).
Hence there should be something wrong in my call.
I wrote a little filter for testing, some expert can simply read the source and find the error or run the minifilter and test the 2 options (default=color, gradient only if chosen).
Thanks for any help. (I'm running Windows 10 64bits, but the problem has been confirmed also on a system running Windows 7 32bits)
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...