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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,165
» Latest member: PorkJohnson
» Forum threads: 7,831
» Forum posts: 42,521

Full Statistics

Latest Threads
migrating 2.8 bash script...
Forum: Scripting questions
Last Post: vince
38 minutes ago
» Replies: 6
» Views: 129
script-fu help
Forum: Extending the GIMP
Last Post: rich2005
11 hours ago
» Replies: 4
» Views: 178
Digikam: photo management...
Forum: Other graphics software
Last Post: denzjos
Yesterday, 05:50 PM
» Replies: 8
» Views: 10,471
Horizons
Forum: General questions
Last Post: denzjos
Yesterday, 10:33 AM
» Replies: 8
» Views: 520
RapidRAW
Forum: Other graphics software
Last Post: denzjos
Yesterday, 08:17 AM
» Replies: 4
» Views: 1,227
Pixels after exporting to...
Forum: General questions
Last Post: Scallact
Yesterday, 01:09 AM
» Replies: 1
» Views: 142
Gimp 3.0 - How to draw st...
Forum: Scripting questions
Last Post: krokots
03-07-2026, 09:50 PM
» Replies: 4
» Views: 380
Having trouble going from...
Forum: General questions
Last Post: rich2005
03-07-2026, 10:18 AM
» Replies: 1
» Views: 146
Selecting more than one l...
Forum: General questions
Last Post: rich2005
03-07-2026, 09:13 AM
» Replies: 1
» Views: 164
Smudge tool not working
Forum: General questions
Last Post: RasterRanger
03-06-2026, 10:33 AM
» Replies: 4
» Views: 500

 
Question Suddenly, dragging HEIC files from Mac to GIMP fails
Posted by: Iconoclast - 11-25-2024, 10:27 AM - Forum: OSX - Replies (2)

I had been using GIMP v. 2.10.30 for years & after this HEIC problem began recently, I updated to the most recent stable v. 2.10.38. Same problem.

macOS Monterey v. 12.7.6, iMac late 2015 

I bought an iPhone 15 ProMax ~ 1 year ago & photos are stored as HEIC files. I had no issues U/L to my Mac & then dragging the HEIC files into GIMP to work with them. (GIMP v. 2.10.30)

Beginning with HEIC pix created Oct 8 2024, cannot drag these new HEIC files into GIMP.

The error message is:
‘Opening users/Iconoclast/pictures/iPhone 15 Pro Max photos & videos/IMG_0360.HEIC’  failed


I can still drag old HEIC files, created b4 Oct 8 2024, into GIMP.

iPhone software: iOS v. 17.7 installed 9-25-24 still worked with GIMP.

Maybe iOS v. 18.0, installed 10-2-24 broke HEIC?  Or iOS 18.0.1, installed 10-5-24, caused this problem?

Apple Support forum is no help. 

I noticed on my Mac, all the old HEIC images have a tiny icon to the left of the actual photo. But the new HEIC images do not! They have placeholders icons.

I found a Work-a-round:
R click image on Mac
Scroll down to “Quick Actions”
Convert Image
Select JPEG
Change Image size from small to “Original size”

The original HEIC file remains & a new JPEG file is created

Now I am able to drag the JPEG file to GIMP!

But I do not want to go through these extra steps.

I updated to GIMP v. 2.10.38. Same problem.

Sometimes the error message on GIMP is:
Opening'/users/Iconoclast/pictures/iPhone 15 Pro Max photos & videos/img_0364.HEIC' failed:

Loading HEIF image failed: invalid input: unspecified: meta-data not correctly assigned to image


Searching the web, I found references to an HEIC plug-in for GIMP to work with Mac from years ago!

But I had no problem, for a full year, dragging HEIC files into GIMP.

Something changed and broke the ability to drag an HEIC file from my Mac into GIMP.

I'm hoping someone here knows what caused the problem and what the solution is.

Thanks!

Print this item

  Gimp Chat Down - how long this time?
Posted by: Tas_mania - 11-25-2024, 07:48 AM - Forum: Watercooler - Replies (1)

   

Seems a regular occurrence compared to the more stable forums around Big Grin

Print this item

  GimpChat down
Posted by: Rod - 11-25-2024, 06:59 AM - Forum: Watercooler - Replies (45)

Code:
General Error
SQL ERROR [ mysql4 ]

Out of range value for column 'wwh_id' at row 1 [167]

An SQL error occurred while fetching this page. Please contact the Board Administrator if this problem persists.
 I get this error trying to load the website. Anyone have any idea what that error means?

Print this item

  ofn3-interleave-layers
Posted by: Ofnuts - 11-24-2024, 05:52 PM - Forum: Extending the GIMP - No Replies

This is the conversion of ofn-interleave-layers to Gimp3. Essentially the same functionality, even if the script works slightly differently. In particular: 

  • it works on the selected layers (so you have to know about multi-selection in Gimp3)
  • it is much more laid back about  non-matching dimensions
  • it handles groups
  • it handles image mode and precision
