logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

VistaIOSameImageRange, VistaIOSameImageSize - test whether two images share certain properties

Arguments

image1, image2
                 Specify the images whose properties are to be compared.

Author

       Art Pope <pope@cs.ubc.ca>

       Adaption to vistaio: Gert Wollny <gw.fossdev@gmail.com>

VistaIO Version 1.2.14                            24 April 1993                              VistaIOSameImage(3)

Description

VistaIOSameImageRange returns TRUE if image1 and image2 have the same number of bands, rows, and columns,
       and the same pixel representation; it returns FALSE otherwise.

       VistaIOSameImageSize  returns TRUE if image1 and image2 have the same number of bands, rows, and columns;
       it returns FALSE otherwise.

       Both are macros defined in <vistaio.h>.

Name

       VistaIOSameImageRange, VistaIOSameImageSize - test whether two images share certain properties

See Also

VistaIOImage(3),

Synopsis

#include<vistaio.h>VistaIOBooleanVistaIOSameImageRange(image1,image2)VistaIOImageimage1,image2;VistaIOBooleanVistaIOSameImageSize(image1,image2)VistaIOImageimage1,image2;

See Also