“Performing a costly unpadding operation!” — what is it, and how to fix it?
问题 The debug console for my Core Filters test application is showing this message: CGImageRef 0x7a0e890 has row byte padding. Performing a costly unpadding operation! I couldn't find a hit for that exact message (minus the pointer info) in the headers or in a Google search. My questions are (1)what does that mean and (2)how can I rectify the situation? The following is an example of how I am generating a filtered UIImage using a CIFilter. - (UIImage*)sepia { CIImage *beginImage = [CIImage