Table of Contents - png_comparison-1.0.8 Documentation
Classes and Modules
- Object
-
PNG_Comparison
- How to use:
- 1.Running from a command line
- 2.Including this module to a class
- 3.Running compare() method directly from your program
- Tips and tricks:
- For CRuby users: to speed up the program, please run:
- this will make comparison run much faster for big images as it uses C extensions. But oily_png gem is only for C platform
- For JRuby users:
- PNG_Comparison::Comparator
Methods
- ::compare_images — PNG_Comparison::Comparator
- ::img_diff — PNG_Comparison::Comparator
- ::show_statistics — PNG_Comparison::Comparator
- #compare — PNG_Comparison