From 4b6c0e31385f5f27a151088c0a2b614495c4e589 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Thu, 14 Oct 2021 12:47:50 -0400 Subject: initial commit, including theme --- content/posts/2004-08-13-exif.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 content/posts/2004-08-13-exif.html (limited to 'content/posts/2004-08-13-exif.html') diff --git a/content/posts/2004-08-13-exif.html b/content/posts/2004-08-13-exif.html new file mode 100644 index 0000000..893ddbd --- /dev/null +++ b/content/posts/2004-08-13-exif.html @@ -0,0 +1,19 @@ +--- +date: "2004-08-13T03:05:39Z" +title: EXIF +--- + +

+While playing around with GQView, I +noticed that there are several pretty useful EXIF tags defined in the +pictures taken by my camera (and most other digital cameras too). I +also noticed that PHP has built-in support for EXIF data. I'd like to +tweak my Gallery page +on paulduncan.org +to read the date, aperture, exposure time, and other goodies. +

+ -- cgit v1.2.3