Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,786
» Latest member: MichaelSoage
» Forum threads: 7,598
» Forum posts: 41,405

Full Statistics

Latest Threads
files missing after insta...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: rich2005
19 minutes ago
» Replies: 3
» Views: 190
.pcd files issue?
Forum: OSX
Last Post: rich2005
24 minutes ago
» Replies: 1
» Views: 24
Is there any version wher...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: rich2005
Yesterday, 07:48 AM
» Replies: 1
» Views: 369
How do I uninstall GIMP 3...
Forum: Linux and other Unixen
Last Post: Ofnuts
Yesterday, 07:02 AM
» Replies: 1
» Views: 244
AI Gimp Plugins
Forum: Watercooler
Last Post: merlilderman
09-14-2025, 04:16 PM
» Replies: 21
» Views: 68,612
How to make a watermark o...
Forum: General questions
Last Post: kyolim
09-13-2025, 10:05 PM
» Replies: 5
» Views: 14,344
Linux command that does e...
Forum: Other graphics software
Last Post: rich2005
09-13-2025, 06:06 PM
» Replies: 1
» Views: 621
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: 511
Batch Color Saturation
Forum: Extending the GIMP
Last Post: rich2005
09-13-2025, 07:53 AM
» Replies: 15
» Views: 12,209
Photo play-time
Forum: Gallery
Last Post: Ofnuts
09-13-2025, 07:32 AM
» Replies: 24
» Views: 22,031

 
  GIMP will never be what PS is until these things are fixed
Posted by: Photoshopsince2000 - 10-09-2024, 10:49 PM - Forum: General questions - Replies (11)

I would like to make a few suggestions to the developers, but I'm not sure the best place or line of contact to do so. Any idea how I could reach out to them?

I've been using Photoshop since 2000 or v5.0/6.0. There are two things that made Photoshop the standard. How it's selections work, and how it's layers work.
This mentality when someone says, "Gimp is not like Photoshop", people often respond back and say, "GIMP is not trying to be like Photoshop" I say that's a poor excuse. Photoshop is an industry standard because it is the best - Period - End of story.

I love what GIMP is doing, and I really would love to get away from Adobe. I think software as a service is only going to harm Adobe in the long run as students find alternative to subscriptions, they are shrinking their base of users in the long run, and it's expensive for something you don't own. 

But GIMP still feels inefficient to me and I say this because I care and I want GIMP to succeed. 

  • The way the layers flatten when you move things. I know this can be toggled, but it still feels buggy. Maybe I don't know something, but I can't get use to this program, feels strange why someone would want automated flattening that you have to go back on undo.  Photoshop is simple, you just create a layer and its like an invisible floating independent object that lets you do anything to the object it contains. Maybe this will change in 3.0 as more tools become non destructive. GIMP needs it's layers to function independently of the other objects by default. You can always go back and merge all layers, or specific layers with with layers you specifically select or at least you can in Photoshop.
  • The Selections in Photoshop are amazing. GIMP needs to copy this. They let you create any shape you want and then you can apply these selections adds or cuts not only to layers, but you can use them to cut a layer in half. Adobe calls this Layer Via Cut when you right click in a selection. GIMP needs Layer Via Cut.
  • Photoshop lets you transform the actual selection before you apply it. you can rotate the selection, change its shape...ect GIMP needs a transform selection.
  • Last where is the Polygonal Lasso tool? Maybe I missed it, but it's one of the most common tools in editing software. Is there a Polygonal Lasso tool in GIMP?
Rather than trying to be different, I would try to copy Photoshop.

Print this item

  Print problem
Posted by: annewilson - 10-08-2024, 04:29 PM - Forum: General questions - Replies (4)

Long time since I used GIMP, so almost newbie-dumb.  I am trying to print an 8x10 image with feathered margins.  I have no preview, which makes it a long-winded problem.  After many attempts I still have a large margin at the top and no or almost no margin at the bottom.  Can someone please point me to the dialogue I should be altering?  Any hints for printing would be gratefully received.

Print this item

  Load RGB fits image with GIMP Python API
Posted by: damien.f - 10-08-2024, 02:03 PM - Forum: Scripting questions - Replies (7)

Hello everyone!

I'm struggling with python API to open a FITS image.

When I open a FITS picture with the menu "file->open" I have a prompt regarding picture composition : "none" or "NAXIS=3, NAXIS3=2,...,4". And when I select "NAXIS..." the image is correctly loaded into GIMP in RGB.

