CleanupRecodeProperties:3604 Error Message Meaning

93 Views Asked by At

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.

0

There are 0 best solutions below