diff options
author | Paul Duncan <pabs@pablotron.org> | 2021-10-14 12:47:50 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2021-10-14 12:47:50 -0400 |
commit | 4b6c0e31385f5f27a151088c0a2b614495c4e589 (patch) | |
tree | 12243cdcd00704bc1a9d94ac9cc128459417370c /content/posts/2004-08-13-exif.html | |
download | pablotron.org-4b6c0e31385f5f27a151088c0a2b614495c4e589.tar.bz2 pablotron.org-4b6c0e31385f5f27a151088c0a2b614495c4e589.zip |
initial commit, including theme
Diffstat (limited to 'content/posts/2004-08-13-exif.html')
-rw-r--r-- | content/posts/2004-08-13-exif.html | 19 |
1 files changed, 19 insertions, 0 deletions
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 +--- + +<p> +While playing around with <a href='http://gqview.sf.net/'>GQView</a>, I +noticed that there are several pretty useful <acronym +title='Exchangeable Image File'>EXIF</acronym> tags defined in the +pictures taken by my camera (and most other digital cameras too). I +also noticed that <a href='http://www.php.net/'><acronym title='PHP: +Hypertext Preprocessor'>PHP</acronym></a> has <a +href='http://www.php.net/exif'>built-in support for <acronym +title='Exchangeable Image File'>EXIF</acronym> data</a>. I'd like to +tweak <a href='http://www.paulduncan.org/gallery/'>my Gallery page</a> +on <a href='http://www.paulduncan.org/'><code>paulduncan.org</code></a> +to read the date, aperture, exposure time, and other goodies. +</p> + |