pixiq is a site with news and technical reviews about digital images. Comparison resports between cameras of similar specification and by different manufactures are a good source for purchase reference.
dpreview.com has everything about digital cameras: digital photography review, news, reviews, forums and FAQ. Especially the reviews on almost all the famous models are fun and comprehensive to read. There are comprehensive comparisons between major camera models, with different parameters, such as ISO values, aperture and shutter speed. One will no doubt feel more comfortable in purchase of a camera after reading all related information.
Bob Atkins is a nice site with reviews, photo gallery of Canon products. Especially reviews on lens are very comprehensive and worth reading.
kurtmunger has plenty Sony alpha and NEX lens reviews
GANREF is a Japanese site with my interesting services. Review of lens (sharpness) are plotted with DxO Analyzer's「Blur」 format.
PhotoXP (the index page) has photos organized by Camera and lens. Although a site 100% Japanese and some of the photos without much "professional" composition, almost all of the photos have EXIF info., very good references for different parameters and their effects.
darwin wigget is a blog with amazingly beautiful pictures. One of it's post is a very interesting lens comparison with in-the-field test shots, between Sigma 120-400mm 4.5-5.6L APO HSM and Canon's 100-400 f4.5-5.6L, 70-200F4L and 300mm F4L.
popphoto.com also gives many reviews on lens, camera and accessories. Although the reviews are not very technical, they are compact and easy to understand. Its galleries is also a good place to look for beautiful pictures. Its blogs such as "state of the art" is a good place to look for creative photography.
digitalslrphoto.com specializes in SLR cameras and has many great reviews on DSLR/accessory reviews. No need to say, it also has a good collection of great photography works, nicely organized by categories. Its "Creative Eye" has many innovative photographies with lipstick, scissors, champagne, matchsticks, milk and balloons. The "Photo Challenge" offers a prize of over £10,000 for original digital SLR photography. It also has a free download for a free book "Making Money from Photography"
shashinlink has links to many photography specialized sites. It is well categorized and mostly are personal creations.
yuubi is another similar one. But this can submit one's own site information and ask to be registered to it.
photolink is another similar, but more focused on those by professionals. All of the 3 link sites are in Japanese.
The site of International Center of Photography has the information of current and past exhibitions, although not limited to digital ones at all. Even though only limited items displayed are present, it is still a rich gallery and text book (both history and technical) of master pieces of photography.
Tuesday, March 1, 2011
Tuesday, February 15, 2011
ちょっと面白いBlog発見
「漢のコンピュータ道」というもので、個人作のわりに、内容がしっかりしていて、読み応えもあります。作者がギークと自称しているが、普通に正論としか言いようのない投稿ばかりです。読んでいて楽しいものです。
Low Atitude Panorama Posts
Found posts, on panoramio by imageabove, of low atitude panorama pictures. One of the most favorite posts is a perspective above Google headquater as linked below.
Wednesday, February 2, 2011
GCC precompiler - Token concatenation ##
According to wikipedia, "##" is used to combine two macro arguments together, by GCC precompiler.
Token concatenation, also called token pasting, is one of the most subtle — and easy to abuse — features of the C macro preprocessor. Two arguments can be 'glued' together using##preprocessor operator; this allows two tokens to be concatenated in the preprocessed code. This can be used to construct elaborate macros which act like a crude version of C++ templates.
For instance:
The line#define MYCASE(item,id) \ case id: \ item##_##id = id;\ break switch(x) { MYCASE(widget,23); }MYCASE(widget,23);gets expanded here into
(The semicolon following the invocation ofcase 23: widget_23 = 23; break;MYCASEbecomes the semicolon that completes the break statement.)
Thursday, January 20, 2011
Eclipse: New Makefile Project with Existing Code wizardが失敗する
makefileを使うgccのプロジェクトをEclipseで開発したいときに、既存のmakefileを使って、Eclipseのプロジェクトを作成する必要があります。Makefile project with Existing Code Wizardでプロジェクトを作成するときに、Finishボタンが押せても、静かに失敗する場合があります。Finishボタンを押しても、何も起こらないし、エラーメッセージ一つもありません。Cancelしか押せない状態になります。
これは、Eclipseのバグです。その原因は、プロジェクトファイル(makefileなど)とワークスペースが同じ場所にあるからです。
ワークスペースをプロジェクトファイルと別々の場所にすれば、問題なくできます。
英語の詳細な説明はここにあります。
これは、Eclipseのバグです。その原因は、プロジェクトファイル(makefileなど)とワークスペースが同じ場所にあるからです。
ワークスペースをプロジェクトファイルと別々の場所にすれば、問題なくできます。
英語の詳細な説明はここにあります。
Wednesday, January 19, 2011
Elicpseで対応する括弧へ移動する方法
以下のキー操作で、対応する括弧へ移動できます。但し、カーソルを対象括弧のすぐ後ろに移動しなければいけません。
http://eclipse-tools.sourceforge.net/Keyboard_shortcuts_%283.0%29.pdf
Ctrl+Shift+PEclispseの他のショートカットキーはこのドキュメント(英語)にあります。
http://eclipse-tools.sourceforge.net/Keyboard_shortcuts_%283.0%29.pdf
Friday, January 14, 2011
Internet Explorerのショットカットキー
| ||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||
Tuesday, January 11, 2011
ソニーのImage Data SuiteでRAW画像をバッチ処理
ソニーのアルファユーザは、Image Data Suiteを使わないと、RAW画像をうまく処理できない場合があるかと思います。例えば、同じ処理(群)をすべての画像に施すバッチ処理をしたい場合があります。ソニーの同ソフトでは、ぱっと見そのやり方はさっぱりわかりません。
実は、そのバッチ処理はできます。とりあえずマイバージョンは後にして、英語のサイトでは、詳しく紹介されています。
実は、そのバッチ処理はできます。とりあえずマイバージョンは後にして、英語のサイトでは、詳しく紹介されています。
Tuesday, January 4, 2011
iPodライブラリのバックアップと移転
PCを替えたり、複数のiPodを管理したりすることは多分誰でも経験したことがあります。
そういう場合、CopyTrans TuneSwiftというソフトを使えばできます。
Gizmodoでは、3月15日までのコード(TUNESWIFT-GIZ-MODO-JPN)も取得してあります。アップデートをしなければ、無料で使い続けられます。
そういう場合、CopyTrans TuneSwiftというソフトを使えばできます。
Gizmodoでは、3月15日までのコード(TUNESWIFT-GIZ-MODO-JPN)も取得してあります。アップデートをしなければ、無料で使い続けられます。
itune以外のソフトでipodを利用
songbirdというソフトの古いバージョンなら、iPod Device Support用のadd-onがあります。
songbirdの古いバージョンはここからダウンロードできます。
ちなみに、songbirdの新しいバージョンでは、iPodのサポートをはずしてあります。
songbirdの古いバージョンはここからダウンロードできます。
ちなみに、songbirdの新しいバージョンでは、iPodのサポートをはずしてあります。
Subscribe to:
Posts (Atom)
