This page permanently redirects to gemini://yaky.dev/notes/iphone-photos-on-linux/.

Accessing and converting iPhone photos on Linux

Instructions are for Debian or derivatives.

One-Time Setup

Install FUSE module for iPhone and converter for HEIC images:

sudo apt install ifuse libheif-examples

Create a new directory that will be used as the mount point for iPhone. Mine is in the home directory:

mkdir $HOME/iphone

Process

Connect the iPhone to the Linux machine, click "Trust" on iPhone.

On Linux machine, run:

ifuse $HOME/iphone

Copy images from $HOME/iphone/DCIM onto your machine.

To convert HEIC images to JPEG, run this snippet in the directory with images:

for f in *.HEIC; do heif-convert -q 100 $f $f.jpg; done

=> home

email me: hi@yaky.dev

CC BY-NC yaky.dev

Proxy Information
Original URL
gemini://yaky.dev/notes/iphone-photos-on-linux
Status Code
Success (20)
Meta
text/gemini;lang=en-US
Capsule Response Time
926.335753 milliseconds
Gemini-to-HTML Time
0.427182 milliseconds

This content has been proxied by September (ba2dc).