Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
Is there any version wher...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: HavingTooMuchFun
Yesterday, 01:57 PM
» Replies: 0
» Views: 151
|
How to make a watermark o...
Forum: General questions
Last Post: kyolim
09-13-2025, 10:05 PM
» Replies: 5
» Views: 14,124
|
Linux command that does e...
Forum: Other graphics software
Last Post: rich2005
09-13-2025, 06:06 PM
» Replies: 1
» Views: 441
|
reliable Gimp 2.10.38 dow...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: denzjos
09-13-2025, 05:20 PM
» Replies: 2
» Views: 350
|
Batch Color Saturation
Forum: Extending the GIMP
Last Post: rich2005
09-13-2025, 07:53 AM
» Replies: 15
» Views: 12,018
|
Photo play-time
Forum: Gallery
Last Post: Ofnuts
09-13-2025, 07:32 AM
» Replies: 24
» Views: 21,859
|
BIMP plugin for GIMP 3.10
Forum: Extending the GIMP
Last Post: firefly
09-12-2025, 11:53 PM
» Replies: 2
» Views: 698
|
pl_stroke_arrows GIMP 3.0...
Forum: Extending the GIMP
Last Post: Scallact
09-12-2025, 04:03 PM
» Replies: 0
» Views: 354
|
How do you make text circ...
Forum: General questions
Last Post: rich2005
09-12-2025, 07:18 AM
» Replies: 12
» Views: 3,448
|
New Install, Black Screen...
Forum: OSX
Last Post: akhrameev
09-11-2025, 02:32 PM
» Replies: 3
» Views: 3,128
|
|
|
Exporting tiff files |
Posted by: gingerinpr - 04-07-2025, 04:09 PM - Forum: General questions
- Replies (2)
|
 |
Hi!
Is it possible to export tiff 16-bit files? I'm trying to upload astrophotography photos into Sequator. Error received: Sorry, can not handle images with 32-bit samples (in module "image")
Per Sequator manual: RAW files are recommended. If you use TIFF instead, do not alter the linearity of data. Any processing except vignetting correction should be avoided. Sequator accepts uncompressed 16-bit TIFF.
The images were shot in raw, opened in Raw Therapee to start some edits and then the image transfers to Gimp but I'm not seeing how to export as 16-bit tiff.
(Raw format files accepted are .cr2, .cr3, .nef, .arw, .rw2, .orf, .pef, .dng. I don't see options for exporting as any of these extension either)
TIA
|
|
|
Can Gimp Draw Arrows (brushes don't work)? |
Posted by: dbareis - 04-07-2025, 06:52 AM - Forum: General questions
- Replies (4)
|
 |
I'm a simple user of image editors, unfortunately it appears you have to be a professional editor to even attempt to use Gimp.
What I do is crop, resize, draw text, draw arrows from a to b (text to subject of text). Everyone seem to recommend brushes, but from my attempts that is not possible, for starters you don't define 'a' & 'b" and can't change the length. All of this is relatively trivial in Paint.Net and some other editors, I just thought I'd try GIMP out. I have looked for and failed to find much in the way of tutorials on any of the basics.
Am I missing something? Or is it not possible to draw arrows (a modified straight line with arrow head) in GIMP?
|
|
|
xnviewmp open with gimp error message |
Posted by: zugzwang134 - 04-06-2025, 05:49 PM - Forum: Linux and other Unixen
- Replies (4)
|
 |
Unclear if this question should be posted on a gimp forum or an xnviewmp forum. Because there may be an obscure gimp setting, I am trying this gimp forum first.
I just installed Linux Mint 22, and then xmviewmp 1.8.7 64-big (Linux) - Libformat 7.220 and then gimp 2.10.36. Then, I used xnviewmp's open with : configure : gimp facility to start gimp from inside xnviewmp by right-clicking on an image. Doing this, gimp opens the image okay, but has an annoying popup message "Opening /home/steve failed : Not a regular file." I have unsuccessfully tried variations of the [ xnviewmp : open with : gimp ] facility. For example, if I instead specify gimp.sh, which contains the command gimp-2.10 %U, xnviewmp does nothing. Alternatively, if I xnviewmp-configure gimp to start with the %U option, then I get two popup error messages.
I would like to find a gimp setting (or alternatively a xnviewmp setting) that will prevent any such popup message. Before posting, I attempted to research the problem. I found similar postings that were not exactly on point. I did notice that responders were interested in gimp's interaction with bash, so I experimented:
- When I start gimp, by itself, with the icon-command = gimp-2.10 %U, there is no problem opening/manipulating images.
- When I open a bash termimal and execute gimp-2.10, again there is no problem.
- However, if (instead) I open a bash terminal and execute gimp-2.10 %U, then I get the error message: "Opening /home/steve/%U failed: Error opening file /home/steve/%U: No such file or directory",
I don't really care about opening gimp from a bash terminal. That was simply an experiment.
Is there a gimp setting that will allow gimp to open the image as xnviewmp is directing, without also trying to open /home/steve/'? Alternatively, is there a gimp setting that will re-direct the message to a log file, so that I don't have the annoying popup, each time I xnviewmp-open-with-gimp an image?
|
|
|
Gimp 3: get indexed of each pixel from a layer = img.layers[0] pdb.gimp_layer |
Posted by: TheInstinct - 04-04-2025, 09:09 PM - Forum: Extending the GIMP
- Replies (6)
|
 |
Hi everybody,
I'm facing a serious problem when porting a plugin I wrote in Gimp 2.10 to Gimp 3.0 in python.
In Gimp 2, I used the following way to the color index of each pixel. It works very well:
Code:
layer = img.layers[0]
region = layer.get_pixel_rgn(0, 0, img.width, img.height, False, False)
pixels = array("B", region[0:img.width, 0:img.height])
pixels contains the index of the color [0;255] which is a byte.
In Gimp 3, you can get access to color information of the layer by using layer.get_buffer(...) but you won't get the color index as you must provide a Babl format. So you will get a color, or luminance in the format you selected "RGB u8" for example, but you won't get the indexes of the colors used by each pixel.
I made research but can't find how to get color index of each pixel. I hope some of you will be able to help me.
Thank you in advance for your support.
|
|
|
Issues with pasting and aligning |
Posted by: accessd - 04-04-2025, 08:26 PM - Forum: Gimp 2.99 & Gimp 3.0
- Replies (2)
|
 |
Hi all,
I'm having trouble performing some basic tasks in Gimp 3. I'm not sure if they're bugs (in which case I will submit a report), or if the functionality has changed and I'm using it the wrong way. I commonly need to splice images of two or more people together. The general process is as follows:
- use the selection tool to select part of image A;
- click Crop to Selection;
- resize the image to match the width or height of the new image I'm creating;
- use the Crop tool to crop a fixed size;
- copy the resulting image and paste it into a new file;
- use Align and Distribute tool to move it to one side of the new image;
- repeat process with image B.
Since I upgraded to Gimp 3, when I copy the cropped image and paste it into a new file, I get all the information from before I used the Crop tool (Step 4). To get around this, I have to use the Copy Visible command, but shouldn't the Crop tool get rid of the rest of the image like the Crop to Selection command does?
Then, when I try to align the pasted layer in the new image, regardless of whether I try to align the layer vertically or horizontally, the Align and Distribute tool aligns the middle of the layer with the edge of the image, so half the layer is always out of view. Is this a bug or am I missing something?
I'm running Gimp 3.0.2 on Ubuntu 24.10.
|
|
|
|