spacer
downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

exif_imagetypespacer spacer Predefined Constants
[edit] Last updated: Fri, 22 Mar 2013

view this page in

Exif Functions

Table of Contents

  • exif_imagetype — Determine the type of an image
  • exif_read_data — Reads the EXIF headers from JPEG or TIFF
  • exif_tagname — Get the header name for an index
  • exif_thumbnail — Retrieve the embedded thumbnail of a TIFF or JPEG image
  • read_exif_data — Alias of exif_read_data


exif_imagetypespacer spacer Predefined Constants
[edit] Last updated: Fri, 22 Mar 2013
 
spacer add a note User Contributed Notes Exif Functions - [3 notes]
up
down
0
phedberg at gmail dot com
5 years ago
Mbstring must be loaded before exif. PHP setup program put them in the wrong order in the ini file and I couldn't use exif at all. Had to switch order in the ini file for it to work.
up
down
0
Anonymous
8 years ago
exif.encode_unicode  string

    exif.encode_unicode defines the characterset UNICODE user comments are handled. This defaults to ISO-8859-15 which should work for most non Asian countries. The setting can be empty or must be an encoding supported by mbstring. If it is empty the current internal encoding of mbstring is used.

How come ISO-8859-15 works for most non-Asian countries? It's only for West European and does NOT work for Russian, Greek, Albanian, Polish, Czech, and so forth. The default should be 'UTF-8'
up
down
-2
webmaster at robert-beran dot de
6 years ago
here the link to my exif data remover function:

robert-beran.de/dl.php?id=4

its written in php so you can use it to remove jpg exif data in your php projects.

greetz
Robert
spacer add a note

 
show source | credits | sitemap | contact | advertising | mirror sites
gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.