12345678910111213141516171819202122232425262728293031323334353637383940 |
- #ifndef IMAGE_COMPRESS_CVTT_H
- #define IMAGE_COMPRESS_CVTT_H
- #include "core/io/image.h"
- void image_compress_cvtt(Image *p_image, Image::UsedChannels p_channels);
- void image_decompress_cvtt(Image *p_image);
- #endif
|