diff options
author | Romain d'Alverny <rda@mageia.org> | 2011-05-25 17:13:21 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2011-05-25 17:13:21 +0000 |
commit | 94825c88a04d5a1822d1d7d845bcb066ab6bedae (patch) | |
tree | 1ae96e3a74e786c1eea6567b5fdf639493a97ff7 | |
parent | 7184d2033ecfeb8ea5a4c42449dfc6aca6621eac (diff) | |
download | hugs-94825c88a04d5a1822d1d7d845bcb066ab6bedae.tar hugs-94825c88a04d5a1822d1d7d845bcb066ab6bedae.tar.gz hugs-94825c88a04d5a1822d1d7d845bcb066ab6bedae.tar.bz2 hugs-94825c88a04d5a1822d1d7d845bcb066ab6bedae.tar.xz hugs-94825c88a04d5a1822d1d7d845bcb066ab6bedae.zip |
exif thing done
-rw-r--r-- | README.md | 15 |
1 files changed, 12 insertions, 3 deletions
@@ -9,6 +9,15 @@ under MIT license, see LICENSE.txt. See https://bugs.mageia.org/show_bug.cgi?id=1043 +## How to use + +Add new photos under public/var/hugs/ : + - these must be cleared for being used here + - license must explicitly allow it; + - people appearing as subjects must have given their consent + - use EXIF COMMENT field to add author + license information + + ## Requirements - PHP 5.2+ @@ -19,6 +28,6 @@ See https://bugs.mageia.org/show_bug.cgi?id=1043 - add bonjourmageia.* and mageia.org/join links when available - Submission guidelines for photographs. - Add a caption to a picture + a link to bonjourmageia.fr? - => use photograph EXIF data for Copyright, comment, link? - - http://stackoverflow.com/questions/1578169/how-can-i-read-xmp-data-from-a-jpg-with-php - - http://desandro.github.com/3dtransforms/docs/card-flip.html
\ No newline at end of file + - http://desandro.github.com/3dtransforms/docs/card-flip.html + + http://linuxtidbits.wordpress.com/2008/03/17/creating-quality-web-sized-pngs-with-imagemagick/
\ No newline at end of file |