Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 4,570
» Latest member: archibael
» Forum threads: 7,447
» Forum posts: 40,703
Full Statistics
|
Latest Threads |
Trying to append part of ...
Forum: General questions
Last Post: Denarius
Yesterday, 12:26 PM
» Replies: 5
» Views: 279
|
Can't see GIMP windows
Forum: Gimp 2.99 & Gimp 3.0
Last Post: Tas_mania
Yesterday, 08:57 AM
» Replies: 2
» Views: 163
|
clone tool
Forum: General questions
Last Post: sallyanne
Yesterday, 12:38 AM
» Replies: 6
» Views: 331
|
Missing fonts when export...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: rich2005
06-29-2025, 07:48 AM
» Replies: 8
» Views: 424
|
Updating Python Scripts t...
Forum: Scripting questions
Last Post: Ofnuts
06-28-2025, 08:58 PM
» Replies: 1
» Views: 166
|
GIMP 3.0.4 Script-Fu Batc...
Forum: Extending the GIMP
Last Post: AgHornet
06-27-2025, 10:20 AM
» Replies: 0
» Views: 147
|
Technique for removing ov...
Forum: General questions
Last Post: denzjos
06-27-2025, 09:47 AM
» Replies: 12
» Views: 888
|
Windows save
Forum: General questions
Last Post: Tas_mania
06-26-2025, 10:30 PM
» Replies: 2
» Views: 261
|
unable to convert from rg...
Forum: General questions
Last Post: rich2005
06-26-2025, 11:42 AM
» Replies: 1
» Views: 224
|
How to fix halftones?
Forum: General questions
Last Post: rich2005
06-26-2025, 10:57 AM
» Replies: 2
» Views: 269
|
|
|
GEGL graph to fill a layer with a rotated pattern |
Posted by: tmanni - 07-04-2019, 04:02 PM - Forum: Tutorials and tips
- Replies (2)
|
 |
Considere this 400x300 image:
The common way to do this in gimp is :
- create a 800x600 layer (double size compared to image canvas)
- fill it with Filters > Render > Pattern > Checkerboard
- use the unified transform tool to rotate and translate the layer
- crop the layer to the image size
Now with GEGL graph:
- create a 400x300 layer
- run Filters > Generic > GEGL graph and copy paste the text below in the pipeline field
Code:
checkerboard
x=25
y=25
color1=maroon
color2=silver
rotate
degrees=45
origin-x=200
origin-y=150
Et voilà!
Note that the indentation is only for better visualisation, it is not needed, all can be writen in one line
Code:
checkerboard x=25 y=25 color1=maroon color2=silver rotate degrees=45 origin-x=200 origin-y=150
Another example:
Code:
color value=yellow
over
aux=[
grid
x=64
line-width=32
line-height=0
line-color=black
rotate
degrees=45
]
|
|
|
Color differences jpeg and png |
Posted by: DearDeparted - 07-03-2019, 06:45 PM - Forum: General questions
- Replies (15)
|
 |
I'm puzzled by the color difference between an exported jpeg (dull) and a png (bright) and hope someone can help me understand what is going on.
I'm maintaining a website and part of it is uploading images created from a (sRGB) psd file from the designer. I edit some text inside that psd and export it for uploading to the website.
The previously uploaded images from this psd by others are all png images (bright).
What I see happening is this:
- On my monitor I see the colors as they should be and like the images on the website
- Exporting the image in png is the same
- Exporting the image as jpeg quality 100 gives the same result as the png when viewed in a color managed image viewer like Geeqie, but dull in the default Linux Mint image viewer which has no color management
- Uploading the png is okay, same bright colors
- Uploading the jpeg gives dull colors.
I would expect the png and jpeg to be the same. All are simple sRGB images. So what am I missing here?
I'm using a Dell monitor and calibration via Spider 4.
|
|
|
Fonts taking forever to load |
Posted by: Brem - 07-03-2019, 04:03 PM - Forum: General questions
- Replies (3)
|
 |
Hi, I just upgraded to Gimp 2.10.12 as I was having issues with a past version of gimp. Anyway, I'm currently having issues with fonts. When trying to edit an existing photo I have, that is currently under the .xcf format. I am unable to edit the text as it's stating that gimp is "Loading Fonts (This may take a while...)". When I click on the image to try and use the text option, it gives me an error message saying "Fonts are still loading" at the bottom of the page.
This has been going on for maybe around 15-20 minutes now. Any way to know why it's taking so long to load? I don't have a ton of fonts and the last version of gimp I had never gave me this error ever.
Also quick edit, when restarting gimp and not accessing the photo, the text box still shows it's loading font. I tried steps from this site: https://superuser.com/questions/906847/g...iles-fonts but that didn't help either. I removed the font folders from gimp, but they come back when reloading gimp.
|
|
|
Script/Plug-in a 32 or 64 bit? |
Posted by: Pat625 - 06-30-2019, 11:21 PM - Forum: General questions
- Replies (4)
|
 |
Trying to update and organize two computers. One is 32 bit and one is 64 bit. Many plug-ins and scripts but have no way of knowing which they are until I try it out on a 32 bit and find out it will not work as it is a 64. Is there any way of looking at the code to find something that lets you know which it is. Also, add to that the problem that many will work on 2.8 Gimp but not the 2.10. Is there any notation in the programs at all to let you know which it is?
|
|
|
Path animation |
Posted by: Ofnuts - 06-30-2019, 10:28 PM - Forum: Gallery
- Replies (3)
|
 |
(click for animation)
Of course there is a script behind this. Been quite a fight, between the bugs and getting Gimp to process strokes in left-to-right order.
|
|
|
|