IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29873


Ignore:
Timestamp:
Nov 29, 2010, 11:38:06 AM (15 years ago)
Author:
eugene
Message:

update bDrawBuffer APIs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20101103/psLib/src/jpeg/psImageJpeg.c

    r29858 r29873  
    183183  int dy = bdbuf->Ny;
    184184
    185   int Npalette = bdbuf->Npalette;
    186185  png_color *palette = bdbuf->palette;
    187186  bDrawColor white = KapaColorByName ("white");
     
    352351    bDrawRotText(labels, 0.5*dx, 2, string, 1, 0.0);
    353352    psImageJpegOverlayDraw(jpegImage, labels, 0, offset);
    354     bdDrawBufferFree(labels);
     353    bDrawBufferFree(labels);
    355354  }
    356355   
Note: See TracChangeset for help on using the changeset viewer.