Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

icetimagegetheight(3) [debian man page]

icetImageGetNumPixels(3)					  IceT Reference					  icetImageGetNumPixels(3)

NAME
icetImageGetWidth,icetImageGetHeight,icetImageGetNumPixels-- get dimensions of an image Synopsis #include <IceT.h> IceTSizeType icetImageGetWidth ( const IceTImage image ); IceTSizeType icetImageGetHeight ( const IceTImage image ); IceTSizeType icetImageGetNumPixels ( const IceTImage image ); Description icetImageGetWidth,icetImageGetHeight,and icetImageGetNumPixelsallow you to query the size of an image with respect to the number of pixels. These functions define the buffer size returned by icetImageGetColor and icetImageGetDepth. Return Value icetImageGetWidthreturns the number of pixels along the horizontal axis of the image and icetImageGetHeightreturns the number of pixels along the vertical axis of the image. icetImageGetNumPixelsis a convenience function that returns the total number of pixels in image (the width times the height). Errors None. Warnings None. Bugs None known. Copyright Copyright (C)2010 Sandia Corporation Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains certain rights in this software. This source code is released under the New BSD License. See Also icetImageGetColor(3), icetImageGetDepth(3) IceT Reference August 9, 2010 icetImageGetNumPixels(3)

Check Out this Related Man Page

icetGetSingleImageStrategyName(3)				  IceT Reference				 icetGetSingleImageStrategyName(3)

NAME
icetGetSingleImageStrategyName -- retrieve single image sub-strategy name. Synopsis #include <IceT.h> const char *icetGetSingleImageStrategyName( void ); Description icetGetSingleImageStrategyName retrieves a human-readable name for the current single image sub-strategy. Return Value Returns a short, null terminated string identifying the single image strategy currently in effect. Helpful for printing out debugging or diagnostic statements. Errors None. Warnings None. Bugs None known. Notes The string returned does not contain the identifier used in a C program. For example, if the current single image strategy is ICET_SIN- GLE_IMAGE_STRATEGY_BSWAP, icetGetSingleImageStrategyName returns ``Binary Swap,'' not ``ICET_SINGLE_IMAGE_STRATEGY_BSWAP.'' Copyright Copyright (C)2010 Sandia Corporation Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains certain rights in this software. This source code is released under the New BSD License. See Also icetGetStrategyName(3), icetSingleImageStrategy(3) IceT Reference August 23, 2010 icetGetSingleImageStrategyName(3)
Man Page