jameswomack / iOS-Image-Filters

High-level CIImage-based image filtering on iOS 6+ using CoreImage & raster graphic overlays
http://womack.io
MIT License
132 stars 27 forks source link

Example: buffer size too large #1

Closed vangras closed 9 years ago

vangras commented 11 years ago

Running the demo app and pressing "blue mood" causes the following error: destination buffer size too large (5184 x 3872); cannot be larger than 4096 x 4096.

jameswomack commented 10 years ago

@vangras I've not seen this issue—can you provide a device & iOS version?

vangras commented 10 years ago

Not sure what version it was at the time. Anyway just updated to the latest version and now on iOS6.1 simulator pressing the filter button gives Bad Access in - (NGImage )filter:(NSString )filterName params:(NSDictionary *)theParams

jameswomack commented 10 years ago

@vangras I'll look into it and commit a solution.

jameswomack commented 10 years ago

There were constants I was using that aren't available in iOS 6. They're removed now.

jameswomack commented 9 years ago

This issue looks to be simulator only: http://stackoverflow.com/questions/13459779/scrolling-and-image-sizing-issues