Giter Club home page Giter Club logo

filterpedia's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

filterpedia's Issues

Crashes on devices that are not Metal compatible

There are a few places where MTLCreateSystemDefaultDevice is being force unwrapped and it causes crashes on devices that don't support Metal.

I have been looking for a good excuse to get an iPad Pro though... :)

Crash in FilterDetail.applyFilter()

I was looking through all the filters, when a crash happened in Triangle Kaleidoscope.
Interestingly, it didn't happen again on next launch. Then I noticed that some of the filters above Triangle Kaleidoscope now showed different output. Somehow some of them didn't show output at all before, but I don't remember which (I think the [...] Tile filters). I can also not reproduce this.

2016-02-05 19:37:32.750 Filterpedia[1538:582807] -[CIVector floatValue]: unrecognized selector sent to instance 0x14c65fd30
2016-02-05 19:37:32.751 Filterpedia[1538:582807] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[CIVector floatValue]: unrecognized selector sent to instance 0x14c65fd30'

crash stacktrace
crash line

Actually a feature request...

Any chance of publishing this for Mac OS too?

I'd LOVE to help - but I'm struggling myself with applying CIFilters onto live camera input on Mac OS, and I seem to miss some of the basics there.

Otherwise - I'm very experienced in Application design and development. Please let me know if you're interested.

iOS 12 CIKernel Filters CRASH

Many of the Filters Including EightBit, CRT, Bayer Dither, Lens Flare, Lens Correction etc. based on CIKernel are crashing due to new changes.

ERROR: parameter has unexpected type 'vec4' (should be a sampler type) vec2 uv = samplerCoord(image);

This seems to be a common error message among most crashing filters. please check.

License?

Looks like a great library, but which software license is this released under? I don't see a license file in the repo.

Kuwahara metal vs GLSL

In my tests, your MetalKuwaharaFilter is actually 50% slower then KuwaharaFilter however here Simon mentions Metal is supposed to be 50% faster.

Any idea why it is like that?

Cannot build on Xcode 8.1

I cannot build the master or Swift 3.0 branch on Xcode 8.1. Please let me know if you would like me to fix the issues and submit a PR.

Filterpedia.AdvancedMonochrome warning on launch

Running in iPad Air 2 iOS 9.3 simulator in Xcode 7.3 on OS X 10.11.4:

2016-04-13 20:25:17.738 Filterpedia[5960:487581] __64+[CIFilter(CIFilterRegistryPrivate) filterWithName:setDefaults:]_block_invoke520 [constructor filterWithName:AdvancedMonochrome] returned an object of class Filterpedia.AdvancedMonochrome.

Looks like CIFilter doesn't like modules in this instance. I had a quick look around the code but couldn't figure out why.

Add a search bar?

You've added so many great filters that I sometimes struggle to find a specific one. (Take that as a compliment!)

Would you be interested in adding a search function to the filter list? I've been considering making a pull request, but wanted to check that you'd be interested in merging it, and that you're not already working on it.

How to implement HSV with UISlider?

I am implementing feature with red, orange, yellow, green, aqua, blue, purple color selection and one UISlider. I am not understanding how to use MultiBandHSV with UISlider properly.

Thank you.

Swift 3 conversion error

Hello, I tried to convert HistogramDisplay to Swift 3 but I have a problem with this lines of code:

 let histogram = UnsafeMutablePointer<UnsafeMutablePointer<vImagePixelCount>>(mutating: rgba)       
 vImageHistogramCalculation_ARGB8888(&inBuffer, histogram, UInt32(kvImageNoFlags))

the vImageHistogramCalculation_ARGB8888 method is still same as in Swift 2.3 but I can't properly initialized an optional UnsafeMutablePointer<UnsafeMutablePointer> method. Some ideas? :)

I received the error:

: Cannot invoke initializer for type 'UnsafeMutablePointer<UnsafeMutablePointer?>' with an argument list of type '(mutating: [UnsafeMutablePointer])'

Vector slider

Hi,

Very very good job :)

Is it possible to use VectorSlider in Objective C project?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.