ios - Pass MPMediaItemArtwork into Core Image -


if want pass mpmediaitemartwork image core image, method should try use? can't seem figure out.

i know if url i'd use:

ciimage *image = [ciimage imagewithcontentsofurl:myurl];

but can't figure out class method use mpmediaitemartwork image.

as @matt said, initwithimage: perfect solution.