Skip to content
  • Kenneth Moreland's avatar
    Further encapsulate image objects. · d1eddb3e
    Kenneth Moreland authored
    Rather than create a buffer and then initialize an image with
    it, the interface now encourages you to allocate an image
    directly.  All the image manipulation functions now take actual
    image objects rather than taking buffers and returning image
    objects.
    
    Also moved some functions from the public IceT.h interface into
    the protected image.h interface.
    d1eddb3e