| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
Edits Saving wrong
Forum: General questions
Last Post: CmykStudent
2 hours ago
» Replies: 3
» Views: 101
|
How to get G'MIC within G...
Forum: General questions
Last Post: Tas_mania
Yesterday, 08:42 PM
» Replies: 5
» Views: 418
|
"Mouseclick" is not recor...
Forum: General questions
Last Post: Ofnuts
Yesterday, 08:32 PM
» Replies: 1
» Views: 125
|
Text Editor hardly ever w...
Forum: General questions
Last Post: sallyanne
Yesterday, 09:23 AM
» Replies: 5
» Views: 452
|
Issue with cut selection
Forum: General questions
Last Post: rich2005
Yesterday, 08:33 AM
» Replies: 4
» Views: 267
|
Colorized Layer Reverts t...
Forum: General questions
Last Post: sallyanne
11-12-2025, 08:57 AM
» Replies: 6
» Views: 494
|
Gimp 3.0.6-1 G'Mic-Qt ups...
Forum: General questions
Last Post: denzjos
11-11-2025, 07:08 PM
» Replies: 2
» Views: 193
|
Gimp 3.x scanner xsane pl...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: Ofnuts
11-10-2025, 08:36 AM
» Replies: 14
» Views: 11,722
|
Gimp 3.0 get Metadata wit...
Forum: Scripting questions
Last Post: Volker
11-09-2025, 06:19 PM
» Replies: 3
» Views: 330
|
How to make image and mas...
Forum: Installation and usage
Last Post: Ofnuts
11-08-2025, 08:39 PM
» Replies: 5
» Views: 379
|
|
|
| Colour difference between GIMP and Adobe products |
|
Posted by: balazsmarton@yahoo.co.uk - 02-04-2023, 08:14 PM - Forum: General questions
- Replies (3)
|
 |
Hi,
I have the same PDF document opened in GIMP and various Adove products (s well as in Photoshop). When I use the color picker tool the CMYK codes returned by GIMP are different from the ones returned by the other products.
For example a color returns
C 0 M 68.1 Y 76.9 K 6.7 in GIMP
C 2 M 76 Y 81 K 0 in Adobe
Why is this happening?
Note (in printing the Adobe colors look correct)
Thank you!
|
|
|
| How to start GIMP AppImage on menu ? |
|
Posted by: Stephen Liu - 02-03-2023, 01:57 AM - Forum: Linux and other Unixen
- Replies (10)
|
 |
How to start GIMP AppImage on menu ?
Hi all,
OS - Ubuntu 22.04
AppImage - GIMP_AppImage-release-2.10.22-x86_64.AppImage
(download and can be started)
I have created a desktop file;
$ cat .local/share/applications/gimp.desktop
Code:
[Desktop Entry]
Name=GIMP
Type=Application
Exec=/home/satimis/Videos/GIMP_AppImage-release-2.10.22-x86_64.AppImage
Icon=/home/satimis/Pictures/gimpicon.png
Terminal=false
StartupNotify=true
On Terminal run;
$ .local/share/applications/gimp.desktop
Code:
.local/share/applications/gimp.desktop: line 1: [Desktop: command not found
I can't start GIMP
Please help. Thanks
Regards
|
|
|
| Terminology or else |
|
Posted by: Ofnuts - 02-01-2023, 12:02 AM - Forum: Watercooler
- Replies (6)
|
 |
I am writing a script that can work either on vertical or horizontal objects. I need words/expression that refer to
* left/right when working horizontally, and top/bottom when working vertically (begin and end of the "main" direction)
* top/bottom when working horizontally, and left/right when working vertically (begin and end of the "transverse" direction)
Because if I have a single UI, I can't change this dynamically in the input dialog when the user changes the orientation choice.
An alternative is to have two menu entries, one for each orientation, leading to two dialogs and have each dialog use the relevant usual terms.
€0.01 for you thoughts.
|
|
|
| Colors in GIMP Viewport Are More Vibrant Than Actual Image |
|
Posted by: Lucky13guy - 01-31-2023, 07:09 PM - Forum: General questions
- Replies (3)
|
 |
Hey Guys and Gals,
First time post. Please forgive me if this has been discussed before, but I honestly had no idea what to search for in regards to my issue.
Anyway, I've been using GIMP for about 9 months now, and recently I noticed that my images appear to be much more vibrant or saturated in the GIMP viewport than they do when viewed outside of GIMP. This includes images that have never been opened in GIMP previously. It makes photo editing a little difficult, since what you see isn't going to be equal to what you get.
I doubt it has anything to do with my system, but just in case, I've listed some basic specs of what I'm running below.
GIMP Version: 2.10.32 (Revision 1)
Operating System: Windows 11 (64-bit)
CPU: AMD Ryzen 5900HS
GPU: NVIDIA GeForce RTX 3080 Laptop GPU
Has anyone else experienced this? If so, is there some way to fix it so the color saturation matches inside and outside GIMP?
Thanks in advance!
Lucky13guy
|
|
|
| How to read transparency level ? |
|
Posted by: GauSte - 01-31-2023, 02:57 PM - Forum: General questions
- Replies (2)
|
 |
Hello,
I open a picture with several shapes with several transparency colours.
I would like to pick the colour and the transparency level.
If I use the colour picker tool, I can read the RGB levels for the color, but I can't find the transparency level.
Where can I find it for this pixel ?
Thanks
|
|
|
| Trying to cut 4 equal corners off an image |
|
Posted by: razzer - 01-31-2023, 04:50 AM - Forum: General questions
- Replies (4)
|
 |
Hi , so i am new with gimp and am trying to cut 4 equal corners off an image. So i made a triangle with the path tool and connected it, so then i can choose " selection from path " and in edit mode i can cut or delete that triangle out.
But after that i get lost , i want to then just move the triangle and rotate it and move it to another corner and cut that corner out . Then do that to the 2 remaining corners. Though i seem to not be able to just rotate and move the triangle into position very easily. I can lock it and name it , but it don't seem to rotate . Any help? thanks
|
|
|
| Python Fu - Math operations failing |
|
Posted by: BaconWizard17 - 01-31-2023, 03:44 AM - Forum: Scripting questions
- Replies (4)
|
 |
Hi all,
I'm setting up a script, and part of it is to scale the image to a max size of 256 for one type of texture and a max size of 128 for a different type of texture. That aspect isn't working, so I isolated it into a separate script, and it's still not working. I've managed to figured out where the issue is happening, but not why. Here's the isolated code:
Code:
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from gimpfu import*
def resizeMax(image, layer, texType):
# Determine the max size based on the texture type:
if texType == 0:
# primary texture
maxSize = 256
else:
# secondary texture
maxSize = 128
# Get the current dimensions of the image
currentWidth = image.width
currentHeight = image.height
# Check which is bigger
if currentWidth >= currentHeight:
# Wide image or square
scaleFactor = maxSize / currentWidth
pdb.gimp_message("DEBUG: Scale Factor is")
pdb.gimp_message(scaleFactor)
else:
# Tall image
scaleFactor = maxSize / currentHeight
pdb.gimp_message("DEBUG: Scale Factor is")
pdb.gimp_message(scaleFactor)
# Get the new sizes
newWidth = scaleFactor * currentWidth
newHeight = scaleFactor * currentHeight
# scale the image accordingly
pdb.gimp_image_scale(image, newWidth, newHeight)
# Resize the layer to the image size
pdb.gimp_layer_resize_to_image_size(layer)
# Display the changes
pdb.gimp_displays_flush()
def resizeMaxMain(image, layer):
resizeMax(image, layer, 0)
register(
"python_fu_test_resize_max",
"",
"",
"BaconWizard17",
"BaconWizard17",
"January 2023",
"Resize to Max Size",
"*",
[
(PF_IMAGE, "image", "Input image", None),
(PF_DRAWABLE, 'drawable', 'Layer, mask or channel', None)
],
[],
resizeMaxMain,
menu='<Image>/Test'
)
main()
The issue is the line where the scaleFactor is being determined. For whatever reason, scaleFactor = int(maxSize) / int(currentWidth) is giving a value of 0, even though maxSize is nonzero (defined as 256) and currentWidth is also nonzero (512 in the image I was testing). I used pdb.gimp_message() to verify the values right before the operation, and they're what I expect. Maybe I'm doing the division wrong? I also tried converting maxSize and currentWidth to integers (with int()), but that didn't change anything either. Any thoughts would be appreciated.
|
|
|
|