But when I use python pdb.file_fits_load() command, I have no options in order to specify none or NAXIS. thus my image is always in gray scale.

Also, with python command, I do not have multiple images as I have when I select "none" on the HMI (=> 3 images, one per color).

What should I do to have the image in RGB loaded by python command?

Thank you for your help!
Best regards,
Damien.

Print this item

  gimp-image-get-filename
Posted by: PixLab - 10-07-2024, 07:36 AM - Forum: Scripting questions - Replies (12)

I got errors when trying to set the original name, what did I missed?
It seems to be from the second "if" (first one works fine) "pathchar (car (gimp-image-get-filename image)) ".webp"))"

BTW is there a "else" or sort of in scheme?

Code:
   (while (> i 0)

     (set! image (vector-ref (cadr (gimp-image-list)) (- i 1)))
     
     (if (= KeepName 0)
         (set! newFileName (string-append inDir
                 pathchar inFileName
                 (substring "0000000" (string-length
                 (number->string (+ inFileNumber i))))
                 (number->string (+ inFileNumber (- ii i))) ".webp"))
       )
     (if (= KeepName 1)
         (set! newFileName (string-append inDir
                 pathchar (car (gimp-image-get-filename image)) ".webp"))
     )
   
         (file-webp-save2 isInteractive
                     image
                     (car (gimp-layer-new-from-visible image image "export"))
                     newFileName
                     newFileName

   

Print this item

  Incandescence II
Posted by: MJ Barmish - 10-06-2024, 04:46 PM - Forum: Gallery - Replies (2)

Here is the new version of my "Incandescent little creek", that I have just published on my site

   



https://mjbarmish.fr

Print this item

  Batch exporting
Posted by: fictionary - 10-06-2024, 08:56 AM - Forum: Gimp 2.99 & Gimp 3.0 - Replies (1)

Just curious if batch exporting (without being a programmer) is going to be in the 3.0 update. It seems there are no "simple" solution now, "for years in linux". The single greatest blockade to using linux/ open-source in the realm of 2d support for visual effects, 3d, and video editing with a 2d support application is "batch exporting/ batch editing." Various solutions always seem to be some remote github download that ends up being a very difficult process to configure (above a normal persons ability). It would be AMAZING to be able to "batch export images inside of gimp." If there is a way that is "simple" and internal to Gimp or any 2d app available to linux I can't seem to find it. 

So very grateful for any and all open source software, as it is making the world a better place but this one feature is a massive show-stopper for me to convert over to linux and open source software. Been waiting and search on this for a long time.

Any support would be deeply appreciated. Not complaining, just hoping with fingers crossed.

Print this item

  NAPS2 scanner software
Posted by: denzjos - 10-06-2024, 07:24 AM - Forum: Other graphics software - Replies (1)

NAPS2 is free and open source scanning software for Windows, Mac and Linux.
Easily scan with devices from Canon, Brother, HP, Epson, Fujitsu, and more. Then save to PDF, TIFF, JPEG, or PNG with a single click.
https://www.naps2.com

Print this item

  Increase small preview window
Posted by: ebernard - 10-05-2024, 03:29 PM - Forum: General questions - Replies (4)

I'm in the process of designing scroll saw patterns from original photos of my three brothers using Gimp.
I need larger glimspe of their faces to ensure the best cut lines for the pattern.
Here's where I am asking for your assistance....
When I desaturate the photo I then proceed to go to Filters/Artistic/Photocopy (legacy) then voila a small preview
Photocopy 4"X4" window pops up. This size preview is difficult to get a good visual of the whole face.
I really need a larger shot of the face to design a quality scroll saw pattern.
Any help would be greatly appreciated


Eugene

Print this item

  transparency
Posted by: Silly - 10-04-2024, 03:35 PM - Forum: General questions - Replies (1)

if I save an transparent image as png it appears correctly on the Web.
How can Iget this image as jpg-image?

Print this item

  Save Path (post moved)
Posted by: Flier545 - 10-03-2024, 05:22 PM - Forum: General questions - Replies (1)

    Not sure if this is the correct place to ask but I am creating a path over an image but when I try to export the path as in the video below I do not see toved mhe export option

https://youtu.be/j8w6ddIKjcs?si=qpNw-Vs5EX7ZIJNQ

Thanks for your help

Think I have sorted it there is a path tab on the right hand side I need to click first

Print this item