Welcome, Guest |
You have to register before you can post on our site.
|
|
|
Any on-screen live effects widget for Linux? |
Posted by: ChameleonScales - 09-10-2020, 11:20 AM - Forum: Other graphics software
- Replies (2)
|
 |
Looking for a way to bypass GIMP's lack of dynamic filters and color adjustments in some situations, I wonder if there exists any real-time widget software that performs image effects and adjustments on a given region of the screen.
This could be useful to quickly analyse an image or to preview the result of an adjustment without having to merge all the layers and apply the filter in GIMP.
To give you a better idea of what I'm looking for, there is this app, "Scopes", that displays the vectorscope of a given screen region. What I would like is something that lets you preview filters or effects such as curves or levels on that region (could be other effects too).
|
|
|
Plugin not using dark theme |
Posted by: xeonicus - 09-10-2020, 02:10 AM - Forum: General questions
- Replies (5)
|
 |
I'm using Gimp 2.10.20 on Windows 7. I set Gimp to use the dark theme. Everything works great.
I installed a plugin called fanim timeline.
Now, the plug-in actually functions correctly. However... the timeline window uses the default theme, not the dark theme.
The screenshot on GitHub clearly shows the plugin using the dark theme. I don't know if it's a plugin problem, or my problem. My other plugins recognize the dark theme and use it.
|
|
|
File New problem |
Posted by: sparky 1987 - 09-10-2020, 01:35 AM - Forum: General questions
- Replies (2)
|
 |
I have Gimp 2.10.20 rev 1
My camera on current setting takes a file 6000 X 4000 - 9Mb average size and loads into Gimp for editing no problem but if I then go to File new and try to make a new image that size it warns me I am making a image of 232 Mb and set in preference max 134.2 why should it make a image that large when my photos are only 9Mb ?
|
|
|
script to merge files into layers and set a layer mask |
Posted by: DanielDD - 09-09-2020, 01:18 PM - Forum: Scripting questions
- Replies (10)
|
 |
Hallo,
I need a script for batch mode:
There are files t0.tif and t1.tif (single page tifs) in the current directory.
The script should open these files and put them into a single file as layers
(t0.tif as bottom and t1.tif as top layer).
Then, the script should set "grain merge" to the top layer and add a white
layer mask.
I am somewhat familiar with (scheme)lisp, but I have no knowledge on
script-fu.
Finally, the script should save the file in standard gimp format.
Daniel
|
|
|
preview larger |
Posted by: novalore40 - 09-08-2020, 03:56 AM - Forum: Older Gimp versions (2.8, 2.6....)
- Replies (5)
|
 |
Hey my lovelies I am trying to use to the filters that come with gimp. I was wondering is there anyway I could make the preview larger for the plugins (like Iwarp). What I am working on now is way to small for me to see I have resized the window but that didn't help. I wear glasses and it still is to small for me to see. Is there any way I can fix this? Thanks in advance
|
|
|
Need gegl to build gimp, and can't build gegl |
Posted by: shachter - 09-08-2020, 03:41 AM - Forum: Linux and other Unixen
- Replies (3)
|
 |
Esteemed Colleagues:
Readers of this forum know that I recently built gimp 2.10
from source, and it was a nightmare, but I did it.
Now -- apparently in search of suffering, for there can be
no other reason for trying to do this -- I am trying to build
gimp 2.10 from source again, for another operating system
that shares the same hardware (my laptop is a multiboot
machine, I have several operating systems installed on it).
Because gimp 2.10 has many dependencies that are newer
than the versions available thru my package manager -- or,
in some cases, not available at all thru my package manager
-- I have had to build those dependencies from source. Only
one unbuilt dependency now remains on this operating system,
gegl.
I cannot build gegl on this operating system. That, of course,
is surely not true, what I mean to say is that I have not figured
out how to build gegl on this operating system. I turn to you,
esteemed colleagues, for help once again. This is the error
message that I get, time and time again, no matter what -f
arguments I have given to the compiler (and I have tried
many):
operations/external/exr-load.so.p/exr-load.cpp.o: In function import_exr(_GeglBuffer*, char const*, int)':
/usr/local/src/gegl-0.4.26/build/../operations/external/exr-load.cpp:506: undefined reference to Imf_2_1::Chromaticities::Chromaticities(Imath_2_2::Vec2<float> const&, Imath_2_2::Vec2<float> const&, Imath_2_2::Vec2<float> const&, Imath_2_2::Vec2<float> const&)'
This is at operation [481/750] of the ninja build.
Most likely this is a missing constructor that should have been
created from a template, but which the c++ compiler is failing
to create. But templates have been around for a long time
(31 years, in fact -- I remember when Bjarne Stroustrup
announced them in the Journal of Object-Oriented Programming;
but I digress) and I am using gcc 9.2.0. Surely by gcc 9.2.0
the g++ compiler has managed to get templates right. So
what is going on? I suppose I could build clang from scratch
and then try to build gegl with clang++, but I am certain that
this is not a compiler problem. And yet, this same version
of gegl has been successfully built before. So why can I not
build it on this operating system? What do I have to do?
As always, I thank you in advance for any and all replies.
jay at m5 dot chicago dot il dot us
|
|
|
|