Install the complete package with local command reference and every published mode.
install exifexifA camera or image processor may omit
exif <file> [options]exif <file>show
exif <file> -t [dst] [-f]extract the embedded thumbnail
-fallow replacement when extracting a thumbnail
-ishow a compact file, image and camera summary
-gshow GPS coordinates and a map URL
-jsonshow complete
Use
The
Run the prepared examples directly on the page. Their results are prebuilt and shown in the browser; no terminal command is executed on the server.
Install the current compatible version. Choose Base for the complete feature set or Minimum for the reduced package; use upgrade to update a module that is already installed.
Base and Minimum are two packages of the same current module release, not separate command versions.
Install the complete package with local command reference and every published mode.
install exifInstall the reduced package. Local reference is omitted;
install exif -mInstall exactly this published version.
install exif -v 1.2.3Ask upgrade to check compatibility and replace the installed block only when needed.
upgrade exifRemove the extension block while leaving the core and unrelated modules intact.
install exif -uExamples are copyable command lines, not actions executed by this website. Review paths, permissions and destructive flags before running them on a real project.
cd \sandbox\images | exif photo.jpg -i | exif photo.jpg -json > \sandbox\exif-data.json -rFile sandbox/images/photo.jpg
Size 732 B
MIME image/jpeg
Dimensions 48x32
Camera -
Thumbnail -
{
"FILE": {"FileName": "photo.jpg", "FileSize": 732},
"COMPUTED": {"Width": 48, "Height": 32}
}
sandbox/exif-data.jsonexif photo.jpg[FILE]
FileName photo.jpg
FileSize 732
MimeType image/jpeg
[COMPUTED]
Width 48
Height 32exif photo.jpg -gGPS data not foundexif photo.jpg -t \sandbox\tmp\photo-thumb.jpgEmbedded thumbnail not foundexif missing.jpgFile not foundsandbox/images/photo.jpgThe example uses a file or directory from the protected /sandbox/ documentation workspace.
[binary file: photo.jpg]Aligns default