sklearn image input with coremltools?

I am building a CoreML model from a trained sklearn model. I successfully converted it to CoreML with coremltools. However, it still requires an MLMultiArray as input. Is there a way I can change it to an image? (I know in Keras model there are a parameter called image_input_name, but it doesn't exist for the sklearn converter)