웹마스터 팁

이미지정보 표시를 먼저 설치 하세요
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;


제목 글쓴이 날짜
2차메뉴 롤오버 위치 변환.. [3] 봄처녀 2008.06.05
Cafe 운영시 조그만한 팁... [2] 부푸러 2009.04.03
모듈선택기의 문제해결 한가지 방법.. [1] 한스김 2010.01.18
회원에게 만기일 주기(1원짜리 팁) [17] 까오천사 2007.11.12
홈페이지 주소 고정시키기 [12] file :에반: 2007.08.21
쉬운 설치, 에러 메시지 없이 설치 안 되는 경우 [4] 이그누 2010.01.23
제로보드(zbxe) 설치 후 로그인 안되는 문제. [3] sophistlv.myid.net 2008.10.15
달력형 리스트 입니다. [5] file 착한악마 2009.07.01
xml js filter를 이용한 form 정보 전달 시 disabled="true" 사용 팁 [5] 라르게덴 2010.01.20
모듈선택기의 창이 열리다 마는 현상때문에 고생하시는 분들께.. 한스김 2010.01.21
이미지 정보표시(EXIF) 영문을 한글로 [6] file Diver 2008.11.23
특정 게시판, 업로드된 그림 자동으로 본문에 출력하기 [14] file 대암지기 2008.02.03
Zeroboard와 비슷한 방식으로 website 만들기! [9] June Oh 2009.08.17
textyle Domain 접속방법 [5] file 왜만지냐 2009.10.15
파일 첨부시 사라지는 현상 [6] Isaac Shepherd 2009.10.07
사이트 먹통 되었을 때 대처법 [4] LunarDream 2009.08.14
zbxe 기본글꼴(폰트) 바꾸는 방법 [9] file 핸디지 2008.04.22
zb4 방명록 -> XE 방명록 답글을 코멘트로 넣기. [2] St.Veiry 2010.01.13
개인서버(윈도XP) + apmsetup6 + XE 설치하기 [1] 꽃들 2010.01.06
XE용 query xml 방식으로 일반 테이블도 접근 처리 하기 [1] 라르게덴 2009.06.18