can darktable open .heic files

I took a few photos with my iphone (for convenience). Any way to open them in darktable?

I don’t think so, the format is proprietary.

There is actually an opensource implementation. But it can be fun with patents. As it seems the format uses some of the MPEG foundation patents.

Yes, there are a few place where I can convert them to jpeg, but it a pain. I am using tifig on Linux, but it can only convert one at a time.

Sounds like a bash for loop would take care of that!

1 Like

Pls explain how. I can follow instructions, but have not learned to use bash.

Have fun!
Claes in Lund, Sweden

Thanks. I’ll give it a spin

More on Bash for loops:
https://www.cyberciti.biz/faq/bash-loop-over-file/

They are very useful, especially when you also incorporate
old-timer-commands such as awk and sed and … :slight_smile:

Also see Linux Shell Script Examples of the BASH 'for' Loop
– in your case notably the last example.

Have fun!
Claes in Lund, Sweden

Thanks. Learn something new today. Works like a charm. Now I understand what bash is.

Now I understand what bash is.

Me [modestly]: Oh, no, you don’t :-)))

Have fun!
Claes in Lund, Sweden

You are right. I do not mean understanding bash inside and out. I mean I now know what it is. I have limited programming knowledge and patience and memory.

Hi again, Krist,

I am sorry if I sounded snotty, that was not my meaning :slight_smile:
I just remembered umpteen decades ago, when I was fully convinced that
I was completely fluent in the C programming language. Then some guy
put a copy of The C Puzzle book into my hands. Gulp. I couldn’t even
solve the most trivial of the puzzles…

Sigh.

Have fun!
Claes in Lund, Sweden