Ignore:
Timestamp:
08/03/08 13:47:11 (5 years ago)
Author:
sam
Message:
  • pixels.c: support more conversion combinations.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpipi/trunk/examples/dither.c

    r2654 r2655  
    2828 
    2929    img = pipi_load(srcname); 
    30     pipi_getpixels(img, PIPI_PIXELS_RGBA_F); 
    3130 
    3231    switch(atoi(argv[2])) 
     
    4342    pipi_free(img); 
    4443 
    45     pipi_getpixels(newimg, PIPI_PIXELS_RGBA_F); 
    4644    pipi_save(newimg, dstname); 
    4745    pipi_free(newimg); 
Note: See TracChangeset for help on using the changeset viewer.