Josh Bernfeld
Josh Bernfeld
I was experiencing an issue on iOS 11 where there was a gap above the scroll view before the navigation bar. The solution for me was the following code. It...
Old output:  New output: 
Old output:  New output: 
Use [buffer size](https://developer.apple.com/documentation/metal/mtlargument/1461986-bufferdatasize) and [offsets](https://developer.apple.com/documentation/metal/mtlstructmember/1461970-offset) directly from MTLAutoreleasedRenderPipelineReflection instead of manually calculating
NOTE: If you are looking to use this I wrote [Pixel SDK](https://github.com/GottaYotta/PixelSDK) which includes GPUImage and this pull request via CocoaPods. Otherwise, this pull request should be used with pr...
- Added remove(target:) support. - Fixed transmitPreviousImage() being called on main thread via addTarget(). This would cause seemingly random exc_bad_access crashes from random opengl functions. > Two tasks that access...
- Added ignoreAspectRatio support. - Added anchorTopLeft support.
This problem is caused because the scale is not always a whole number in the croppedImage function. When the rect is scaled up, non full pixels are often created. When...