Read Me
This directory contains the %VERSION% release of %PACKAGE%
Downloading
-----------
picdiff can be obtained from git repository
Packaging
---------
picdiff repository contained file picdiff-control for build deb
package by equivs-build
~# equivs-build picdiff-control
~# dpkg -i picdiff_0.1.deb
Using
-----
picdiff is utility for comparing image files without graphics output
Each picture is resized to box with fix dimensions, and compared with
sample from reference image.
How it's percentual coincide is writed to begin line, before URI
~# picdiff reference_image test/t*
0 test/testA.jpg
4 test/testB.gif
83 test/testC.tiff
I test/testD.png
Output value description
I : Same picture as reference_image. May be only resize,
or modified exif tags
0-20 : Picture with little change (watermark i.e.)
20 < : A completly different picture
Development
-----------
picdiff development is hosted by sourceforge, the FSF's online development
management tool. sourceforge is here:
http://sourceforge.net
And the picdiff development page is here:
http://sourceforge.net/projects/picdiff
You can find most information concerning the development of picdiff at
this site.
Bug Reporting
-------------
You can also use the online bug tracking system in the picdiff
project to submit new problem reports or search for existing ones:
http://sourceforge.net/projects/picdiff/support
Git Acces
---------
The picdiff source repository is available via Git from the
sourceforge Git server; look here for details:
http://git.code.sf.net/p/picdiff/code
-------------------------------------------------------------------------------
Copyright (C) 2014 Keny Otter <keny@nativepeople.cz
picdiff is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation; either version 3 of the License, or (at your option) any later
version.
picdiff is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with
this program. If not, see <http://www.gnu.org/licenses/>.