Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
Endianess of pixel data i...
Forum: Scripting questions
Last Post: Ofnuts
19 minutes ago
» Replies: 5
» Views: 257
|
Can not save or export pi...
Forum: General questions
Last Post: rich2005
5 hours ago
» Replies: 4
» Views: 93
|
CMYK color mode Gimp 2.10
Forum: Extending the GIMP
Last Post: rich2005
Yesterday, 08:21 PM
» Replies: 22
» Views: 82,456
|
copy sequence of filters ...
Forum: General questions
Last Post: programmer_ceds
Yesterday, 04:03 PM
» Replies: 3
» Views: 223
|
[Python] In-memory save p...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: DunkleMaterie
Yesterday, 12:54 PM
» Replies: 4
» Views: 194
|
text tool
Forum: General questions
Last Post: inemar
Yesterday, 07:08 AM
» Replies: 2
» Views: 171
|
Python Snippets for GIMP ...
Forum: Scripting questions
Last Post: pixelmixer
07-19-2025, 06:51 PM
» Replies: 4
» Views: 199
|
Gimp 3.0.4 Appimage by Iv...
Forum: Alternate Gimp packagings
Last Post: vitforlinux
07-19-2025, 11:44 AM
» Replies: 0
» Views: 118
|
edit_paste pastes at inco...
Forum: Scripting questions
Last Post: class43
07-18-2025, 03:48 PM
» Replies: 2
» Views: 180
|
Open, save buttons on bot...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: GrumpyDeveloper
07-17-2025, 09:52 PM
» Replies: 8
» Views: 3,053
|
|
|
Photo to painting |
Posted by: meetdilip - 08-31-2020, 09:48 PM - Forum: General questions
- Replies (5)
|
 |
I recently saw a video for Photoshop users on how to make photos look like an oil painting. Is it possible to do something like that using GIMP. Or is it better to use Krita ? I know both GIMP and Krita are awesome tools for painting. But I see that some people favour Krita more than GIMP when it comes to painting like projects. My Krita knowledge is very minimal and I have used it like 5 times in my life. And support is pathetic when I tried for Krita. I wonder whether there is a forum like this for asking doubts. Personally, if there is any good video I can rely on I will stick with GIMP and try to convert a couple of pics I have. Any help will be awesome.
|
|
|
Is this meant to work? Layer Mask on Decomposed image |
Posted by: JonLang - 08-31-2020, 05:46 PM - Forum: General questions
- Replies (3)
|
 |
New Image.
Right click image, colours > Components > Decompose
RGB > Ok.
Add layermask to each layer (Shift click)
Pencil in white on the layermasks to what is wanted
Right click image, colours > Components > Recompose
The image does not take the layermasks.
This is also the case when right clicking the layer and 'Apply layer mask' the recompose
Thanks
Jon
|
|
|
Help! Wrong number of parameters |
Posted by: david - 08-31-2020, 11:02 AM - Forum: Scripting questions
- Replies (4)
|
 |
I am trying to modify a channel using gimp_drawable_curves_spline. The line I am using is:
pdb.gimp_drawable_curves_spline(image,HISTOGRAM_VALUE,18,0.0,0.0,0.0625,0.125,0.125,0.250,0.250,0.375,0.5,0.5,0.75,0.625,0.875,0.750,0.9375,0.875,1.0,1.0)
It gives me an error of wrong number of parameters. Obviously something silly on my part, but I have checked my decimal points, counted my commas numerous times and still can't see what I am doing wrong!
Any help much appreciated.
david.
|
|
|
Manjaro (Linux) mousewheel zoom possible? |
Posted by: Dsbbw2020 - 08-31-2020, 10:03 AM - Forum: General questions
- Replies (7)
|
 |
Hallo,
I'm trying to set the mousewheel to zoom the image. In the window: configure input controller, main mouse wheel I added at the event ScrollUp and ScrollDown the actions: view-zoom-in and view-zoom-out.
Zooming is still not functioning. Also with ScrollUp(Ctrl) and ScrollDown(Ctrl) it doesn't function.
May be it depends on the Manjaro release? (Window Manager Tweaks?)
Can somebody help?
Manjaro XFCE 20.1, GIMP 2.10.20 (from repository)
Many Thanks.
|
|
|
Potential "hatching" script |
Posted by: Ofnuts - 08-29-2020, 11:16 AM - Forum: Extending the GIMP
- Replies (11)
|
 |
How would that work?
- I assume we can't avoid specifying an angle and a spacing.
- Should the script do the path rendering (and so take a thickness as a parameter, and may be some "dot ratio"),
- Should the path be kept
- Or two options above combined in render and discard path/don't render and path (as written, calling the script on the same layer with the same specs will always produce the same lines, so successive hatchings in different areas will remain aligned
- Should the script be able to separate odd/even lines
- Ini file for defaults?
- Ini files for several defaults?
Current status:
- Creates path lines with spacing and angle that cover the active drawable.
- Rendering is manual (and so abides to any existing selection)
A 30° Hatching, with 4px spacing and .8px line width:
|
|
|
|