NAME
          DtTextureGetImageByID - Get the texture image array.


     SYNOPSIS
          #include <Dt.h>


          int  DtTextureGetImageByID( int ID, unsigned char **image )


     DESCRIPTION
          DtTextureGetImageByID() returns the textures image array in the
          pointer to the variable image. This array is an internal
          buffer.  Do not free or modify the image.  The dimensions of
          this array will be a function of the image width, height and
          number of components determine from the
          DtTextureGetImageSize(3W) routine.  The RGBA values for
          these images always will be one byte (8 bits) for each
          component.







     DIAGNOSTICS
          returns one on success and zero on failure.






     SEE ALSO
               DtTextureGetImage(3W)


     FILES
          Link with -lDtOMio