Core Image Tutorial for iOS: Custom Filters | Kodeco

Learn to create your own Core Image filters using the Metal Shading Language to build kernels that provide pixel-level image processing.


This is a companion discussion topic for the original entry at https://www.kodeco.com/25658084-core-image-tutorial-for-ios-custom-filters

sir , i make also a custom filter , but not like class filter , apply , i made defults filter , so i make metal file , and make class then register on cifilter , but many problem occures , like input grid images size are non uniform , inputimage isn’t support , etc , make help me , i make editor function saparatly on project , on editor function i pass cifilter name as string type , i need custom filter ragister on cifilter , hope help me