Git Product home page Git Product logo

imageeditorkit's People

Contributors

mozharovsky avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

nhnam bikram990

imageeditorkit's Issues

Swift 3 Support

This library should support the latest version of the Swift programming language (which is 3.0).

Tasks

  • Swift 3 support
  • Swift 2.3 support

Filters don't work

For some reason filters do not work anymore. They can't be applied to photos nor can they be applied for previews.

Tasks

  • Update CoreImage functionality to the latest SDK updates
  • Fix filtering issues

Filtering performance

Filtering operations are being performed very slow. This is a huge problem for general app performance.

Approach

Wrappers around CIFilter hierarchy are nice. But the Processor is not well optimized which makes processing a set of images kinda problematic and time consuming. This, basically, is happening because of using a default CIContext which mainly uses the CPU. Instead we'd rather use a context using GPU for the same purpose.

Tasks

  • Optimize Processor implementation
  • Use GPU for processing operations (also see #1)
  • Update the Demo project
  • Update the Pod

Image scaling

There are some issues with image scaling. Sometimes image doesn't fill all the space, especially when being rotated. It should be intuitive and smooth.

Approach

CropView should be resized appropriately to the image provided, thus given it an image NxK, the cropView.bounds.size is exactly NxK. This behavior is not the same as in the ImagePickerKit โ€“ there we only get an image and Cropable conformable object must use the provided size as a default one for both cropView and image.

Following this way, we'll get rid of any scaling issues happening while rotating the image.

Tasks

  • Extend Cropable protocol to support described behavior
  • Update the Demo project
  • Update the Pod

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.