62 lines
2.1 KiB
Plaintext
62 lines
2.1 KiB
Plaintext
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.
|