| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
GIMP 3.04 opens with wind...
Forum: Windows
Last Post: subbareddy
Today, 07:47 AM
» Replies: 7
» Views: 3,702
|
Isolate, select and copy/...
Forum: General questions
Last Post: rich2005
Yesterday, 04:39 PM
» Replies: 7
» Views: 379
|
"Plug-in crashed" on GIMP...
Forum: General questions
Last Post: skullamrotis
Yesterday, 03:32 PM
» Replies: 4
» Views: 399
|
AIMAGoR - Artificial IMAg...
Forum: Other graphics software
Last Post: vitforlinux
Yesterday, 12:09 PM
» Replies: 23
» Views: 9,819
|
RapidRAW
Forum: Other graphics software
Last Post: denzjos
11-03-2025, 12:51 PM
» Replies: 2
» Views: 209
|
Tutoriel installer Drea...
Forum: Tutorials and tips
Last Post: meric57
11-03-2025, 07:45 AM
» Replies: 0
» Views: 92
|
Nouveau Arrivant sur le f...
Forum: Watercooler
Last Post: meric57
11-03-2025, 06:45 AM
» Replies: 0
» Views: 94
|
Accessing GIMP’s internal...
Forum: General questions
Last Post: rich2005
11-02-2025, 12:35 PM
» Replies: 1
» Views: 186
|
Can't find path plug-in
Forum: General questions
Last Post: programmer_ceds
11-01-2025, 04:47 PM
» Replies: 7
» Views: 485
|
Gimp shows blank black sc...
Forum: Windows
Last Post: rich2005
11-01-2025, 09:01 AM
» Replies: 1
» Views: 184
|
|
|
| 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
|
|
|
|