画像番号の書いてある場所がわかった。>Tnx. JH4XSY/1
例えば、画像番号25(10進数)は、16進数では 19(=1x16^1+9x16^0) なので、その
数値19が、Photoデータの中に書かれていることを確認した。これを今から画像化
する。画像の下部に、Camera-2 の自撮り棒が写っている。
CAS-5A Photo_No.25
[ext025.rb]
> for i in 1..0x1BA
> printf("grep 0301BA%04X....17010C052139101907 30403n25.csv | head -1 | cut -c 59- >> 30403n25.hex\n", i)
> end
$ ruby ext025.rb
$ ruby ext025.rb > 30403n25.sh
$ sh 30403n25.sh
$ cat 30403n25.hex > 30403n25.txt
$ cut -c 27- 30403n25.txt > 30403n25-less-27.txt
$ tr -d '\n' < 30403n25-less-27.txt > 30403n25-one-line.txt
$ cat 30403n25-one-line.txt | xxd -r -p > 30403n25-completion.jpg
