#author("2023-09-25T12:22:18+09:00","default:dramsukohome","dramsukohome") #author("2024-01-07T10:27:03+09:00","default:dramsukohome","dramsukohome") [[Dramsuko_wiki]] #shadowheader(1,Dramsukoのカメラページ); #shadowheader(2,目次); #contents * 使用機材一覧 [#ie12d3aa] -[[使用機材一覧]] *いままでの撮影記録 [#ub2f2a76] -[[今までの撮影記録:http://www.tar3.net/MyhpLucifer/camera2/]] *撮影記録 '08 [#a62f2112] - [[080207_ろうそく_Wakaba Walk:http://www.tar3.net/MyhpLucifer/camera2/cameraData/080207_rosoku_Wakaba_Walk/]] - [[080207_喜多院_雪:http://www.tar3.net/MyhpLucifer/camera2/cameraData/080210_kitain/]] - [[080511_横浜:http://www.tar3.net/MyhpLucifer/camera2/cameraData/080511_yokohama/]] - [[080815_横浜_等々力渓谷:http://www.tar3.net/MyhpLucifer/camera2/cameraData/080815_yokohama_todoroki_keikoku/]] *撮影記録 '09 [#c358aff4] - [[090503_八景島シーパラダイス:http://www.tar3.net/MyhpLucifer/camera2/cameraData/090503_hakkeijima/]] - [[090808_熊谷花火大会:http://www.tar3.net/MyhpLucifer/camera2/cameraData/090808_kumagaya_hanabi/]] - [[090919_横浜:http://www.tar3.net/MyhpLucifer/camera2/cameraData/090919_yokohama/]] - [[091228_東武ワールドスクエア:http://www.tar3.net/MyhpLucifer/camera2/cameraData/091228_tobu_world_square/]] *撮影記録 '10 [#g6147a00] - [[100404_川越桜:http://www.tar3.net/MyhpLucifer/camera2/cameraData/100404_kawagoe_sakura/]] - [[100430_鎌倉:http://www.tar3.net/MyhpLucifer/camera2/cameraData/100430_kamakura/]] *撮影記録 '12 [#x57818b3] - [[120715_秋葉原:http://www.tar3.net/MyhpLucifer/camera2/cameraData/120211_akihabara/]] - [[120715_宇都宮:http://www.tar3.net/MyhpLucifer/camera2/cameraData/120715_utsunomiya/]] - [[120922_富岡製紙工場:http://www.tar3.net/MyhpLucifer/camera2/cameraData/120922_tomioka_seishi_kojo/]] - [[121012_池袋から護国寺:http://www.tar3.net/MyhpLucifer/camera2/cameraData/121012_ikebukuro_gokokuji/]] - [[121021_川越祭り:http://www.tar3.net/MyhpLucifer/camera2/cameraData/121021_kawagoe_matsuri/]] - [[121109_智光山こども動物園:http://www.tar3.net/MyhpLucifer/camera2/cameraData/121109_tikozan_animal_park/]] *撮影記録 '13 [#xa248f50] - [[130112_auto_salon:http://www.tar3.net/MyhpLucifer/camera2/cameraData/130112_auto_salon/]] - [[130131_cp+:http://www.tar3.net/MyhpLucifer/camera2/cameraData/130131_cp+/]] - [[130406_josin_sakura_fes:http://www.tar3.net/MyhpLucifer/camera2/cameraData/130406_sosin_sakura_fes/]] - [[130504_銀座:http://www.tar3.net/MyhpLucifer/camera2/cameraData/130504_Ginza/]] - [[130817_鉄道博物館:http://www.tar3.net/MyhpLucifer/camera2/cameraData/130817_tetsudo_hakubutsukan/]] *撮影記録 '15 [#rf94bd4d] - [[150125_羽田空港:http://www.tar3.net/MyhpLucifer/camera2/cameraData/150125_haneda/]] - [[150501_両国:https://photos.app.goo.gl/LTmU5vQb9ivmByMC7]] - [[150726-仙台:https://photos.app.goo.gl/3Kv6RBkF5TowTos77]] - [[150811-Taiwan:https://plus.google.com/photos/116208862450831718483/albums/6185779187006244753]] - [[150920-東京都大井:https://photos.app.goo.gl/uTfiQrGUnFUe7XBe9]] - [[151025-入間万燈祭り:https://photos.app.goo.gl/mGcA2MxEbhatCHjZA]] - [[151101-埼玉県長瀞:https://photos.app.goo.gl/SUyZdzvfMCd3jyVz5]] *撮影記録 '16 [#wcf8e3bd] - [[160501-喜多方:https://goo.gl/photos/aduTnbCxmoxZAX4g8]] - [[160918-神奈川県-元町-中華街:https://goo.gl/photos/kpiJvn2E1bLUNCcu9]] *撮影記録 '17 [#q3356ddf] - [[170527-榛名7デイ:https://photos.app.goo.gl/gco77XWH99a3JVVe8]] - [[170618-静岡7デイ:https://photos.app.goo.gl/6RqF29rq9tqL8cmD8]] - [[170701-山梨県-水信玄餅:https://photos.app.goo.gl/8sq7o8pJXbJfxgLr9]] - [[170717-埼玉県秩父市-長瀞:https://photos.app.goo.gl/qJHAzWaCZV1LykBL7]] * picasa へのリンク [#r9b97c09] -[[picasaへのリンク:https://plus.google.com/photos/116208862450831718483/albums/5819518444524301713?banner=pwa]] * Program [#a97c9581] **[[phpで、Nikonのカメラで撮ったjpeg画像から、レンズ情報を抜き出す方法]] [#s945ce52] **ファイル名にExifの日時を付与する [#xc548d7d] <?php //ディレクトリ $dirName = dirname(__FILE__); date_default_timezone_set('Asia/Tokyo'); //ディレクトリハンドル取得 if ($dir = opendir($dirName)) { //ファイル読み込み、表示 while (($file = readdir($dir)) !== false) { if (substr($file,0,1) <> "." and $file<>"filename_date_plus.php" and $file<>"filename_date_plus.bat" and $file<>"filename_undo.php" and $file<>"fileDatePlus.bat" and $file<>"filename_exif_date_add.php" and $file<>"filename_20_add.php" and $file<>"filename_20_del.php" and $file<>"before_filename_delete.php" and is_file($dirName."\\".$file) and substr($file, 0, 1)<>"9" and substr($file, 0, 1)<>"0" and substr($file, 0, 1)<>"1" and substr($file, 0, 1)<>"2" and substr($file, 0, 1)<>"3" and substr($file, 0, 1)<>"4" and substr($file, 0, 1)<>"5") { // printf ($dirName."\\".$file." > 20".date( "y-m-d_H-i-s_",filemtime($dirName."\\".$file)).$dirName."\\".$file."\n"); // rename ($dirName."\\".$file, "20".date( "y-m-d_H-i-s_", filemtime($dirName."\\".$file)).$dirName."\\".$file); $exifdata = exif_read_data($dirName."\\".$file, 0, true); $dateFileName=""; $strDate=""; $strDate=str_replace(":","-",$exifdata["EXIF"]['DateTimeOriginal']); $strDate=str_replace(" ","_",$strDate); printf($dirName."\\".$strDate."_".$file."\n"); if ($strDate<>"") { rename ($dirName."\\".$file, $dirName."\\".$strDate."_".$file); } } } } ?> * Capture One, C1 [#n8c34842] ** Link [#r1ad0bcc] -[[Dramsuko note:https://note.com/dramsuko/n/n9e22ca41f89f]] ** 「!」マークが出てフォルダの同期や追加ができない [#xba51500] -とりあえず1枚、ドラッグ & ドロップで写真を追加する *その他 [#wf9652c3] +[[カメラの基本]] < 作成中。中身はありません。。。 *宣伝 [#m739d896] |#htmlinsert(camera_a4_ingashi.js);|