| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 5,272
» Latest member: Louisvex
» Forum threads: 7,892
» Forum posts: 42,835
Full Statistics
|
| Latest Threads |
new plugin colour grading...
Forum: Extending the GIMP
Last Post: rich2005
Yesterday, 08:29 AM
» Replies: 5
» Views: 687
|
ExifToolGUI and ExifTool ...
Forum: Other graphics software
Last Post: denzjos
05-07-2026, 09:07 AM
» Replies: 14
» Views: 17,097
|
Langage français de l'int...
Forum: OSX
Last Post: rich2005
05-06-2026, 07:28 PM
» Replies: 1
» Views: 546
|
Locally Installed Help is...
Forum: General questions
Last Post: rich2005
05-06-2026, 10:10 AM
» Replies: 3
» Views: 741
|
scheme : error in vector
Forum: Extending the GIMP
Last Post: geka
05-06-2026, 05:40 AM
» Replies: 2
» Views: 336
|
Can a plugin be made to s...
Forum: Other graphics software
Last Post: firefox
05-06-2026, 02:23 AM
» Replies: 0
» Views: 121
|
Why does this.......
Forum: Watercooler
Last Post: CmykStudent_
05-05-2026, 08:41 PM
» Replies: 2
» Views: 682
|
How to change text inside...
Forum: General questions
Last Post: denzjos
05-05-2026, 06:39 PM
» Replies: 5
» Views: 847
|
logo for website profile ...
Forum: General questions
Last Post: tbint62
05-05-2026, 05:48 PM
» Replies: 6
» Views: 872
|
Requesting testers for CM...
Forum: General questions
Last Post: rich2005
05-05-2026, 12:28 PM
» Replies: 8
» Views: 905
|
|
|
| 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
|
|
|
| gimp 2.10.32 rgb / cmyk |
|
Posted by: SKILKINKS35 - 07-07-2022, 06:32 PM - Forum: General questions
- Replies (25)
|
 |
Hello ,
I have 2 questions:
1) Can I convert my RGB photos in CMYK in the new Gimp version 2.10.32 ?
(I'm having to use for the moment an online site called rgb2cmyk.org).
2) Once a RGB photo has been converted into a CMYK photo, what happens if I want to work again on that same CMYK photo with softwares such as PAINT, PICASSA JPEGview ?
Is it still CMYK or does it become RGB again ?
(I know this may sound like a silly question...)
Thank you
|
|
|
| Blending and coloring |
|
Posted by: BillG1955 - 07-07-2022, 05:33 PM - Forum: General questions
- Replies (7)
|
 |
I just switched to Gimp from Photoshop. I mainly use it to create 2D images of clothing which is then imported into a 3D engine for usage on avatars. I have gone through tutorials and feel I understand blending modes.
The one issue I have with Gimp is that for example I derive an outfit from let's say an image of a Red Dress. I want to make one that is Blue. So I create a new layer and use a foreground color of Blue. When the layer blends with the layer below the Blue for example with Red I don't always get the exact shade I want. I have tried all the main blending modes and still am not happy.
With Photoshop I was able to create an adjustment layer and remove most of the color from the Red layer so that it blended properly and gave me the correct shade of blue I wanted.
There are no adjustment layers with Gimp. What is the best way to remove the color the color of bottom layer so that the Red is removed and leaves a light gray or almost white layer?
|
|
|
| Problem with the selective tool |
|
Posted by: Pierre_Simard - 07-07-2022, 03:08 PM - Forum: General questions
- Replies (8)
|
 |
Hello wonderfull person,
When I use any "selective tool" (lacet; square; etc) and I want to add more selection, I can't add it to my previous selection (event while using "shift")... It really problematic (time consuming) because I have to do one selection at a time, extract it and do it again with the next selection....
HELP!!!!
Thanks in advance!!!!
Pierre
|
|
|
| Problem with the fill tool |
|
Posted by: Pierre_Simard - 07-07-2022, 03:00 PM - Forum: General questions
- Replies (1)
|
 |
Hi,
When I use the "fill tool" on a area: Inside the area, some pixs are missing and outside, some pixs appear. I probably did something without knowing it. It use to be fine but now, I'm unable to go back the way it should be.
I need help plaese!!!!!!
Thanks in advance!!!!
Pierre
|
|
|
|