Ignore:
Timestamp:
08/04/08 19:23:44 (5 years ago)
Author:
sam
Message:
  • Prefix dithering functions with _dither_ to avoid namespace cluttering.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpipi/trunk/pipi/dither/dbs.c

    r2664 r2666  
    3636 * guaranteed stop condition here. */ 
    3737 
    38 pipi_image_t *pipi_dbs(pipi_image_t *src) 
     38pipi_image_t *pipi_dither_dbs(pipi_image_t *src) 
    3939{ 
    4040    double kernel[NN * NN]; 
Note: See TracChangeset for help on using the changeset viewer.