Author Topic: exif info bilgilerini türkçeleştirmek  (Read 3748 times)

0 Members and 1 Guest are viewing this topic.

Offline AKIN

  • Full Member
  • ***
  • Posts: 121
    • View Profile
    • Resim
exif info bilgilerini türkçeleştirmek
« on: February 12, 2009, 06:14:08 PM »
includes/functions.php de bu kodları bulup degiştirebilirsiniz.
  $exif_match = array();
  $exif_match['Make'] = "make";
  $exif_match['Model'] = "model";
  $exif_match['DateTimeOriginal'] = "datetime";
  $exif_match['ISOSpeedRatings'] = "isospeed";
  $exif_match['ExposureTime'] = "exposure";
  $exif_match['FNumber'] = "aperture";
  $exif_match['FocalLength'] = "focallen";