alexiscn / MetalFilters

Instagram filters implemented in Metal
https://github.com/alexiscn/MetalFilters
MIT License
363 stars 50 forks source link

Add more custom filters #3

Closed chintanMaisuriya closed 4 years ago

chintanMaisuriya commented 4 years ago

Hi there, I'm working on an application in which I've to add the image filter functionality with filters like instagram and I found MetalFilters is the perfect for me. Only one thing that bother me is that "How to add more custom filters (i.e. how to create custom filter files to add more custom filters)?" Please help me with this.

Thank You.

alexiscn commented 4 years ago

You can have a look at MTFilter which is the super class of all filters. You can create a class inherit MTFilter and override those properties.