Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
Open, save buttons on bot...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: GrumpyDeveloper
3 hours ago
» Replies: 8
» Views: 2,848
|
edit_paste pastes at inco...
Forum: Scripting questions
Last Post: Ofnuts
3 hours ago
» Replies: 1
» Views: 54
|
Clone size randomly chang...
Forum: General questions
Last Post: oldschool1@runbox.com
7 hours ago
» Replies: 2
» Views: 134
|
AI Gimp Plugins
Forum: Watercooler
Last Post: Zbyma72age
9 hours ago
» Replies: 20
» Views: 53,226
|
Gimp closes automatically
Forum: General questions
Last Post: sallyanne
Yesterday, 05:50 AM
» Replies: 2
» Views: 179
|
AIGoR - Artificial Image ...
Forum: Other graphics software
Last Post: vitforlinux
07-16-2025, 11:10 AM
» Replies: 12
» Views: 3,777
|
Is This Possible ? Print ...
Forum: General questions
Last Post: sallyanne
07-16-2025, 07:47 AM
» Replies: 4
» Views: 173
|
Gimp Crash
Forum: Gimp 2.99 & Gimp 3.0
Last Post: rich2005
07-16-2025, 07:16 AM
» Replies: 1
» Views: 133
|
producing an image
Forum: Gallery
Last Post: MJ Barmish
07-15-2025, 06:37 PM
» Replies: 0
» Views: 100
|
GIMP 3.x: Editing a pdf
Forum: General questions
Last Post: rich2005
07-15-2025, 03:20 PM
» Replies: 1
» Views: 116
|
|
|
Can pdb.gimp_histogram replace this functionality? |
Posted by: trandoductin - 06-09-2018, 06:45 PM - Forum: Scripting questions
- Replies (2)
|
 |
I roughly translated a c plugin into a python script here:
http://www.gimplearn.net/viewtopic.php/G...815#p17815
The main logic is it loops through all the pixel coordinates.
- at each pixel coordinate.
- grab color value of red channel of bottom layer (r value) turns this into an index.
- add color value of red channel of top layer to color[index] (r[index])
- increment frequency (frequency[index], rf[index]) (like counting pixels)
- do this to green, and blue values as well.
That's it, it does this for all channels to create an RGB curve using the above calculated values.
I am wondering if pdb.gimp_histogram can be used so that script is faster than the current pixel by pixel calculation.
I tried thinking about histogram but I am not familiar with it and the location is involved as it calculates what color is actually in place of previous color so I am totally confused and not sure at all if histogram can some how perform this task.
|
|
|
Drop Shadow (GEGL) not working |
Posted by: AWRog - 06-09-2018, 03:12 PM - Forum: Gimp 2.10
- Replies (6)
|
 |
Really excited about the new GIMP!
I cannot seem to get the new Drop Shadow (Filters > Light and Shadow > Drop Shadow...) to work.
Legacy works fine but Drop Shadow (GEGL) produces nothing. What am I doing wrong?
Win10 (10.0.14393) 64bit
Gimp 2.10.2
see screencast
|
|
|
To print a card on both sides of a sheet |
Posted by: kromak - 06-08-2018, 10:33 PM - Forum: General questions
- Replies (14)
|
 |
Hello, recently my mother did two images to be the back and front of a card. The idea was to replicate them as much as possible into a single sheet, to generate as many cards as possible. I went to a specialized place to print them (do not know the name of this kind of place in English), since there is no printer here. The attendant replicated them, but when the printing was done, the card's images were printed inclined. A new attempt was made with a different kind of paper (couche instead offset), because the attendant said it was related to the paper kind, and the printed images became less inclined, but enough as the back and front of the card did not match, they were not aligned, so there was a resulting with strip. The man responsible
My mother remade the images. She replicated the cards front and back images herself.
Here is a screenshot of them: ![[Image: forum.jpg]](https://s33.postimg.cc/nzp4ao4zv/forum.jpg)
However the attendant (a different one from the day before) said something about how these images would not work, that they needed to be in the same pdf file (all the images until them were jpg) in two different pages.
My mother did this: but I do not think it will work, I don't know how to generate a .pdf with two pages with it, one a pdf with a single page. There is a non selectable option called "Two-sided" on "Page-setup", but well, is non selectable.
So my question is if it will once more be printed in a non aligned way (I think it will) , and if that's the case, what should I do to solve the problem.
Thanks for any help.
|
|
|
Cutting a selection forces left over area to antialias around edges |
Posted by: thesanealien - 06-07-2018, 02:56 PM - Forum: General questions
- Replies (8)
|
 |
I've got a picture of a person who I want to cut and paste into a new layer so I can put text behind them slightly. However, when I draw the selection out and proceed to cut it, it IMMEDIATELY fades out all the edges of the portion left over from the cut. Now, if I paste my selection into a new layer, instead of it seemlessly fitting into the old spot perfectly, there's a gross white border around the cut making it unbelievably obvious that I cut that selection. Is there not some sort of option to turn this off during cutting?
HELP!
(06-07-2018, 02:56 PM)thesanealien Wrote: I've got a picture of a person who I want to cut and paste into a new layer so I can put text behind them slightly. However, when I draw the selection out and proceed to cut it, it IMMEDIATELY fades out all the edges of the portion left over from the cut. Now, if I paste my selection into a new layer, instead of it seemlessly fitting into the old spot perfectly, there's a gross white border around the cut making it unbelievably obvious that I cut that selection. Is there not some sort of option to turn this off during cutting?
HELP!
EDIT: Figured out the problem. This setting is on the selection tool itself under antialising. Was searching for a setting on the "cut" command the whole time. I'm an idiot!
|
|
|
recompose |
Posted by: gimp-artist - 06-07-2018, 10:49 AM - Forum: General questions
- Replies (1)
|
 |
I decomposed a rgb image. It has 3 layers of r, g, and b now. I think using recompose is faster than composing since recomposing doesn't bring up the dialog. But, when I did colors>components>recompose, nothing happens. What should I do for making something happen?
|
|
|
|