Script is on my shiny new Gimp3-Tools site.

Of course, this is my first published v3 script so I'm expecting snags here and there so please report any, especially if you use Windows or OSX.

Enjoy!

Now, beer.

PS: Thinking about adding some kind of auto-multiply feature, so that if you want, for instance; combine 3 frames with 6 frames, it will replicate the 3 frame set twice, either as ABCABC or as AABBCC. It could also find the Least Common Multiple for cases such as 4 frames vs 6 frames (multiply each by respectively 3 and 2 to get 12 frames on both sides). How useful would that be?

Print this item

  Grand opening of my Gimp3-Tools site
Posted by: Ofnuts - 11-24-2024, 05:32 PM - Forum: Extending the GIMP - Replies (11)

Site is here. Not that much to see for now.

Time for a beer.

Print this item

  gimp-drawable-set-pixel giving unspecified error
Posted by: rgbellotti - 11-24-2024, 12:29 AM - Forum: Scripting questions - Replies (3)

I generally use some version of GIMP 2.10 on many different distros of Linux, most often Debian-based such Ubuntu, Parrot, Neon, etc

For the most part, I've done my scripting in Scheme because it was the only scripting language I could get to register properly, the python scripts would never load no matter what troubleshooting steps I tried.  This is fine though as Scheme is fun and still powerful enough to do just about whatever I need with the proper ideas.

Anyhow, the point being that I came across a hurdle with (gimp-drawable-set-pixel), which is the only function I know where you can explicitly define pixels values to place into an image.  And with the following script :

Code:
(define (test-set-pixel)
 (let* (
         ;; Create a new image and drawable
         (frame (car (gimp-image-new 10 10 RGB)))
         (drawframe (car (gimp-layer-new frame 10 10 RGB "Test Layer" 100 NORMAL-MODE)))
       )
   ;; Add the new layer to the image
   (gimp-image-insert-layer frame drawframe 0 -1)
   (gimp-drawable-fill drawframe TRANSPARENT-FILL)

   ;; Test setting a single pixel
   (let* (
          (x 0)
          (y 0)
          (new-pixel (vector 255 0 0 255)) ;; Red with full opacity
        )
     (gimp-message (string-append "Setting pixel at (" (number->string x) ", " (number->string y) ")"))
     (gimp-drawable-set-pixel drawframe x y 4 new-pixel))

   ;; Save the image for inspection
   (file-png-save 0 frame drawframe "test.png" "test.png" 1 9 1 1 1 1 1)
   (gimp-message "Test image saved.")
   (gimp-image-delete frame)
 )
)


I get the cryptic error message --  "Error: Procedure execution of gimp-drawable-set-pixel failed".  As a side note, I don't use python because it's been difficult for me to get Gimp to register python scripts in Linux, so seeing as how I have quite a few Scheme scripts started I'd like to try and resolve this fundamental problem of being able to place a pixel into an image, are there other functions that could give a similar functionality?  I've considered sampling pixels with (gimp-drawable-get-pixel) and then creating a new layer with 1x1 pixels, and then applying a paint to the new layer to match the color of sampled picture, and then mixed down a layer group of 320 x 240 layers (for a 320x240 pixel image for example) and then calling that a 'set pixel" alternative, but that would be an extreme work around.  Is there anything obvious that I'm overlooking?

Print this item

  script
Posted by: 1mike - 11-23-2024, 04:49 PM - Forum: Extending the GIMP - Replies (2)

Is there a script that runs auto white balance, stretch contrast and stretch contrast HSV, one after the other, with the default settings of each?
If not, how would I write one, I'm not a programmer.

Print this item

  How would you fix this glitched area?
Posted by: Muzician - 11-22-2024, 06:23 AM - Forum: General questions - Replies (5)

I assume the problem area is obvious, roughly 2/3 of the area of this section of a photo from about the tip of her right thumb down to the top edge of their kneecaps - the banding and smearing. 

Thanks!

[Image: photo-glitch.jpg]

Print this item

  The joys of AI in photo editing
Posted by: Ofnuts - 11-21-2024, 10:57 PM - Forum: Watercooler - Replies (3)

https://www.reddit.com/r/photography/com...ve_remove/

Print this item

  New user - layers question
Posted by: Allen - 11-21-2024, 07:52 PM - Forum: General questions - Replies (5)

Hi all. I am trying to do a photo collage (for a jigsaw) with one photo as the main background and then several others layered in and bordered which I will then eventually all flatten image for the final step. However when I copy in the smaller images as 'new layer', I can't seem to add a border to them even though the layer is selected. It adds the border to the main base layer photo not the one I have selected. I can rotate the smaller layers, soft focus etc, so they are definitely selected, it just seems to be the border than I can't add. I know I somehow managed to do this for a Christmas puzzle last year but I now can't figure it out. Help please!

Print this item