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/kii/picture/JPEGit24.c

    r5700 r5852  
    11# include "Ximage.h"
    22# include "jpeglib.h"
    3 # include <png.h>
    4 # include "bDraw.h"
    53
    64# define WHITE_R 255
     
    1816  int ii, i, j;
    1917  int i_start, i_end, j_start, j_end;
    20   int dropback, extra;  /* this is a bit of a kludge... */
     18  int dropback;  /* this is a bit of a kludge... */
    2119  int dx, dy, DX, DY;
    2220  int status, Nbytes, quality;
     
    194192    bDrawBuffer *buffer;
    195193
    196     palette = MakePNGPalette (&Npalette);
     194    palette = KapaPNGPalette (&Npalette);
    197195
    198196    buffer = bDrawBufferCreate (dx, dy);
     
    202200    }
    203201
    204     white = GetColorByName ("white");
     202    white = KapaColorByName ("white");
    205203    for (j = 0; j < dy; j++) {
    206204      for (i = 0; i < dx; i++) {
Note: See TracChangeset for help on using the changeset viewer.