Git Product home page Git Product logo

androidphotofilters's People

Contributors

ravi8x avatar varunest avatar ylogx avatar

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

Watchers

 avatar

androidphotofilters's Issues

ERROR: Extension not initialized yet, couldn't access compileSdkVersion.

I am getting this error.

I also added

ext {
minSdkVersion = 19
compileSdkVersion = 29
targetSdkVersion = 29
buildToolsVersion = "29.0.2"
}

in the top-level gradle fle.

and in the module leve

compileSdkVersion rootProject.ext.compileSdkVersion
buildToolsVersion rootProject.ext.buildToolsVersion

defaultConfig {
    minSdkVersion rootProject.ext.minSdkVersion
    targetSdkVersion rootProject.ext.targetSdkVersion
    versionCode 1
    versionName "1.0"
}

Sepia Filter

Hello!

I want to make a Sepia Filter but can't find the way to do it.
Can you help me please?

Thank you

Size of the picture

Ho!
You set the size of the picture to 640x640.
I know how to change it manually, but how can I make it responsive?

thx

i have one issues

I getting crashes or issues on generating thumbnail

java.lang.UnsatisfiedLinkError: No implementation found for int[] com.zomato.photofilters.imageprocessors.NativeImageProcessor.applyRGBCurve(int[], int[], int, int) (tried Java_com_zomato_photofilters_imageprocessors_NativeImageProcessor_applyRGBCurve and Java_com_zomato_photofilters_imageprocessors_NativeImageProcessor_applyRGBCurve___3I_3III)
        at com.zomato.photofilters.imageprocessors.NativeImageProcessor.applyRGBCurve(Native Method)
        at com.zomato.photofilters.imageprocessors.ImageProcessor.applyCurves(ImageProcessor.java:24)
        at com.zomato.photofilters.imageprocessors.subfilters.ToneCurveSubFilter.process(ToneCurveSubFilter.java:85)
        at com.zomato.photofilters.imageprocessors.Filter.processFilter(Filter.java:101)
        at com.zomato.photofilters.utils.ThumbnailsManager.processThumbs(ThumbnailsManager.java:32)
        at ...PIPAct$10.run(PIPAct.java:926)

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.