You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.
I have been using these categories for a couple of months and I am generally very happy with their performance and ease of use.
But after the release of iOS8 and XCode 6, at runtime, when resizing uiimages there are several CGContext path warnings launched:
Sep 23 13:40:14 Proxima-Centauri.local LiveBox[53941] : CGBitmapContextCreate: unsupported parameter combination: 8 integer bits/component; 32 bits/pixel; 3-component color space; kCGImageAlphaLast; 192 bytes/row.
Sep 23 13:40:14 Proxima-Centauri.local LiveBox[53941] : CGContextConcatCTM: invalid context 0x0. This is a serious error. This application, or a library it uses, is using an invalid context and is thereby contributing to an overall degradation of system stability and reliability. This notice is a courtesy: please fix this problem. It will become a fatal error in an upcoming update.
Sep 23 13:40:14 Proxima-Centauri.local LiveBox[53941] : CGContextSetInterpolationQuality: invalid context 0x0. This is a serious error. This application, or a library it uses, is using an invalid context and is thereby contributing to an overall degradation of system stability and reliability. This notice is a courtesy: please fix this problem. It will become a fatal error in an upcoming update.
Sep 23 13:40:14 Proxima-Centauri.local LiveBox[53941] : CGContextDrawImage: invalid context 0x0. This is a serious error. This application, or a library it uses, is using an invalid context and is thereby contributing to an overall degradation of system stability and reliability. This notice is a courtesy: please fix this problem. It will become a fatal error in an upcoming update.
Sep 23 13:40:14 Proxima-Centauri.local LiveBox[53941] : CGBitmapContextCreateImage: invalid context 0x0. This is a serious error. This application, or a library it uses, is using an invalid context and is thereby contributing to an overall degradation of system stability and reliability. This notice is a courtesy: please fix this problem. It will become a fatal error in an upcoming update.
But more seriously, some calls to - (UIImage *)thumbnailImage:(NSInteger)thumbnailSize
transparentBorder:(NSUInteger)borderSize
cornerRadius:(NSUInteger)cornerRadius
interpolationQuality:(CGInterpolationQuality)quality
end up return nil images on specific images.
I have looked at the images in question and under iOS 7 they display fine and they appear to be valid images.
Let me know if I can help by supplying pictures or other data.
The text was updated successfully, but these errors were encountered:
I have been using these categories for a couple of months and I am generally very happy with their performance and ease of use.
But after the release of iOS8 and XCode 6, at runtime, when resizing uiimages there are several CGContext path warnings launched:
Sep 23 13:40:14 Proxima-Centauri.local LiveBox[53941] : CGBitmapContextCreate: unsupported parameter combination: 8 integer bits/component; 32 bits/pixel; 3-component color space; kCGImageAlphaLast; 192 bytes/row.
Sep 23 13:40:14 Proxima-Centauri.local LiveBox[53941] : CGContextConcatCTM: invalid context 0x0. This is a serious error. This application, or a library it uses, is using an invalid context and is thereby contributing to an overall degradation of system stability and reliability. This notice is a courtesy: please fix this problem. It will become a fatal error in an upcoming update.
Sep 23 13:40:14 Proxima-Centauri.local LiveBox[53941] : CGContextSetInterpolationQuality: invalid context 0x0. This is a serious error. This application, or a library it uses, is using an invalid context and is thereby contributing to an overall degradation of system stability and reliability. This notice is a courtesy: please fix this problem. It will become a fatal error in an upcoming update.
Sep 23 13:40:14 Proxima-Centauri.local LiveBox[53941] : CGContextDrawImage: invalid context 0x0. This is a serious error. This application, or a library it uses, is using an invalid context and is thereby contributing to an overall degradation of system stability and reliability. This notice is a courtesy: please fix this problem. It will become a fatal error in an upcoming update.
Sep 23 13:40:14 Proxima-Centauri.local LiveBox[53941] : CGBitmapContextCreateImage: invalid context 0x0. This is a serious error. This application, or a library it uses, is using an invalid context and is thereby contributing to an overall degradation of system stability and reliability. This notice is a courtesy: please fix this problem. It will become a fatal error in an upcoming update.
But more seriously, some calls to - (UIImage *)thumbnailImage:(NSInteger)thumbnailSize
transparentBorder:(NSUInteger)borderSize
cornerRadius:(NSUInteger)cornerRadius
interpolationQuality:(CGInterpolationQuality)quality
end up return nil images on specific images.
I have looked at the images in question and under iOS 7 they display fine and they appear to be valid images.
Let me know if I can help by supplying pictures or other data.
The text was updated successfully, but these errors were encountered: