~ubuntu-branches/ubuntu/vivid/pngnq/vivid

« back to all changes in this revision

Viewing changes to 0.4.1/README.pngcomp

  • Committer: Bazaar Package Importer
  • Author(s): Nelson A. de Oliveira
  • Date: 2006-07-15 00:24:51 UTC
  • mfrom: (1.1.1 upstream) (2.1.1 edgy)
  • Revision ID: james.westby@ubuntu.com-20060715002451-bbdi09ckv5rn0e7g
Tags: 0.4.1-1
New upstream release (Closes: #378148).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
PNGCOMP - PNG COMPARISON
 
2
VERSION 0.1
 
3
 
 
4
USAGE: 
 
5
  pngcomp [-vVh] image1.png image2.png
 
6
 
 
7
  options: v - verbose, does nothing as yet.
 
8
           V - version, prints version information.
 
9
           h - help, prionts this message.
 
10
 
 
11
  inputs: image1.png and image2.png are the two images that are to be compared.
 
12
          it is required that they be the same size.
 
13
 
 
14
  This program give some basic statistics about the difference between two images.
 
15
  It was created as a measure of various color quantization methods.
 
16
 
 
17
 
 
18
NOTES:
 
19
The stats created by this program are purely based on the Euclidean distance 
 
20
in RGBA space between the pixels of the images. Later versions will include 
 
21
different measures such as CIE color space measurements and filters for 
 
22
perception models.
 
23
 
 
24
The error calculation used reflects the percieved quality of images only roughly. 
 
25
To determine what image is better nothing can surpass having a look for
 
26
yourself! 
 
27
 
 
28
Copyright (c) Stuart Coyle 2004-2006 stuart@cybertherial.com
 
29
 
 
30
See LICENCES for details of copyrights held on this program.