Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 4,768
» Latest member: Todd
» Forum threads: 6,977
» Forum posts: 38,109
Full Statistics
|
|
|
Indexprint |
Posted by: Xxxx - 06-17-2020, 07:20 PM - Forum: Extending the GIMP
- Replies (18)
|
|
Code:
gimp_color_transform_new: using babl for 'GIMP built-in sRGB' -> 'DELL P170S'
Traceback (most recent call last):
File "/usr/lib/gimp/2.0/python/gimpfu.py", line 857, in _run
res = apply(func, params[1:])
File "/home/ego/.config/GIMP/2.10/plug-ins/IndexprintDevelopment.py", line 152, in plugin_main
app = IndexprintDevelopment.gui.ContactsheetApp() # create instance of gtkBuilder app
File "/home/ego/.config/GIMP/2.10/plug-ins/IndexprintDevelopment/gui.py", line 248, in __init__
self.on_error(_("PyExiv2 not installed!"), _("Disabling exif functions.\n"+str(e)))
AttributeError: ContactsheetApp instance has no attribute 'on_error'
(Gimp 2.10.20 Linux)
A VERY good plugin, but now poorly maintained.
http://www.sullockenzlin.demon.nl/Gimp.html
If someone can help...
|
|
|
File exporting question |
Posted by: Bepis - 06-17-2020, 03:23 AM - Forum: General questions
- Replies (4)
|
|
Due to the nature of the work I do with gimp, I frequently export many images (sometimes hundreds) while working. Each image is saved as a bmp with the same file name, with only a number increasing by one each time. I have already sped up this process with keyboard shortcuts, but taking the time to name each image and increasing its number by one as to not overwrite the previous has become increasingly tedious. Is there anyway I can automate this process further? The only thing that needs to change for each file name is to increase the number by 1, is there any possible way to automate this in gimp? Thanks for your help.
|
|
|
Stop brush from using clipboard |
Posted by: spaghet - 06-16-2020, 09:06 PM - Forum: General questions
- Replies (1)
|
|
I'm very new to gimp - but a pro at photoshop...trying to make the switch since adobe switched to stupid monthly payments...
I'm trying to simply paint with the brush but for some reason it doesn't use a solid color but instead paints using what's on my clipboard. So when I clip the brush my clipboard image suddenly pastes & I keep clicking it- over & again tons of my clipboard image as if it were a paint color. What is this? The same thing happens when I try to use pencil...
|
|
|
Combine two images into one image |
Posted by: fixit7 - 06-16-2020, 03:05 AM - Forum: General questions
- Replies (3)
|
|
I can figure out how to take two images and paste them into a new image.
I opened both images along with a new image and tried pasting the 2 images into the new image.
Can someone please help me ?
Thanks.
|
|
|
PyGimp on Focal Fossa |
Posted by: Ofnuts - 06-15-2020, 10:52 PM - Forum: Linux and other Unixen
- Replies (3)
|
|
When I was on (K)Ubuntu 16.04 and sentenced to use 2.10 in a flatpak I found it too limited compared to the standard version, so since I plan to upgrade my 19.10 ot 20.04 before year end I just hacked my way to "full" Gimp-cum-Python support in a 20.04 VM, by adding required files copied from my 19.10. The final boss is having the Python console working (not killed that one yet).
I heard that some folks where installing from Debian repos (where Pythonv2 is more alive than on Ubuntu)?
|
|
|
Unpacking a Gimp appimage |
Posted by: rich2005 - 06-15-2020, 11:37 AM - Forum: Tutorials and tips
- No Replies
|
|
Using an older version of Linux with an equally older version of Gimp? Want to update Gimp but find the alternative flatpak / snap versions limited?
At the moment there are excellent portable Gimp 'appimage' versions. Downloadable from the Assets folder here:
https://github.com/aferrero2707/gimp-appimage/releases/
These work by making the file executable and running. More than adequate for occasional use but if you want to create a more permanent version, the appimage can be unpacked. That gives certain advantages, a little more flexibility.
That is the purpose of this demonstration video https://youtu.be/F1epWY5SYn0 duration 8 minutes. Shown in LinuxMint 19
|
|
|
2.10 layer composition options and modes |
Posted by: Ofnuts - 06-15-2020, 09:09 AM - Forum: General questions
- Replies (4)
|
|
The 2.10 release notes say:
Quote:Compositing options for layers are exposed to users now, and all layer-related settings are finally available in the Layer Attributes dialog.
If I sort of guess the Blend space/Composite space, I wonder what the "Composite modes" do?
These notes also mention new blend modes, but I'm still wondering what these do: Erase, Exclusion, Merge, and Split. Exclusion seems to be some kind of "xor", but I can't even find an case where the other three have a visible result.
|
|
|
|