| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
Isolate, select and copy/...
Forum: General questions
Last Post: rich2005
7 hours ago
» Replies: 7
» Views: 331
|
"Plug-in crashed" on GIMP...
Forum: General questions
Last Post: skullamrotis
8 hours ago
» Replies: 4
» Views: 358
|
AIMAGoR - Artificial IMAg...
Forum: Other graphics software
Last Post: vitforlinux
Yesterday, 12:09 PM
» Replies: 23
» Views: 9,744
|
RapidRAW
Forum: Other graphics software
Last Post: denzjos
11-03-2025, 12:51 PM
» Replies: 2
» Views: 193
|
Tutoriel installer Drea...
Forum: Tutorials and tips
Last Post: meric57
11-03-2025, 07:45 AM
» Replies: 0
» Views: 55
|
Nouveau Arrivant sur le f...
Forum: Watercooler
Last Post: meric57
11-03-2025, 06:45 AM
» Replies: 0
» Views: 58
|
Accessing GIMP’s internal...
Forum: General questions
Last Post: rich2005
11-02-2025, 12:35 PM
» Replies: 1
» Views: 169
|
Can't find path plug-in
Forum: General questions
Last Post: programmer_ceds
11-01-2025, 04:47 PM
» Replies: 7
» Views: 460
|
Gimp shows blank black sc...
Forum: Windows
Last Post: rich2005
11-01-2025, 09:01 AM
» Replies: 1
» Views: 172
|
Outlined and filled in 3....
Forum: General questions
Last Post: rich2005
10-31-2025, 04:42 PM
» Replies: 2
» Views: 245
|
|
|
| File export default type |
|
Posted by: OldGimp - 07-11-2022, 05:46 PM - Forum: OSX
- Replies (5)
|
 |
I am using Gimp 2.10.32 and have set my file export default type as jpg in Preferences/Image Import & Export but I still have to select from the image type list when using Export As. How should I set the default type?
|
|
|
| script text wrapped around circle has holes |
|
Posted by: wespotts - 07-11-2022, 04:50 AM - Forum: General questions
- Replies (3)
|
 |
I'm trying to create an image with some script (Allura) text wrapped around a circle path. When I select path to selection, then fill the selection, the text ends up with "holes" or "gaps" in it where some of the characters overlap. I think I've figured out how to edit the path generated by "text along path" to eliminate the holes, but it's very tedious. I'm trying to create an image to engrave on a wood platter I turned as a decoration for my parents' 50th wedding anniversary, so I'm working against a short deadline. Can anyone give me any recommendations for a quick method to fill the holes?
Thanks,
Wes
|
|
|
| Gimp 2.10 and Ubuntu 22.04 |
|
Posted by: rich2005 - 07-10-2022, 02:40 PM - Forum: Linux and other Unixen
- No Replies
|
 |
Some notes on installing Gimp 2.10.x in Ubuntu 22.04 (jammy)
The Ubuntu software centre will give you a snap version 2.10.28 - not a lot of use
The regular Gimp from the ubuntu repository (repo) is 2.10.30 which is ok, but stuck at the version.
This demo shows using an additional repo (PPA)
https://launchpad.net/~ubuntuhandbook1/+...buntu/gimp
Go there and see how to install Gimp.
There is a glitch with this PPA, the latest libgegl is required. In terminal run
Code:
sudo apt install libgegl*
duration 3'40" https://youtu.be/1IBKro_VJyY
None of the above Gimp versions / packages include any python2 libraries required for Gimp python plug-install. The old gimp-python .deb packages are no longer compatible so one way is using an appimage launcher from:
https://github.com/TasMania17/Gimp-Appimages-Made-From-Debs/releases/tag/Gimp-Python2-AppImage-Launchers-for-Linux
That also has a glitch, it uses fuse2 and Ubuntu 22.04 comes with fuse3. The fix, in a terminal
Code:
sudo apt install fuse
------------------
Update:
Go here: https://github.com/TasMania17/Gimp-Appim...-for-Linux
Download this appimage gimp-python2-overlay-launcher-ubuntu22.04.AppImage 27MB
No need to mess with fuse
-------------------
This demo with an example of a python plugin (the ever popular resynthesizer/heal-selection)
duration 4'24" https://youtu.be/9xGMhK6hPVQ
To round off Gimp and jammy The gmic_gimp_qt plugin. It does not require python but it does need some depencencies to get it going. In a terminal use:
Code:
sudo apt install libfftw3*
sudo apt install libqt5widgets*
demo: duration 3 minutes https://youtu.be/tSptL6YEHrI
|
|
|
|