Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,617
» Latest member: JibDobFackle
» Forum threads: 7,479
» Forum posts: 40,842

Full Statistics

Latest Threads
Edge detect leaves invisi...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: marty39
50 minutes ago
» Replies: 3
» Views: 105
cannot find instructions ...
Forum: General questions
Last Post: rich2005
3 hours ago
» Replies: 4
» Views: 97
3.0.4 crashes all the tim...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: mayorpunk
Yesterday, 11:13 PM
» Replies: 0
» Views: 31
Warped text
Forum: General questions
Last Post: Tas_mania
Yesterday, 11:20 AM
» Replies: 2
» Views: 197
GEGL Plugins for GIMP 3.0...
Forum: Extending the GIMP
Last Post: BeaverGEGLFreak
Yesterday, 10:42 AM
» Replies: 1
» Views: 247
Blur/Sharp tool
Forum: General questions
Last Post: AWysy
Yesterday, 08:05 AM
» Replies: 5
» Views: 318
Crop Layer To Selection
Forum: Gimp 2.99 & Gimp 3.0
Last Post: CmykStudent
Yesterday, 02:05 AM
» Replies: 4
» Views: 746
3.0.4 Crashes when drag a...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: programmer_ceds
07-12-2025, 04:21 PM
» Replies: 8
» Views: 316
technology against mosqui...
Forum: Watercooler
Last Post: denzjos
07-10-2025, 05:38 PM
» Replies: 2
» Views: 271
script does not appears i...
Forum: Extending the GIMP
Last Post: Zydelum
07-10-2025, 05:05 PM
» Replies: 2
» Views: 224

 
Python ofn-path-to-cylinder
Posted by: Ofnuts - 03-06-2023, 10:32 PM - Forum: Extending the GIMP - Replies (18)

Here comes ofn-path-to-cylinder, hopefully a faster and easier way to map a path (text/logo) over a cylinder.

   

Comes with a big doc (took me longer to write the doc than the code...).

As you would have guessed you can download it from here.

Enjoy.

Print this item

Gegl Source Code for all my GEGL Filters
Posted by: BeaverGEGLFreak - 03-06-2023, 02:39 AM - Forum: Extending the GIMP - Replies (10)

This is the same as content found on the page https://github.com/LinuxBeaver/

It is the source code to over thirty GEGL Plugins I have made.  I recommend going to Github to get them but having all the code in one place is also a good idea. 

Instruction here to compile for both Linux and Windows.
---------------

OS specific location to put GEGL Filter binaries
Windows C:\Users<YOUR NAME>\AppData\Local\gegl-0.4\plug-ins

Linux /home/(USERNAME)/.local/share/gegl-0.4/plug-ins

