Go to file
Jeffrey Paul e4ca1a2ec2 initial, not sure if it works 2024-05-12 09:37:34 -07:00
.gitignore initial, not sure if it works 2024-05-12 09:37:34 -07:00
LICENSE initial, not sure if it works 2024-05-12 09:37:34 -07:00
Makefile initial, not sure if it works 2024-05-12 09:37:34 -07:00
README.md initial, not sure if it works 2024-05-12 09:37:34 -07:00
dcf.go initial, not sure if it works 2024-05-12 09:37:34 -07:00
dcf_test.go initial, not sure if it works 2024-05-12 09:37:34 -07:00
go.mod initial, not sure if it works 2024-05-12 09:37:34 -07:00
go.sum initial, not sure if it works 2024-05-12 09:37:34 -07:00
helpers.go initial, not sure if it works 2024-05-12 09:37:34 -07:00

README.md

dcf

Golang reader implementation of the so-called "Design rule for Camera File system" or DCF, aka JEITA (Japan Electronics and Information Technology Industries Association) specification number CP-3461.

wikipedia.org/wiki/Design_rule_for_Camera_File_system

The DCF specification is why your digital camera puts images and videos in DCIM and PRIVATE/M4ROOT directories on the memory card.

why

I wanted to copy images off my memory cards for processing and like overengineering and reusable code.

author

sneak <sneak@sneak.berlin>

license

WTFPL