31 static bool HasCodec(UInt_64 hashExt);
59 operator const Byte* ()
const;
130 Img GetNearestNeighbor(
const Vec2_u64& newResolution)
const;
132 void NearestNeighbor(
const Vec2_u64& newResolution);
134 void RGB_To_RGBA(UInt_64 newSize,
Byte* buffer)
const;
136 void MonoA_To_RGBA(UInt_64 newSize,
Byte* buffer)
const;
138 void Mono_To_RGBA(UInt_64 newSize,
Byte* buffer)
const;
140 void RGBA_To_RGB(UInt_64 newSize,
Byte* buffer)
const;
142 void MonoA_To_RGB(UInt_64 newSize,
Byte* buffer)
const;
144 void Mono_To_RGB(UInt_64 newSize,
Byte* buffer)
const;
146 void RGBA_To_MonoA(UInt_64 newSize,
Byte* buffer)
const;
148 void RGB_To_MonoA(UInt_64 newSize,
Byte* buffer)
const;
150 void Mono_To_MonoA(UInt_64 newSize,
Byte* buffer)
const;
152 void RGBA_To_Mono(UInt_64 newSize,
Byte* buffer)
const;
154 void RGB_To_Mono(UInt_64 newSize,
Byte* buffer)
const;
156 void MonoA_To_Mono(UInt_64 newSize,
Byte* buffer)
const;
158 void BD24_to_BD32(UInt_64 newSize,
Byte* buffer)
const;
160 void BD16_to_BD32(UInt_64 newSize,
Byte* buffer)
const;
162 void BD8_to_BD32(UInt_64 newSize,
Byte* buffer)
const;
164 void BD32_to_BD24(UInt_64 newSize,
Byte* buffer)
const;
166 void BD16_to_BD24(UInt_64 newSize,
Byte* buffer)
const;
168 void BD8_to_BD24(UInt_64 newSize,
Byte* buffer)
const;
170 void BD32_to_BD16(UInt_64 newSize,
Byte* buffer)
const;
172 void BD24_to_BD16(UInt_64 newSize,
Byte* buffer)
const;
174 void BD8_to_BD16(UInt_64 newSize,
Byte* buffer)
const;
176 void BD32_to_BD8(UInt_64 newSize,
Byte* buffer)
const;
178 void BD24_to_BD8(UInt_64 newSize,
Byte* buffer)
const;
180 void BD16_to_BD8(UInt_64 newSize,
Byte* buffer)
const;