> art - 哀憐の実験
'; echo '

' . $page . "

"; if(file_exists($_SERVER['DOCUMENT_ROOT'] . "/art/$page/desc")) { $section_desc = file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/art/$page/desc"); echo "

$section_desc

"; } if(count($files) > 15) { echo ''; } echo ''; foreach($fslice as $key => $file) { $is_image = true; echo ''; echo '
'; switch(pathinfo($file, PATHINFO_EXTENSION)) { case "webm": case "mp4": if( $page == "video" ) { echo ""; } else { echo ""; echo ""; echo ''; } $is_image = false; break; case "gif": echo ""; echo "art gif"; echo ''; break; default: echo ""; if( file_exists($_SERVER['DOCUMENT_ROOT'] . "/art/$page/thumbs/" . pathinfo($file)['filename'] . ".jpg") ) { echo "art thumnail"; } else { echo "art thumnail"; } echo ''; } echo '

'; if($is_image) { $img_size = getimagesize($_SERVER['DOCUMENT_ROOT'] . "/art/$page/full/$file"); echo pathinfo($file)['filename'] . ": " . " (" . $img_size[0] . "x" . $img_size[1] . "), " . bytes2h(filesize($_SERVER['DOCUMENT_ROOT'] . "/art/$page/full/$file") ); } else { echo pathinfo($file)['filename'] . ": " . bytes2h(filesize($_SERVER['DOCUMENT_ROOT'] . "/art/$page/full/$file")); } echo "

\n"; } if(count($files) > 15) { echo ''; } echo '
'; } else { echo "
"; echo ($lang == 'jp' ? "

美術?(ではないよね^^;)

「交雑」したものを作っているの。それは、あっちこっちで拾った 画像と自分で撮った写真をリミックスするという意味なの。 グリッチやデータベンディングのような技法とか、コラージュも よく使っているよ。まずは「dreams」のカテゴリを見てみるのが良い かも知れない。。

見本:

" : "

Art?

i make “remix” stuff, which basically means hashing imagery from all over the place in weird ways to try to make new things. lots of “glitch” and “databending” type deals, or collage stuff. “dreams” is probably the best place to look.

ejemplos:

"); echo "

art thumnail art thumnail art thumnail art thumnail

"; echo '
'; echo '
'; echo '

' . ($lang == 'jp' ? 'カテゴリ' : 'Categories') . '

'; echo ($lang == 'jp' ? '

下のカテゴリの一つを選んで下さい

' : '

click on one of the categories below to start browsing!

' ); echo '
'; } ?>