@interface CIImageProcessorKernel : NSObject @property (class, readonly) int outputFormat; @property (class, readonly) BOOL outputIsOpaque; @property (class, readonly) BOOL synchronizeInputs; + (BOOL)canReduceOutputChannels; + (BOOL)allowSRGBTranferFuntionOnInputAtIndex:(int)a0; + (int)formatForInputAtIndex:(int)a0; + (BOOL)processWithInputs:(id)a0 arguments:(id)a1 output:(id)a2 error:(id *)a3; + (BOOL)allowCompressedInputsAndOutputs; + (BOOL)allowSRGBTranferFuntionOnOutput; + (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })roiForInput:(int)a0 arguments:(id)a1 outputRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a2; + (unsigned long long)_digestForArgs:(id)a0; + (BOOL)allowPartialOutputRegion; + (id)applyWithExtent:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0 inputs:(id)a1 arguments:(id)a2 error:(id *)a3; + (BOOL)canOutputLossyCompressed; + (int)formatForInputAtIndex:(int)a0 arguments:(id)a1; + (int)outputFormatWithArguments:(id)a0; + (id)roiTileArrayForInput:(int)a0 arguments:(id)a1 outputRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a2; + (BOOL)skipFormatChecks; @end