IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 27, 2005, 3:23:01 PM (21 years ago)
Author:
eugene
Message:

substantial work to move kii/kapa call into libkapa, unify RotFont, bDraw functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/kapa/graph/PNGit2.c

    r5610 r5852  
    11# include "Ximage.h"
    2 # include <png.h>
    3 # include "bDraw.h"
    42
    53int PNGit () {
     
    5856  /* png_set_IHDR (png_ptr, info_ptr, graphic.dx, graphic.dy, 8, PNG_COLOR_TYPE_RGB, PNG_INTERLACE_NONE, PNG_COMPRESSION_TYPE_DEFAULT, PNG_FILTER_TYPE_DEFAULT); */
    5957
    60   palette = MakePNGPalette (&Npalette);
     58  palette = KapaPNGPalette (&Npalette);
    6159  png_set_PLTE (png_ptr, info_ptr, palette, Npalette);
    6260 
Note: See TracChangeset for help on using the changeset viewer.