#heic — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #heic, aggregated by home.social.
-
Ich fotografiere nur mit meinem Iphone 16 im #HEIC/HEIF-Format. Ich lade die Fotos auch in diesem Format in die Cloud. Allerdings nutze ich nicht die #iCloud sondern die #MagentaCloud ( #NextCloud ). Leider kann ich dort die Fotos nicht in der Voransicht ansehen, da ein DummySymbol gezeigt wird.
Meine Frage in die Runde: Kennt jemand einen anderen Cloudanbieter (deutsch oder europäisch), bei dem man die Fotos in der #Voransicht sieht? Das Problem tritt seit einem IOS-Update vor 2 Jahren auf. -
Kleiner Tipp:
Fotos von z.B. Apple Geräten im *.heic Format lassen sich unter SUSE wie folgt in *.jpg umwandeln:
- Es muss das Paket ImageMagic installiert sein.
- zusätzlich ist noch die Library libheif-ffmpeg nachzuinstallieren.Dann auf der Konsole 'convert input.heic output.jpg' ausführen.
Fertig.
-
Kleiner Tipp:
Fotos von z.B. Apple Geräten im *.heic Format lassen sich unter SUSE wie folgt in *.jpg umwandeln:
- Es muss das Paket ImageMagic installiert sein.
- zusätzlich ist noch die Library libheif-ffmpeg nachzuinstallieren.Dann auf der Konsole 'convert input.heic output.jpg' ausführen.
Fertig.
-
"Windows can't open this file" — the HEIC problem most iPhone users hit eventually.
Windows doesn't support the HEIC codec (patent licensing — not Apple being evil). Free fixes:
✅ heictojpg.com — converts in-browser
✅ 2 free extensions → enables Paint & Photos natively
✅ IrfanView + plugins → batch 1,000+ files, EXIF & GPS preserved
✅ CopyTrans HEIC → right-click → JPEGFull guide: https://thetechnicalmaster.com/how-to-convert-heic-to-jpg-windows
-
"Windows can't open this file" — the HEIC problem most iPhone users hit eventually.
Windows doesn't support the HEIC codec (patent licensing — not Apple being evil). Free fixes:
✅ heictojpg.com — converts in-browser
✅ 2 free extensions → enables Paint & Photos natively
✅ IrfanView + plugins → batch 1,000+ files, EXIF & GPS preserved
✅ CopyTrans HEIC → right-click → JPEGFull guide: https://thetechnicalmaster.com/how-to-convert-heic-to-jpg-windows
-
Ubuntu 26.04 LTS non apre più le immagini HEIC di default. Bastano pochi secondi e un pacchetto da terminale per ripristinare il supporto completo. #Ubuntu #Linux #HEIC #OpenSource #GNOME
-
Ubuntu 26.04 LTS non apre più le immagini HEIC di default. Bastano pochi secondi e un pacchetto da terminale per ripristinare il supporto completo. #Ubuntu #Linux #HEIC #OpenSource #GNOME
-
Too Many Formats: JPG vs. PNG vs. GIF vs. HEIC vs. WEBP https://lowendbox.com/blog/too-many-formats-jpg-vs-png-vs-gif-vs-heic-vs-webp/ #Tutorials #photoshop #heic #jpeg #webp #gif #png
-
even in the age of ai traditional automation apps like hazel matter. here's a walkthrough to convert those pesky webp and heic images to the standard jpg format
http://cogmodo.com/webpandheictojpgwithhazel
#blog #writing #writingcommunity #iamwriting #automation #hazel #macos #webp #heic
-
even in the age of ai traditional automation apps like hazel matter. here's a walkthrough to convert those pesky webp and heic images to the standard jpg format
http://cogmodo.com/webpandheictojpgwithhazel
#blog #writing #writingcommunity #iamwriting #automation #hazel #macos #webp #heic
-
Coming soon to Catodon, something that was asked for since the Firefish days, but was never implemented: .HEIC image format support
#catodon #fediverse #heic #iphone #ios -
Coming soon to Catodon, something that was asked for since the Firefish days, but was never implemented: .HEIC image format support
#catodon #fediverse #heic #iphone #ios -
On Photoprism Claude, and HEIC Files on a Pi
Reading Time: 2 minutesWhen I migrated my Photoprism library from an HP Laptop to a Pi5 I found that there was a nine thousand photo hole in the total photo count. It's when I looked closer that I found that the gap between expected photos and actual photos is down to Photoprism and the Pi5 not playing nicely when it comes to HEIC files.
I decided to experiment with Claude AI as it is flavour of the month and the first advice it gave was "force reindex the entire library". Anyone who has played with raspberry Pi will know why that was an absurd proposition. I played along anyway and within minutes my Pi was sulking so I went for a walk, on the off chance that it would be ready when I got home. It was still sulking, and worse than that, pings took up to 30 milliseconds or more.
I tried sudo reboot, and I tried a soft reset via the button. I waited a while and when neither worked I went for a hard reboot. That's when the photo drive failed to mount properly so I rebooted the Pi properly and the drive mounted so I could continue.
The Photosync JPEG experiment
Now that we see that blind trust in Claude is misplaced we can use the human rational mind. As I saw that the photos that were missing appeared to be iphone photos I decided to change the photosync presets for uploading to the Pi5 Photoprism instance. I told it only to upload JPEGs. I refreshed the index via the web UI.
The Shell Script
Now that we determined that the HEIC files were missing and that refreshing the index was not working we went ahead with creating a shell script that would convert HEIC files to jpeg files using heif-convert.
The shell script found the HEIC files, in situ, converted them to jpeg and then deleted the HEIC files. The result is a HEIC free library.
The Result
After re-indexing the library with the jpegs we had 115,000 files, rather than 110,000 so we recovered 5000 files, out of 9000. When I explored the library this morning I saw that the iphone photos seem to be there, and that the library, especially for recent photos, is healthier.
Tensorflow Disable: True
In this situation it was necessary to disable tensorflow because it led to the Pi crashing twice, where I had to hard reset. With Immich you have granular control on what it is doing so with a Pi you can be as gentle, or as demanding as you want. If you're gentle it runs for hours, without crashing. If you're not it crashes.
Disabling tensorflow allowed me to try a final index within minutes rather than hours, or days.
And Finally
The calamity of having 9000 images, seemingly all camera phone photos missing can be quite distressing, until you realise that the missing images appear to be HEIC files. I know that I prefer to keep HEIC files, rather than converted files, when possible. With Photoprism, and a Pi5 it makes sense to keep things simple, and upload JPEGs.
Due to these circumstances I see Photoprism on the Pi as a backup solution.
#converting #heic #jpeg #pi #script #shell -
On Photoprism Claude, and HEIC Files on a Pi
Reading Time: 2 minutesWhen I migrated my Photoprism library from an HP Laptop to a Pi5 I found that there was a nine thousand photo hole in the total photo count. It's when I looked closer that I found that the gap between expected photos and actual photos is down to Photoprism and the Pi5 not playing nicely when it comes to HEIC files.
I decided to experiment with Claude AI as it is flavour of the month and the first advice it gave was "force reindex the entire library". Anyone who has played with raspberry Pi will know why that was an absurd proposition. I played along anyway and within minutes my Pi was sulking so I went for a walk, on the off chance that it would be ready when I got home. It was still sulking, and worse than that, pings took up to 30 milliseconds or more.
I tried sudo reboot, and I tried a soft reset via the button. I waited a while and when neither worked I went for a hard reboot. That's when the photo drive failed to mount properly so I rebooted the Pi properly and the drive mounted so I could continue.
The Photosync JPEG experiment
Now that we see that blind trust in Claude is misplaced we can use the human rational mind. As I saw that the photos that were missing appeared to be iphone photos I decided to change the photosync presets for uploading to the Pi5 Photoprism instance. I told it only to upload JPEGs. I refreshed the index via the web UI.
The Shell Script
Now that we determined that the HEIC files were missing and that refreshing the index was not working we went ahead with creating a shell script that would convert HEIC files to jpeg files using heif-convert.
The shell script found the HEIC files, in situ, converted them to jpeg and then deleted the HEIC files. The result is a HEIC free library.
The Result
After re-indexing the library with the jpegs we had 115,000 files, rather than 110,000 so we recovered 5000 files, out of 9000. When I explored the library this morning I saw that the iphone photos seem to be there, and that the library, especially for recent photos, is healthier.
Tensorflow Disable: True
In this situation it was necessary to disable tensorflow because it led to the Pi crashing twice, where I had to hard reset. With Immich you have granular control on what it is doing so with a Pi you can be as gentle, or as demanding as you want. If you're gentle it runs for hours, without crashing. If you're not it crashes.
Disabling tensorflow allowed me to try a final index within minutes rather than hours, or days.
And Finally
The calamity of having 9000 images, seemingly all camera phone photos missing can be quite distressing, until you realise that the missing images appear to be HEIC files. I know that I prefer to keep HEIC files, rather than converted files, when possible. With Photoprism, and a Pi5 it makes sense to keep things simple, and upload JPEGs.
Due to these circumstances I see Photoprism on the Pi as a backup solution.
#converting #heic #jpeg #pi #script #shell -
Вайбкодинг на практике: пишем оптимизатор медиа архива для Windows на .BAT с помощью Gemini, ChatGPT и Qwen
Начитавшись за последние пару месяцев статей про вайбкодинг и воодушевившись, что сейчас в микрофон ноута скажу «ОК Гугл, сделай мне скрипт для кодирования фото и видео архива за 15 лет» и далее как в фильме Она (2013), нейросеть мне разберет по полочкам, то что откладывалось и накапливалось.. Я столкнулся с суровой реальность :( Но дело сделал! Поэтапное решение под катом.
https://habr.com/ru/articles/995582/
#вайбкодинг #фото #видео #cmd #bat #ffmpeg #heic #jpg #hevc #нейросети
-
𝗩𝗮𝗻 𝗛𝗘𝗜𝗖 𝗻𝗮𝗮𝗿 𝗝𝗣𝗘𝗚: 𝘇𝗼 𝗽𝗮𝘀 𝗷𝗲 𝗵𝗲𝘁 𝗶𝗣𝗵𝗼𝗻𝗲-𝗳𝗼𝘁𝗼𝗳𝗼𝗿𝗺𝗮𝗮𝘁 𝗮𝗮𝗻
Standaard maakt de iPhone-camera foto's in het ruimtebesparende HEIC-formaat. Wil je toch liever het JPEG-formaat gebruiken? Dat kan met de stappen in deze tip.
-
𝗩𝗮𝗻 𝗛𝗘𝗜𝗖 𝗻𝗮𝗮𝗿 𝗝𝗣𝗘𝗚: 𝘇𝗼 𝗽𝗮𝘀 𝗷𝗲 𝗵𝗲𝘁 𝗶𝗣𝗵𝗼𝗻𝗲-𝗳𝗼𝘁𝗼𝗳𝗼𝗿𝗺𝗮𝗮𝘁 𝗮𝗮𝗻
Standaard maakt de iPhone-camera foto's in het ruimtebesparende HEIC-formaat. Wil je toch liever het JPEG-formaat gebruiken? Dat kan met de stappen in deze tip.
-
𝗩𝗮𝗻 𝗛𝗘𝗜𝗖 𝗻𝗮𝗮𝗿 𝗝𝗣𝗘𝗚: 𝘇𝗼 𝗽𝗮𝘀 𝗷𝗲 𝗵𝗲𝘁 𝗶𝗣𝗵𝗼𝗻𝗲-𝗳𝗼𝘁𝗼𝗳𝗼𝗿𝗺𝗮𝗮𝘁 𝗮𝗮𝗻
Standaard maakt de iPhone-camera foto's in het ruimtebesparende HEIC-formaat. Wil je toch liever het JPEG-formaat gebruiken? Dat kan met de stappen in deze tip.
-
XnView es una aplicación multiplataforma con licencia FREEWARE (SIN Adware, NO Spyware) para uso privado o educativo (incluidas organizaciones sin ánimo de lucro) que nos permite visuarlizar, editar y convertir fotografias entre distintos formatos incluidos archivos .HEIC.
https://www.enfaseterminal.com/2026/01/xn-view.html
#xnview #blogenfaseterminal #fotografia #HEIC #linux #windows -
4️⃣ suite photos
Avec @ente l'app sur smartphone s'améliore de mois en mois au fil des mises à jour, j'y retrouve beaucoup de fonctionnalités bien pratiques que j'ai choisi d'activer, en particulier la reconnaissance des visages et la géolocalisation des photos. Je sauvegarde mes photos au format #HEIC au lieu de JPG, ça prend en moyenne 3 fois moins de place pour la même qualité.
L'interface Ente est certes un peu moins souple que GPhotos, mais ça me convient bien comme ça.
-
4️⃣ suite photos
Avec @ente l'app sur smartphone s'améliore de mois en mois au fil des mises à jour, j'y retrouve beaucoup de fonctionnalités bien pratiques que j'ai choisi d'activer, en particulier la reconnaissance des visages et la géolocalisation des photos. Je sauvegarde mes photos au format #HEIC au lieu de JPG, ça prend en moyenne 3 fois moins de place pour la même qualité.
L'interface Ente est certes un peu moins souple que GPhotos, mais ça me convient bien comme ça.
-
Ảnh HEIC từ iPhone thường không mở được trên Windows do thiếu hỗ trợ định dạng. Giải pháp đơn giản: chuyển đổi sang PNG trực tuyến mà không cần cài đặt phần mềm. Dùng công cụ như heictopng.net để tải lên, chuyển đổi và nhận file PNG tương thích mọi nền tảng. Hiệu quả khi chia sẻ, đăng ảnh, hoặc dùng máy tính Windows/Linux. #HEIC #PNG #Windows #iPhone #Chuyểnđổiảnh #HEICtoPNG #ImageConverter # thủthuật #côngnghệ
https://dev.to/_15dcbc74dac0c5c26421/why-heic-photos-are-still-a-problem-on-windows-
-
HEIC – định dạng ảnh mặc định trên iPhone – tiết kiệm dung lượng hơn JPG nhưng gặp khó khăn khi dùng ngoài hệ sinh thái Apple. Windows, web, email hay công cụ thiết kế thường không hỗ trợ. Người dùng thường phải chuyển đổi sang PNG/JPG, dùng iCloud hoặc cài codec. Công cụ trực tuyến như heictopng.net giúp chuyển đổi nhanh không cần cài đặt. #HEIC #iPhone #Apple #PhotoFormat #HEICtoPNG #ĐịnhDạngẢnh #ChuyểnĐổiẢnh #CôngNghệ #Tech #iOS
https://dev.to/_15dcbc74dac0c5c26421/why-heic-photos-are-hard-t
-
HEIC – định dạng ảnh mặc định trên iPhone – tiết kiệm dung lượng hơn JPG nhưng gặp khó khăn khi dùng ngoài hệ sinh thái Apple. Windows, web, email hay công cụ thiết kế thường không hỗ trợ. Người dùng thường phải chuyển đổi sang PNG/JPG, dùng iCloud hoặc cài codec. Công cụ trực tuyến như heictopng.net giúp chuyển đổi nhanh không cần cài đặt. #HEIC #iPhone #Apple #PhotoFormat #HEICtoPNG #ĐịnhDạngẢnh #ChuyểnĐổiẢnh #CôngNghệ #Tech #iOS
https://dev.to/_15dcbc74dac0c5c26421/why-heic-photos-are-hard-t
-
Image Capture import failing with error -9934
The error “com.apple.ImageCaptureCore error -9934” during import (e.g. from an iPhone) can be caused by a lot of things, according to the Internet:
Permission errors with the destination folder (e.g. not writable by the current user).
Conversion failures if you have the iPhone set to export images in “compatible” formats rather than their originals1
Unsupported image formats (e.g. HEIC) on […]
https://wadetregaskis.com/image-capture-import-failing-with-error-9934/
-
Почему файлы стали меньше: форматы фото и видео (JPEG, HEIC, AV1)
Форматы изображений и видео вроде JPEG, HEIC и AV1 давно стали частью нашей повседневности. Мы снимаем на смартфон, пересылаем фото в мессенджерах, заливаем видео в облако — и редко задумываемся, почему одинаковый кадр может весить в три раза меньше, но выглядеть так же. Рассмотрим, как современные кодеки экономят место, почему файлы стали компактнее и зачем это вообще понадобилось. Детали под катом.
https://habr.com/ru/companies/ruvds/articles/956918/
#av1 #jpeg #видеокодеки #heic #форматы_изображений #качество_видео #мультимедиа #технологии_сжатия #ruvds_статьи
-
OnlyJPG – Client-Side PNG/HEIC/AVIF/PDF/etc to JPG
#HackerNews #OnlyJPG #ClientSide #JPG #Conversion #ImageFormats #PNG #HEIC #AVIF #PDF
-
OnlyJPG – Client-Side PNG/HEIC/AVIF/PDF/etc to JPG
#HackerNews #OnlyJPG #ClientSide #JPG #Conversion #ImageFormats #PNG #HEIC #AVIF #PDF
-
On the latest #ATPpodcast I heard @siracusa pronounce the HEIC image format as a word - "heek" [hiːk]. He is the first human I have heard pronounce it as a word. I feel like, for me, it will always be "H E I C".
There are several acronyms I treat this way, that I've heard others say as words, thinking about it.
PNG, SVG, BMP, IFF, SQL, URL, LED, GUI, PDF, PCMCIA (well...), etc.
I am old and set in my ways.
By the way, GIF is not on that list because I pronounce it as a word starting with a soft G, because that is how that is pronounced.
#filesystem #imageformats #files #fileextensions #acronyms #computing #linguistics #heic
-
On the latest #ATPpodcast I heard @siracusa pronounce the HEIC image format as a word - "heek" [hiːk]. He is the first human I have heard pronounce it as a word. I feel like, for me, it will always be "H E I C".
There are several acronyms I treat this way, that I've heard others say as words, thinking about it.
PNG, SVG, BMP, IFF, SQL, URL, LED, GUI, PDF, PCMCIA (well...), etc.
I am old and set in my ways.
By the way, GIF is not on that list because I pronounce it as a word starting with a soft G, because that is how that is pronounced.
#filesystem #imageformats #files #fileextensions #acronyms #computing #linguistics #heic
-
My #NeoFinder 8.9.1 for #macOS is now able to rotate #HEIC photos created by iOS 26!
Apple has done some very funky things there, and NeoFinder can now handle these weird values properly.
https://www.neofinder.de/forum/phpBB3/viewtopic.php?p=660#p660
-
My #NeoFinder 8.9.1 for #macOS is now able to rotate #HEIC photos created by iOS 26!
Apple has done some very funky things there, and NeoFinder can now handle these weird values properly.
https://www.neofinder.de/forum/phpBB3/viewtopic.php?p=660#p660
-
#NeoFinder 8.9.1 for #macOS is now able to losslessly rotate #HEIC photos created by iOS 26!
Apple has done some funky things there, and NeoFinder can now handle these properly.
https://www.neofinder.de/forum/phpBB3/viewtopic.php?p=660#p660
#Catalog #Olympus #Canon #Nikon #Fuji #Sony #Hasselblad #MediaAssetManager #Photography #Lightroom #PhotoOrganizer #PhotoLibrary #IndieDev #Software #Archive #Aperture #Apple #iMatch
-
#NeoFinder 8.9.1 for #macOS is now able to losslessly rotate #HEIC photos created by iOS 26!
Apple has done some funky things there, and NeoFinder can now handle these properly.
https://www.neofinder.de/forum/phpBB3/viewtopic.php?p=660#p660
#Catalog #Olympus #Canon #Nikon #Fuji #Sony #Hasselblad #MediaAssetManager #Photography #Lightroom #PhotoOrganizer #PhotoLibrary #IndieDev #Software #Archive #Aperture #Apple #iMatch
-
Современные форматы изображений или почему мы до сих пор на JPEG?
Формат JPEG появился в 1992 году и стал де-факто стандартом хранения фотографий в интернете. Спустя более 30 лет появляются всё более эффективные и продвинутые альтернативы: WebP, AVIF, JPEG XL и другие. Однако даже в 2025 году JPEG продолжает доминировать. Почему так происходит, несмотря на очевидные преимущества новых форматов? В этой статье мы проведем обзор форматов и разберёмся в причинах.
-
So I have hundreds of videos of ~1 minute recorded from my phone ~10 years ago, and they generally don’t have that great compression, nor they are stored in a modern and advanced video format.
For archiving purposes, I want to take advantage of my workstation’s mighty GPU to process them so that the quality is approximately the same, but the file size would be strongly reduced.
Nevertheless, compressing videos is terribly hard, and way more complex than compressing pictures, so I wouldn’t really know how to do this, what format to use, what codec, what bitrate, what parameters to keep an eye on, etc.
I don’t care if the compression takes a lot of time, I just want smaller but good looking videos.
Any tips? (Links to guides and tutorials are ok too)
Also, unfortunately I am forced to use Windows for this (don’t ask me why 🫠), but I know nothing about Windows because I hate it. Practical software suggestions are very much welcome, too!
#ffmpeg #help #askFedi #codec #AVI #H265 #H264 #movie #video #videoCompression #compression #encoding #HandBrake #heif #heic #avif #mp4 #mkv #Wondows
-
So I have hundreds of videos of ~1 minute recorded from my phone ~10 years ago, and they generally don’t have that great compression, nor they are stored in a modern and advanced video format.
For archiving purposes, I want to take advantage of my workstation’s mighty GPU to process them so that the quality is approximately the same, but the file size would be strongly reduced.
Nevertheless, compressing videos is terribly hard, and way more complex than compressing pictures, so I wouldn’t really know how to do this, what format to use, what codec, what bitrate, what parameters to keep an eye on, etc.
I don’t care if the compression takes a lot of time, I just want smaller but good looking videos.
Any tips? (Links to guides and tutorials are ok too)
Also, unfortunately I am forced to use Windows for this (don’t ask me why 🫠), but I know nothing about Windows because I hate it. Practical software suggestions are very much welcome, too!
#ffmpeg #help #askFedi #codec #AVI #H265 #H264 #movie #video #videoCompression #compression #encoding #HandBrake #heif #heic #avif #mp4 #mkv #Wondows
-
#zeitkapsl now supports #HEIC image uploads natively also from non Safari browsers. Quickly drag and drop any HEIC file(s) into our web app.
-
#zeitkapsl now supports #HEIC image uploads natively also from non Safari browsers. Quickly drag and drop any HEIC file(s) into our web app.
-
How to Upload HEIC Image Format In WordPress Without Converting? 🖼 https://www.youtube.com/watch?v=KssEBchuEUA 🎬💡 #Upload #HEIC #Image #WordPress #Guide
-
Puisque @pixelfed ne sait pas lire les fichiers #heic, voici quelques photos de mon week-end le long des bords de Seine, itinéraire à vélo électrique depuis #Rouen jusqu'à #Honfleur, en passant par Saint-Wandrille, son abbaye et ses moines brasseurs de bière, et Vieux-Port avec ses luxueuses maisons en chaume.
Je continue à lire les aventures de Fausta face aux Saurionnides sur fond d'intrigues au sein de l'église Théogalactique grâce à Françoise d'Eaubonne.
-
Puisque @pixelfed ne sait pas lire les fichiers #heic, voici quelques photos de mon week-end le long des bords de Seine, itinéraire à vélo électrique depuis #Rouen jusqu'à #Honfleur, en passant par Saint-Wandrille, son abbaye et ses moines brasseurs de bière, et Vieux-Port avec ses luxueuses maisons en chaume.
Je continue à lire les aventures de Fausta face aux Saurionnides sur fond d'intrigues au sein de l'église Théogalactique grâce à Françoise d'Eaubonne.
-
Struggling with HEIF/HEIC photos on your iPhone? 📸 Learn how to quickly convert them to JPG for easier sharing and compatibility. Simple steps inside to save space & make your photos more accessible! #iPhoneTips #PhotoHacks #HEIC #TechTips #Apple
https://pupuweb.com/how-do-you-quickly-convert-heif-or-heic-to-jpg-on-iphone/
-
Fetch Apple iPhone photos to your Linux computer (2)
In part 1 photos from an Apple iPhone were copied to a Linux computer with LocalSend. In that case the resulting files will be having the HEIC file extension. That is OK for viewing the photos with image viewers that support the heic file extension.
Converting to png or jpg may be useful if you want to upload the photos to the Internet.
On Linux :
- Install the libheif-examples package. It is called like that on Debian or Ubuntu or Linux distributions based on Debian or Ubuntu (e.g. Linux Mint, MX Linux). On other Linux distributions like
- Open a terminal. Start conversion of a file named photo1.HEIC would go like this :
heif-convert photo1.HEIC photo1.jpg
If you want to use a batch operation on a lot of files on the command-line,
or want to use a GUI application, see for example here : Ubuntuhandbook site,
or use DDG, Startpage or a good search engine to search for something like :
heic convert linux files
p.s.
If you are interested in trying out the libimobiledevice method like mention in part 1,
see here the Arch Linux wiki entry to get some hints about how to apply it for your Linux distribution. I’ve written that it can be confusing because you cannot delete files and only copy but the interesting thing I forgot to mention is that with this method you can see a lot more of the file structure and other files on iOS.