Giter VIP home page Giter VIP logo

Comments (9)

jinwoo-kim-nhn avatar jinwoo-kim-nhn commented on May 17, 2024 1

Hello @OculusMode

  1. I figured out what was the problem. I will solve this in a very short time.

  2. We plan to augment the detailed documentation related to filter. Just wait a little.

  3. There is a 'filter> Grayscale' feature with respect to saturation, but the specific detail editing is not yet supported.
    But please wait a moment because we have the will to improve.

from tui.image-editor.

OculusMode avatar OculusMode commented on May 17, 2024 1

Thank you for reply and support.
I found brightness by value in your basic demo code which can be like

imageEditor.applyFilter("brightness", { brightness: parseInt(val,10 )})

can you just tell me what it would be expecting for another paras for grayscale?

imageEditor.applyFilter("grayscale", { ???: parseInt(val,10 )})

from tui.image-editor.

OculusMode avatar OculusMode commented on May 17, 2024

Edit: Can i edit saturation and contrast?
Thanks in advance :)

from tui.image-editor.

ivanyiistvan avatar ivanyiistvan commented on May 17, 2024

Hello @jinwoo-kim-nhn!

Are there any changes about the saturation feature?

Thanks!

from tui.image-editor.

junghwan-park avatar junghwan-park commented on May 17, 2024

@OculusMode
You can pass only filter name.imageEditor.applyFilter('grayscale');
Additional options are not needed.

from tui.image-editor.

Alecyrus avatar Alecyrus commented on May 17, 2024

@junghwan-park there is no possible to change the value of filter effect like css, filter: grayscale(value) ??

from tui.image-editor.

junghwan-park avatar junghwan-park commented on May 17, 2024

@Alecyrus
There is no options for default values yet. ex) filter, text size and etc
But, I'm planning to add customizing options for default UI. :)

from tui.image-editor.

Alecyrus avatar Alecyrus commented on May 17, 2024

@junghwan-park Thank you for this nice work that inspires me. And it is important to note that, filter is a good feature but built-in filter are not practical. I am really looking forward there is some libraries like GPUImages on JS. but now, I am trying to use 3D LUTS to process image on NodeJS which could bring me many amazing effects.

from tui.image-editor.

junghwan-park avatar junghwan-park commented on May 17, 2024

@Alecyrus
I agree with you what you said. Built-in filters are not practical for users from now. But I'm considering to add UI customization API(including add/remove custom menu and set custom filters). Through that API, users could add custom filter like Analog Film I guess.

If you have an idea of adding custom filter feature or image processing extensions, please let us know with posting a new issue. Thanks :)

from tui.image-editor.

Related Issues (20)

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.