X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Flsolesen%2Fpel%2Ftest%2Fimage-tests%2FREADME;fp=vendor%2Flsolesen%2Fpel%2Ftest%2Fimage-tests%2FREADME;h=e2ef4fccb6bc1277ac446ebb9034b92909d80aa7;hp=0000000000000000000000000000000000000000;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/vendor/lsolesen/pel/test/image-tests/README b/vendor/lsolesen/pel/test/image-tests/README new file mode 100644 index 000000000..e2ef4fccb --- /dev/null +++ b/vendor/lsolesen/pel/test/image-tests/README @@ -0,0 +1,61 @@ +README file for PEL Test Images. + +Copyright (C) 2004, 2005, 2006 Martin Geisler. +Licensed under the GNU GPL, see COPYING for details. + + +PEL Test Images +*************** + +The images contained in this directory are test images collected for +use with PEL: PHP Exif Library. One can download PEL from: + + http://github.com/lsolesen/pel/ + +All images except no-exif.jpg contain Exif information, and the +corresponding PHP files contain SimpleTest (http://simpletest.sf.net/) +unit tests. + +To use those files with PEL, first place this directory (the +image-tests directory) under the test directory in an unpacked PEL +source tree. Install SimpleTest using the instructions found in the +README file in the test directory. + +Now run the run-tests.php script in the test directory. It should +automatically pickup the new tests. + +The images can be used by anybody, but may only be redistributed under +the GNU GPL. See the file COPYING for the details. + + +Contributing Test Images +************************ + +If you own a camera model from which there are no test image, then +please contribute one. The image should + +* contain as much interesting Exif tags as possible. The camera + should therefore be set to a manual mode, and the settings should be + changed from their defaults, + +* have as small a file size as possible, so use a resolution of + 640x480 or less, if possible. Also, use the poorest image quality + (the best compression) to reduce the file size. + +* come from the camera unaltered. Do not resize the image using an + image manipulation program, for then it is this program that will be + tested, not the camera that took the image, + +* be of something which wont protest to be widely published on the + net. Things like a flower, a mountain, or a cat springs to mind, + whereas pictures from a private party are no good, + +* be licensed under the GNU GPL as the rest of PEL Test Images, so + that it can be redistributed with it. + +Submit your test image(s) by forking the repository found at + + http://github.com/lsolesen/pel/ + +All image contributers will be given full credit in the AUTHORS file +distributed with PEL.