IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 16, 2010, 10:46:52 AM (16 years ago)
Author:
eugene
Message:

add bDrawBuffer to psImageJpeg options, allowing for future overlays (requires kapa.h to deal with BYTE_SWAP issues)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100823/psLib/src/jpeg/psImageJpeg.h

    r29355 r29442  
    5353bool psImageJpeg(const psImageJpegOptions *options, // Color map
    5454                 const psImage *image,  // Image to write
    55                  void *bdbuf,
     55                 bDrawBuffer *bdbuf,
    5656                 const char *filename  // Filename of JPEG
    5757                 );
    5858
    59 // bDrawBuffer *psImageJpegOverlayInit (const psImage *image);
     59bDrawBuffer *psImageJpegOverlayInit (const psImage *image);
    6060
    6161/// @}
Note: See TracChangeset for help on using the changeset viewer.