/*! * vue-resource v1.4.0 * https://github.com/pagekit/vue-resource * Released under the MIT License. */ !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):t.VueResource=e()}(this,function(){"use strict";var t=2;function e(e){this.state=t,this.value=void 0,this.deferred=[];var n=this;try{e(function(t){n.resolve(t)},function(t){n.reject(t)})}catch(t){n.reject(t)}}e.reject=function(t){return new e(function(e,n){n(t)})},e.resolve=function(t){return new e(function(e,n){e(t)})},e.all=function(t){return new e(function(n,o){var r=0,i=[];function s(e){return function(o){i[e]=o,(r+=1)===t.length&&n(i)}}0===t.length&&n(i);for(var u=0;u=200&&a<300,this.status=a||0,this.statusText=c||"",this.headers=new q(u),this.body=t,d(t)?this.bodyText=t:(i=t,"undefined"!=typeof Blob&&i instanceof Blob&&(this.bodyBlob=t,(0===(r=t).type.indexOf("text")||-1!==r.type.indexOf("json"))&&(this.bodyText=(n=t,new o(function(t){var e=new FileReader;e.readAsText(n),e.onload=function(){t(e.result)}})))))};L.prototype.blob=function(){return v(this.bodyBlob)},L.prototype.text=function(){return v(this.bodyText)},L.prototype.json=function(){return v(this.text(),function(t){return JSON.parse(t)})},Object.defineProperty(L.prototype,"data",{get:function(){return this.body},set:function(t){this.body=t}});var B=function(t){var e;this.body=null,this.params={},w(this,t,{method:(e=t.method||"GET",e?e.toUpperCase():"")}),this.headers instanceof q||(this.headers=new q(this.headers))};B.prototype.getUrl=function(){return $(this)},B.prototype.getBody=function(){return this.body},B.prototype.respondWith=function(t,e){return new L(t,w(e||{},{url:this.getUrl()}))};var M={"Content-Type":"application/json;charset=utf-8"};function N(t){var e=this||{},n=function(t){var e=[I],n=[];function r(r){for(;e.length;){var i=e.pop();if(l(i)){var s=void 0,u=void 0;if(m(s=i.call(t,r,function(t){return u=t})||u))return new o(function(e,o){n.forEach(function(e){s=v(s,function(n){return e.call(t,n)||n},o)}),v(s,e,o)},t);l(s)&&n.unshift(s)}else c="Invalid interceptor of type "+typeof i+", must be a function","undefined"!=typeof console&&a&&console.warn("[VueResource warn]: "+c)}var c}return m(t)||(t=null),r.use=function(t){e.push(t)},r}(e.$vm);return function(t){u.call(arguments,1).forEach(function(e){for(var n in e)void 0===t[n]&&(t[n]=e[n])})}(t||{},e.$options,N.options),N.interceptors.forEach(function(t){d(t)&&(t=N.interceptor[t]),l(t)&&n.use(t)}),n(new B(t)).then(function(t){return t.ok?t:o.reject(t)},function(t){var e;return t instanceof Error&&(e=t,"undefined"!=typeof console&&console.error(e)),o.reject(t)})}function D(t,e,n,o){var r=this||{},i={};return g(n=w({},D.actions,n),function(n,s){n=T({url:t,params:w({},e)},o,n),i[s]=function(){return(r.$http||N)(function(t,e){var n,o=w({},t),r={};switch(e.length){case 2:r=e[0],n=e[1];break;case 1:/^(POST|PUT|PATCH)$/i.test(o.method)?n=e[0]:r=e[0];break;case 0:break;default:throw"Expected up to 2 arguments [params, body], got "+e.length+" arguments"}return o.body=n,o.params=w({},o.params,r),o}(n,arguments))}}),i}function J(t){var e,n,r;J.installed||(n=(e=t).config,r=e.nextTick,i=r,a=n.debug||!n.silent,t.url=$,t.http=N,t.resource=D,t.Promise=o,Object.defineProperties(t.prototype,{$url:{get:function(){return b(t.url,this,this.$options.url)}},$http:{get:function(){return b(t.http,this,this.$options.http)}},$resource:{get:function(){return t.resource.bind(this)}},$promise:{get:function(){var e=this;return function(n){return new t.Promise(n,e)}}}}))}return N.options={},N.headers={put:M,post:M,patch:M,delete:M,common:{Accept:"application/json, text/plain, */*"},custom:{}},N.interceptor={before:function(t){l(t.before)&&t.before.call(this,t)},method:function(t){t.emulateHTTP&&/^(PUT|PATCH|DELETE)$/i.test(t.method)&&(t.headers.set("X-HTTP-Method-Override",t.method),t.method="POST")},jsonp:function(t){"JSONP"==t.method&&(t.client=A)},json:function(t){var e=t.headers.get("Content-Type")||"";return m(t.body)&&0===e.indexOf("application/json")&&(t.body=JSON.stringify(t.body)),function(t){return t.bodyText?v(t.text(),function(e){var n,o;if(0===(t.headers.get("Content-Type")||"").indexOf("application/json")||(o=(n=e).match(/^\s*(\[|\{)/))&&{"[":/]\s*$/,"{":/}\s*$/}[o[1]].test(n))try{t.body=JSON.parse(e)}catch(e){t.body=null}else t.body=e;return t}):t}},form:function(t){var e;e=t.body,"undefined"!=typeof FormData&&e instanceof FormData?t.headers.delete("Content-Type"):m(t.body)&&t.emulateJSON&&(t.body=$.params(t.body),t.headers.set("Content-Type","application/x-www-form-urlencoded"))},header:function(t){g(w({},N.headers.common,t.crossOrigin?{}:N.headers.custom,N.headers[p(t.method)]),function(e,n){t.headers.has(n)||t.headers.set(n,e)})},cors:function(t){if(c){var e=$.parse(location.href),n=$.parse(t.getUrl());n.protocol===e.protocol&&n.host===e.host||(t.crossOrigin=!0,t.emulateHTTP=!1,R||(t.client=U))}}},N.interceptors=["before","method","jsonp","json","form","header","cors"],["get","delete","head","jsonp"].forEach(function(t){N[t]=function(e,n){return this(w(n||{},{url:e,method:t}))}}),["post","put","patch"].forEach(function(t){N[t]=function(e,n,o){return this(w(o||{},{url:e,method:t,body:n}))}}),D.actions={get:{method:"GET"},save:{method:"POST"},query:{method:"GET"},update:{method:"PUT"},remove:{method:"DELETE"},delete:{method:"DELETE"}},"undefined"!=typeof window&&window.Vue&&window.Vue.use(J),J}); /*Click Away*/ !function(e,t){"use strict";function n(e,t,n){i(e);var u=n.context,a=t.value;if("function"==typeof a){var c=!1;setTimeout(function(){c=!0},0),e[o]=function(t){var n=t.path||(t.composedPath?t.composedPath():void 0);if(c&&(n?n.indexOf(e)<0:!e.contains(t.target)))return a.call(u,t)},document.documentElement.addEventListener("click",e[o],!1)}}function i(e){document.documentElement.removeEventListener("click",e[o],!1),delete e[o]}t="default"in t?t.default:t;/^2\./.test(t.version)||t.util.warn("VueClickaway 2.2.2 only supports Vue 2.x, and does not support Vue "+t.version);var o="_vue_clickaway_handler",u={bind:n,update:function(e,t){t.value!==t.oldValue&&n(e,t)},unbind:i},a={directives:{onClickaway:u}};e.version="2.2.2",e.directive=u,e.mixin=a}(this.VueClickaway={},Vue); Lumix GF1試し撮り | MadaMada

 Lumix GF1試し撮り

先週末は1泊2日で結婚式、新緑豊かな軽井沢へ。

P1000072
新婦側として式から参列するのは初めての経験。
大学の頃は美人でスタイル良しと、目立つ存在だったなぁ・・・なんて花嫁の昔を思い出してみたり。
10年ぶりに会った女の子達も良い年のとりかたしてるなぁなんて思ってみたり。
新郎がだいぶ年上なので、新郎側の女性は皆既婚者、出会いは皆無w

LUMIX GF1、平日に夜走りでもして試し撮りしてこようと思っていたのに、予想外の仕事で精神的に忙殺され、説明書すら読む気にならず。
そんな感じで、Panasonic Lumix GF1 G 20mm/F1.7の初撮りでした。

 
撮ってきた写真を適当に。

P1000050

P1000040

P1000053

最近女子のiPhone率が急激に高まってるのは気のせいか?
しかも意外に結構使いこなしているという。

 

普段からズームレンズを使っててもワイド端かテレ端固定で、無駄に動き回って構図を決めることが多い。なので、単焦点の縛りはあまり苦じゃなくむしろ好きだったりする。
しかし、結婚式のように人が多く、動き回りづらいところじゃ単焦点では・・・判っていたことだけどやっぱり辛いw
ズームレンズが欲しくなるが、ガマンガマン。

 

P1000087

P1000115

 

P1000090

P1000091

P1000077 

久しぶりにこの形のポスト見た。使われてはいなかったけど。

翌日は富岡製糸場跡に寄り道。
日本の明治以降の産業化に大きな影響を与えた、中学生の教科書には太字で載ってたハズ、なのに同行した女子二人は「ドコ?ナニそれ?製紙?」って・・・。
とりあえず非国民と罵っといた。 

P1000165
富岡製糸場と言えばレンガ

P1000183

P10001781
富岡製糸場といえばトラス構造

P1000189

 

タイヤと同じく、カメラもインプレできるほどの腕も知識もないので、何も言えねぇwなんだけど、
イイぞGF1!!楽しいカメラだってことは十分判った。

 
S子、お幸せに!!

P1000074

8 Comments

  • ひんべえ

    2010-06-20 at 6:31 PM

    車載から色々と読ませてもらってますが、一番気に入ったのが写真です。
    パーツ等部分的にもとても綺麗に撮られていて、構図もセンスあると思います。
    なので記事を読んでいてもとても分かりやすいです。
    カメラの撮り方も参考にさせて頂きますねw

    返信
  • hightimes247

    2010-06-20 at 7:03 PM

    ひんべいさん
    ありがとうございます!ですが、褒め過ぎです!!
    といいつつもニヤニヤと喜びを隠せませんがw
    一応考えて撮ってはいるつもりなんですが、下手な鉄砲も数撃ちゃ当たる状態(;´▽`A“
    そんな画が参考になるかどうか...今後ともよろしくお願いしますm(_ _)m

    返信
  • iceman

    2010-06-21 at 1:34 AM

    自家塗装の頃より楽しみに読ませてもらってます。
    自分もK6のR1000で練馬近辺に生息していますので
    もし、お見かけすることがあれば声を掛けさせて頂きます(笑)
    自分も短焦点派なので気持ちはよく解ります(*゚▽゚)ノ

    返信
  • hightimes247

    2010-06-21 at 8:26 AM

    icemanさん
    コメントありがとうございます。
    同じK6乗りですか!宜しくお願いします。
    見かけた際はお気兼ねなくお声おかけください〜。

    返信
  • hightimes247

    2010-06-22 at 8:24 PM

    >A-suke
    違う学科の子だから多分接点ないと思うよ。
    カメラとレンズのおかげで上手く見えてるだけだってばよ。
    ほぼ絞りしか弄ってないしさ。
    ユーもこのカメラとレンズを買えば撮れる!!
    ・・・はずw
    あ、土曜日の横浜でも撮るつもりだったのに、
    カメラを忘れたという(;´▽`A“

    返信
  • A-suke

    2010-06-23 at 2:30 PM

    違う学科でもスタイルよくて美人なら顔見ればわかるんだろうな。。。。
    カメラって忘れるよね。
    ボクは持っていても撮るの忘れます。。。。

    返信
  • hightimes247

    2010-06-24 at 1:13 AM

    >違う学科でもスタイルよくて美人なら顔見ればわかるんだろうな。。。。
    高性能なレーダーを搭載してるなw
    まぁ、男は大体そうだけど。

    返信

コメントを残す