I am using the function below, from Apple Core Graphics (CGImage).
CGImageDestinationAddImageFromSource(idst, isrc, index, properties)
Whenever I use it, it appears to run correctly, but it still outputs the following error message.
CleanupRecodeProperties:3604: IIOReadPlugin::CleanupRecodeProperties: top: 1 tiff: 1
I have searched Google and StackOverflow for this error message (and smaller parts of it) and have not been able to find anything. I can't find its meaning in the Core Graphics documentation either.
I would be very grateful if someone could help me understand what it means.