Linux (Flatpak) /home/(USERNAME)/.var/app/org.gimp.GIMP/data/gegl-0.4/plug-ins
[/url]
Compiling and Installing
[url=https://github.com/LinuxBeaver/GEGL-Effects---Layer-Effects-in-Gimp-using-GEGL#linux]

Linux
To compile and install you will need the GEGL header files (

Code:
libgegl-dev
on Debian based distributions or
Code:
gegl
on Arch Linux) and meson (
Code:
meson

on most distributions).
meson setup --buildtype=release build
ninja -C build


Windows
The easiest way to compile this project on Windows is by using msys2. Download and install it from here: https://www.msys2.org/
Open a msys2 terminal with
Code:
C:\msys64\mingw64.exe
. Run the following to install required build dependencies:
pacman --noconfirm -S base-devel mingw-w64-x86_64-toolchain mingw-w64-x86_64-meson mingw-w64-x86_64-gegl
Then build the same way you would on Linux:
meson setup --buildtype=release build
ninja -C build



Attached Files
.zip   source_code_of_all_beavrs_filters_march_2023_update.zip (Size: 357.16 KB / Downloads: 494)
Print this item

  photo stitch
Posted by: artbylmr@gmail.com - 03-04-2023, 11:10 PM - Forum: General questions - Replies (4)

How do I avoid having a line where I combined 2 scanned photos?
LynneR

Print this item

  HUH?
Posted by: sallyanne - 03-04-2023, 05:57 AM - Forum: General questions - Replies (4)

I startd with a 200px x 200px canvas to try something out.
All of a sudden the canvas is over 2000 square. When I typed the numbers in for the first 200 it went down to 199.x so the other did the same. Not sure why.
I am trying out a recursive transform on something - Why has the canvas gone almost 10 times the size?
Just noticed it is showing mm at the bottom. could that be it?

Print this item

Gegl Glossy Balloon Text Styling Filter
Posted by: BeaverGEGLFreak - 03-03-2023, 03:24 PM - Forum: Extending the GIMP - Replies (1)

Have fun with this silly filter that is glossy and balloonish. You are expected to rasterize text then apply this filter.

https://github.com/LinuxBeaver/GEGL-glos...t-styling/


[Image: Fp8LngXXsAAFhf4.png]

Print this item

Gegl GEGL Effects - Layer Effects counterpart for Gimp
Posted by: BeaverGEGLFreak - 03-03-2023, 03:15 PM - Forum: Extending the GIMP - No Replies

https://github.com/LinuxBeaver/GEGL-Effe...using-GEGL

This is a full layer Effects engine that rivals Adobe CC in text styling. It ships with two bonus filters called "bevel" and "inner glow" that are useful as stand alone.

Users are expected to apply GEGL Effects to raster copies of the text layers.

[Image: text.png?raw=true]

[Image: effects4.png?raw=true]


[Image: GE.png?raw=true]



The user must install the binaries (inner glow, bevel and layereffects) for this to work.  All included in the "release section".

OS specific location to put GEGL Filter binaries

Windows C:\Users<YOUR NAME>\AppData\Local\gegl-0.4\plug-ins

Linux /home/(USERNAME)/.local/share/gegl-0.4/plug-ins

Linux (Flatpak) /home/(USERNAME)/.var/app/org.gimp.GIMP/data/gegl-0.4/plug-ins

-
Enjoy!

Print this item

Gegl Custom Bevel - GEGL Plugin for advance Bevel Effects
Posted by: BeaverGEGLFreak - 03-03-2023, 03:05 PM - Forum: Extending the GIMP - No Replies

https://github.com/LinuxBeaver/GEGL-Custom-Bevel/

Custom Bevel is a new filter that can do all sorts of unique bevel and bump text effects. Six blending options for the bevel exist -- "multiply, hardlight, colordodge, plus, darken, lighten. This is NOT the same as the final/master blend mode that uses Gimp blend modes for every GEGL filter. What Custom Bevel does is changes the blend mode of the emboss filter to one of six blend modes. This can create all kinds of interesting results.

This filter can also change the internal median shape (which doesn't do much) and choose between an internal box blur and gaussian blur which will radically change the way the bevel looks.

Check out what you can do with it and Enjoy !

OS specific location to put GEGL Filter binaries

Windows C:\Users<YOUR NAME>\AppData\Local\gegl-0.4\plug-ins

Linux /home/(USERNAME)/.local/share/gegl-0.4/plug-ins

Linux (Flatpak) /home/(USERNAME)/.var/app/org.gimp.GIMP/data/gegl-0.4/plug-ins


[Image: custombevelpreview.png]



[Image: image.png]

Print this item

Gegl GEGL ROCK TEXT 2 - Advance rock text that looks amazing!
Posted by: BeaverGEGLFreak - 03-03-2023, 02:53 PM - Forum: Extending the GIMP - No Replies

This Filter will only work on Gimp 2.10.32+
https://github.com/LinuxBeaver/GEGL-STONE-TEXT-2/

First install the binaries from
https://github.com/LinuxBeaver/GEGL-Ext ... ng-Shadow/
&
https://github.com/LinuxBeaver/GEGL-Custom-Bevel/

You should have (rock-text2, custom-bevel, and long-shadow-pd) Which go in

Windows C:\Users<YOUR NAME>\AppData\Local\gegl-0.4\plug-ins

Linux /home/(USERNAME)/.local/share/gegl-0.4/plug-ins

Linux (Flatpak) /home/(USERNAME)/.var/app/org.gimp.GIMP/data/gegl-0.4/plug-ins




[Image: image.png?width=994&height=595]

[Image: file.php?id=61652]

Print this item

  ofn-gradient-along-path, Greyscale, Speed
Posted by: jonker - 03-03-2023, 02:02 PM - Forum: Extending the GIMP - Replies (6)

Using ofn-gradient-along-path on a particular RGB image takes about 30 minutes.  Using it on the same image converted to Greyscale takes about 90 minutes.  I would like to figure out a way to speed up the script.
Is there a way to profile the script and find out what calls are taking the most time?
Perhaps the image or aspects of it are being converted back and forth between RGB and Greyscale.  Is there some sort of specific Greyscale library or functions which can avoid thrashing like that?
Any suggestions on how I might be able to approach this problem?

Print this item

  Problems an transferring image into a template for a book cover
Posted by: Jude48 - 03-03-2023, 01:51 PM - Forum: General questions - Replies (6)

Hi Guys
I'm desperate for some help for what should be a simple operation. I'm creating a cover for a book with Amazon KDP. I've done this before with GIMP 2.8, but now have 2.10. When I try to insert the image I want into the book cover template it appears very small and I can't change it to fit the template. I've tried everything. I open the template in GIMP then open the image as well. I've tried copy and paste with the image, but a tiny image appears and I can't drag it to fit the template area required. I'm obviously missing something obvious. I'd be so grateful for any help.

Many thanks

Jude

Print this item