Camera
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
単語検索
|
最終更新
|
ヘルプ
]
開始行:
[[Dramsuko_wiki]]
#shadowheader(1,Dramsukoのカメラページ);
#shadowheader(2,目次);
#contents
* 使用機材一覧 [#ie12d3aa]
-[[使用機材一覧]]
*いままでの撮影記録 [#ub2f2a76]
-[[今までの撮影記録:http://www.tar3.net/MyhpLucifer/camer...
*撮影記録 '08 [#a62f2112]
- [[080207_ろうそく_Wakaba Walk:http://www.tar3.net/MyhpL...
- [[080207_喜多院_雪:http://www.tar3.net/MyhpLucifer/came...
- [[080511_横浜:http://www.tar3.net/MyhpLucifer/camera2/c...
- [[080815_横浜_等々力渓谷:http://www.tar3.net/MyhpLucife...
*撮影記録 '09 [#c358aff4]
- [[090503_八景島シーパラダイス:http://www.tar3.net/MyhpL...
- [[090808_熊谷花火大会:http://www.tar3.net/MyhpLucifer/c...
- [[090919_横浜:http://www.tar3.net/MyhpLucifer/camera2/c...
- [[091228_東武ワールドスクエア:http://www.tar3.net/MyhpL...
*撮影記録 '10 [#g6147a00]
- [[100404_川越桜:http://www.tar3.net/MyhpLucifer/camera2...
- [[100430_鎌倉:http://www.tar3.net/MyhpLucifer/camera2/c...
*撮影記録 '12 [#x57818b3]
- [[120715_秋葉原:http://www.tar3.net/MyhpLucifer/camera2...
- [[120715_宇都宮:http://www.tar3.net/MyhpLucifer/camera2...
- [[120922_富岡製紙工場:http://www.tar3.net/MyhpLucifer/c...
- [[121012_池袋から護国寺:http://www.tar3.net/MyhpLucifer...
- [[121021_川越祭り:http://www.tar3.net/MyhpLucifer/camer...
- [[121109_智光山こども動物園:http://www.tar3.net/MyhpLuc...
*撮影記録 '13 [#xa248f50]
- [[130112_auto_salon:http://www.tar3.net/MyhpLucifer/cam...
- [[130131_cp+:http://www.tar3.net/MyhpLucifer/camera2/ca...
- [[130406_josin_sakura_fes:http://www.tar3.net/MyhpLucif...
- [[130504_銀座:http://www.tar3.net/MyhpLucifer/camera2/c...
- [[130817_鉄道博物館:http://www.tar3.net/MyhpLucifer/cam...
*撮影記録 '15 [#rf94bd4d]
- [[150125_羽田空港:http://www.tar3.net/MyhpLucifer/camer...
- [[150501_両国:https://photos.app.goo.gl/LTmU5vQb9ivmByM...
- [[150726-仙台:https://photos.app.goo.gl/3Kv6RBkF5TowTos...
- [[150811-Taiwan:https://plus.google.com/photos/11620886...
- [[150920-東京都大井:https://photos.app.goo.gl/uTfiQrGUn...
- [[151025-入間万燈祭り:https://photos.app.goo.gl/mGcA2Mx...
- [[151101-埼玉県長瀞:https://photos.app.goo.gl/SUyZdzvfM...
*撮影記録 '16 [#wcf8e3bd]
- [[160501-喜多方:https://goo.gl/photos/aduTnbCxmoxZAX4g8]]
- [[160918-神奈川県-元町-中華街:https://goo.gl/photos/kpi...
*撮影記録 '17 [#q3356ddf]
- [[170527-榛名7デイ:https://photos.app.goo.gl/gco77XWH99...
- [[170618-静岡7デイ:https://photos.app.goo.gl/6RqF29rq9t...
- [[170701-山梨県-水信玄餅:https://photos.app.goo.gl/8sq7...
- [[170717-埼玉県秩父市-長瀞:https://photos.app.goo.gl/qJ...
* picasa へのリンク [#r9b97c09]
-[[picasaへのリンク:https://plus.google.com/photos/116208...
* Program [#a97c9581]
**[[phpで、Nikonのカメラで撮ったjpeg画像から、レンズ情報...
**ファイル名に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...
// rename ($dirName."\\".$file, "20".date( "y-m-d_H-i...
$exifdata = exif_read_data($dirName."\\".$file, 0, tr...
$dateFileName="";
$strDate="";
$strDate=str_replace(":","-",$exifdata["EXIF"]['DateT...
$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/n9e22ca41f89...
** 「!」マークが出てフォルダの同期や追加ができない [#xba...
-とりあえず1枚、ドラッグ & ドロップで写真を追加する
*その他 [#wf9652c3]
+[[カメラの基本]] < 作成中。中身はありません。。。
*宣伝 [#m739d896]
|#htmlinsert(camera_a4_ingashi.js);|
終了行:
[[Dramsuko_wiki]]
#shadowheader(1,Dramsukoのカメラページ);
#shadowheader(2,目次);
#contents
* 使用機材一覧 [#ie12d3aa]
-[[使用機材一覧]]
*いままでの撮影記録 [#ub2f2a76]
-[[今までの撮影記録:http://www.tar3.net/MyhpLucifer/camer...
*撮影記録 '08 [#a62f2112]
- [[080207_ろうそく_Wakaba Walk:http://www.tar3.net/MyhpL...
- [[080207_喜多院_雪:http://www.tar3.net/MyhpLucifer/came...
- [[080511_横浜:http://www.tar3.net/MyhpLucifer/camera2/c...
- [[080815_横浜_等々力渓谷:http://www.tar3.net/MyhpLucife...
*撮影記録 '09 [#c358aff4]
- [[090503_八景島シーパラダイス:http://www.tar3.net/MyhpL...
- [[090808_熊谷花火大会:http://www.tar3.net/MyhpLucifer/c...
- [[090919_横浜:http://www.tar3.net/MyhpLucifer/camera2/c...
- [[091228_東武ワールドスクエア:http://www.tar3.net/MyhpL...
*撮影記録 '10 [#g6147a00]
- [[100404_川越桜:http://www.tar3.net/MyhpLucifer/camera2...
- [[100430_鎌倉:http://www.tar3.net/MyhpLucifer/camera2/c...
*撮影記録 '12 [#x57818b3]
- [[120715_秋葉原:http://www.tar3.net/MyhpLucifer/camera2...
- [[120715_宇都宮:http://www.tar3.net/MyhpLucifer/camera2...
- [[120922_富岡製紙工場:http://www.tar3.net/MyhpLucifer/c...
- [[121012_池袋から護国寺:http://www.tar3.net/MyhpLucifer...
- [[121021_川越祭り:http://www.tar3.net/MyhpLucifer/camer...
- [[121109_智光山こども動物園:http://www.tar3.net/MyhpLuc...
*撮影記録 '13 [#xa248f50]
- [[130112_auto_salon:http://www.tar3.net/MyhpLucifer/cam...
- [[130131_cp+:http://www.tar3.net/MyhpLucifer/camera2/ca...
- [[130406_josin_sakura_fes:http://www.tar3.net/MyhpLucif...
- [[130504_銀座:http://www.tar3.net/MyhpLucifer/camera2/c...
- [[130817_鉄道博物館:http://www.tar3.net/MyhpLucifer/cam...
*撮影記録 '15 [#rf94bd4d]
- [[150125_羽田空港:http://www.tar3.net/MyhpLucifer/camer...
- [[150501_両国:https://photos.app.goo.gl/LTmU5vQb9ivmByM...
- [[150726-仙台:https://photos.app.goo.gl/3Kv6RBkF5TowTos...
- [[150811-Taiwan:https://plus.google.com/photos/11620886...
- [[150920-東京都大井:https://photos.app.goo.gl/uTfiQrGUn...
- [[151025-入間万燈祭り:https://photos.app.goo.gl/mGcA2Mx...
- [[151101-埼玉県長瀞:https://photos.app.goo.gl/SUyZdzvfM...
*撮影記録 '16 [#wcf8e3bd]
- [[160501-喜多方:https://goo.gl/photos/aduTnbCxmoxZAX4g8]]
- [[160918-神奈川県-元町-中華街:https://goo.gl/photos/kpi...
*撮影記録 '17 [#q3356ddf]
- [[170527-榛名7デイ:https://photos.app.goo.gl/gco77XWH99...
- [[170618-静岡7デイ:https://photos.app.goo.gl/6RqF29rq9t...
- [[170701-山梨県-水信玄餅:https://photos.app.goo.gl/8sq7...
- [[170717-埼玉県秩父市-長瀞:https://photos.app.goo.gl/qJ...
* picasa へのリンク [#r9b97c09]
-[[picasaへのリンク:https://plus.google.com/photos/116208...
* Program [#a97c9581]
**[[phpで、Nikonのカメラで撮ったjpeg画像から、レンズ情報...
**ファイル名に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...
// rename ($dirName."\\".$file, "20".date( "y-m-d_H-i...
$exifdata = exif_read_data($dirName."\\".$file, 0, tr...
$dateFileName="";
$strDate="";
$strDate=str_replace(":","-",$exifdata["EXIF"]['DateT...
$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/n9e22ca41f89...
** 「!」マークが出てフォルダの同期や追加ができない [#xba...
-とりあえず1枚、ドラッグ & ドロップで写真を追加する
*その他 [#wf9652c3]
+[[カメラの基本]] < 作成中。中身はありません。。。
*宣伝 [#m739d896]
|#htmlinsert(camera_a4_ingashi.js);|
ページ名: