mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-03 19:33:07 +03:00
unused
This commit is contained in:
parent
762b09cdb5
commit
00b65ce1c3
|
@ -465,12 +465,9 @@ extern int ImagingZipEncodeCleanup(ImagingCodecState state);
|
||||||
typedef void (*ImagingShuffler)(UINT8* out, const UINT8* in, int pixels);
|
typedef void (*ImagingShuffler)(UINT8* out, const UINT8* in, int pixels);
|
||||||
|
|
||||||
/* Public shufflers */
|
/* Public shufflers */
|
||||||
extern void ImagingPackRGB(UINT8* out, const UINT8* in, int pixels);
|
|
||||||
extern void ImagingPackBGR(UINT8* out, const UINT8* in, int pixels);
|
extern void ImagingPackBGR(UINT8* out, const UINT8* in, int pixels);
|
||||||
extern void ImagingUnpackBGR(UINT8* out, const UINT8* in, int pixels);
|
|
||||||
extern void ImagingUnpackYCC(UINT8* out, const UINT8* in, int pixels);
|
extern void ImagingUnpackYCC(UINT8* out, const UINT8* in, int pixels);
|
||||||
extern void ImagingUnpackYCCA(UINT8* out, const UINT8* in, int pixels);
|
extern void ImagingUnpackYCCA(UINT8* out, const UINT8* in, int pixels);
|
||||||
extern void ImagingUnpackYCbCr(UINT8* out, const UINT8* in, int pixels);
|
|
||||||
|
|
||||||
extern void ImagingConvertRGB2YCbCr(UINT8* out, const UINT8* in, int pixels);
|
extern void ImagingConvertRGB2YCbCr(UINT8* out, const UINT8* in, int pixels);
|
||||||
extern void ImagingConvertYCbCr2RGB(UINT8* out, const UINT8* in, int pixels);
|
extern void ImagingConvertYCbCr2RGB(UINT8* out, const UINT8* in, int pixels);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user