git.y1.nz

gbdk-2020

GameBoy Development Kit
download: https://git.y1.nz/archives/gbdk.tar.gz
README | Files | Log | Refs | LICENSE

gbdk-support/png2asset/image_utils.h

      1 // image_utils.h
      2 
      3 #ifndef _IMAGE_UTILS_H
      4 #define _IMAGE_UTILS_H
      5 
      6 #include <vector>
      7 
      8 bool image_indexed_ensure_8bpp(vector <unsigned char> &data, int bitdepth, int colortype);
      9 bool image_indexed_repair_tile_palettes(PNGImage & image, bool use_2x2_map_attributes);
     10 
     11 #endif

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.