24 lines
663 B
Markdown
24 lines
663 B
Markdown
|
# 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](https://en.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](mailto:sneak@sneak.berlin)>
|
||
|
|
||
|
# license
|
||
|
|
||
|
WTFPL
|