웹마스터 팁

이미지정보 표시를 먼저 설치 하세요
http://www.zeroboard.com/?mid=zbxe_pds_prog_addon&search_target=title&search_keyword=exif&document_srl=15942469


이미지정보 표시를 영문을 한글로만 한것입니다.

참고사이트(http://www.slrclub.com) 이미지 정보표시 이런식으로 어케 안되는건가..쿨럭...;




 /* if($exif_data['make'])                   array_push($exif_info,'모 델 명: '. $exif_data['make']); */
  if($exif_data['model'])                    array_push($exif_info,'모 델 명: '. $exif_data['model']);
  if($exif_data['dateTimeDigitized'])      array_push($exif_info,'촬영일자: '.$exif_data['dateTimeDigitized']);
  if($exif_data['flashUsed'])                  array_push($exif_info, '스트로보: '.$exif_data['flashUsed']);
  if($exif_data['isoEquiv'])        array_push($exif_info, '감 도: '.$exif_data['isoEquiv']);
  if($exif_data['exposure'])        array_push($exif_info,'노출방식: '. $exif_data['exposure']);
  if($exif_data['meteringMode'])           array_push($exif_info, '측광방식:  '.$exif_data['meteringMode']);
  if($exif_data['whiteBalance'])           array_push($exif_info,'노출모드: '. $exif_data['whiteBalance']);
  if($exif_data['exposureTime'])           array_push($exif_info,'노출시간: '. $exif_data['exposureTime']).'sec';
  if($exif_data['fnumber'])                array_push($exif_info,'조리개값: '. strtoupper($exif_data['fnumber']));
  if($exif_data['maxaperturevalue'])       array_push($exif_info, strtoupper(str_replace(' ', '', $exif_data['maxaperturevalue'])));
  if($exif_data['exposureBias'])      array_push($exif_info,'+
 '+
 '노출보정: '.  $exif_data['exposureBias']);
  if($exif_data['focalLength'])            array_push($exif_info,'초점거리: '. str_replace(' ', '', $exif_data['focalLength']).'mm');
  if($exif_data['flength35mm'])  array_push($exif_info, '35mm환산: '+
 '.$exif_data['flength35mm'].'mm');  
  $return_exif = ($exif_info)?
  '<span style=" Display: block; border: 1px solid #fcfcfc; padding: 18px; margin-top: 10px;  background:#F4F4F4; font:9pt 돋움; color:#3B96C0; font-weight:bold;
   border-bottom:1px dashed #a7a491; border-top:1px dashed #a7a491; border-left:1px dashed #a7a491; border-right:1px dashed #a7a491;line-height:140%;">'.implode($separator, $exif_info).'</span>'+
 ':NULL;
  return $return_exif;
 }



    case TAG_METERING_MODE:
     $tmp = (int) $this->ConvertAnyFormat($ValuePtr, $Format);
     $tmpArr = array("2"=>"중점평균","3"=>"스팟","5"=>"다분할");
     $this->ImageInfo['h']["meteringMode"] =
      (isset($tmpArr["$tmp"]) ? $tmpArr["$tmp"] : "평균");
     break;

    case TAG_EXPOSURE_PROGRAM:
     $tmp = (int) $this->ConvertAnyFormat($ValuePtr, $Format);
     $tmpArr = array("2"=>"프로그램(자동)","3"=>"조리개 우선 (반자동)","4"=>"셔터우선(반자동)");
     $this->ImageInfo['h']["exposure"] =
      (isset($tmpArr["$tmp"]) ? $tmpArr["$tmp"] : "수동");
     break;


제목 글쓴이 날짜
사랑비Bgm 플레이기 설치하고 제어하기 [5] file 팔공산 2008.11.22
이미지 정보표시(EXIF) 영문을 한글로 [6] file Diver 2008.11.23
1.1.0으로 패치하신분들 이미 모듈이 있습니다 오류 수정 [1] file 김도훈449 2008.11.23
약관 동의 후 가입하기 [2] file findwind 2008.11.24
에디터 본문 및 댓글 입력 글자크기 줄이기 [5] HIKARU 2008.11.24
1.1.0 업데이트 로그인문제관련 [6] 그냥뛰어 2008.11.24
1.1.1 패치후에 관리자 모드 접속시 에러 해결입니다. [7] file kim donggyu 2008.11.25
[설문조사] 메인페이지에 넣기와 효율적으로 관리하기 [6] file 빨간발 2008.11.27
본문내용을 강재로 중앙정렬시키는 꽁수 [4] file 크르르 2008.11.28
홈페이지의 아이콘(favicon)이 어느날 갑자기 사라졌을때... [1] 크르르 2008.11.28
글작성시 초기 기본 카테고리 선택 하기 [7] 똑디 2008.11.29
[초간단]회원팝업메뉴에 메뉴넣기 [1] Pw-NET 2008.11.30
1.1.1 패치후 게시판에서 파일첨부 레이어 겹침현상 문제 [1] 늘미소 2008.12.01
1.1.1로 업데이트시 참고하세요(1.0.3에서 업뎉했습니다) [4] 아이스마일 2008.12.04
플래닛XE - Me2day 연동시 참고사항입니다. 파산팩토리 2008.12.07
서브홈페이지 만들기 [5] 가리사니 2008.12.09
XE 로그인이 안될때 확인해 보세요. [7] 똑디 2008.12.11
XE와 별도 프로그램 연동시 세션공유 [15] 똑디 2008.12.12
회원아이디 클릭시 메일보내기 기능 숨기기 [9] 똑디 2008.12.18
주민등록 번호 받기(수정) [23] 개돌 2008.12.18