-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set custom setting for apply brightness , saturation , contrast etc #43
Comments
I have tried also following by merge three of then in single config const char* config = [[NSString stringWithFormat:@"%@%@%@%@%@%@",@" @adjust brightness ",_strBrightness ,@" @adjust saturation ",_strSaturtion ,@" @adjust contrast ",_strContrast] UTF8String]; and it will be like this: but still i am not getting exact result I need your help please |
Please also mention the range i can input for three of them like what is start and end range Currently i am giving 0.0 - 1.00 between Please help me to achieve the functionality |
I need help . please @wysaid Can you please provide me some guidance so that i can go forward |
@AnitaVPN Please produce your problem in the demo, and give me the link. I can take a look for you. |
Could you please reply for this ? Please also mention the range i can input for three of them like what is start and end range Currently i am giving 0.0 - 1.00 between Please help me to achieve the functionality |
I want to achieve same functionality as define in this app : https://inshot-editor.en.uptodown.com/android When you select video - Select Filter and adjust with brightness, contrast,saturation etc I have written code which i have used , could you please check and let me know if i am doing anything wrong ? |
The range is in the headers. Please see the header. For example: |
I will add a new case for the feature as the Android one. |
Hi Wysaid
Thanks for Reply
Really appreciated
I have found of set visuialze property for image and i need same for Video
also
I have found this "setFilterIntensityForIndex" which used in this class
"ImageGLSurfaceView.java".
Could you please help me how can i create same method for video's visual
property same as image
I have tried same but could not succeed.
I am struggling for this long time , and the project deadline is too near
Please help me
…On Tue, Sep 4, 2018 at 6:05 PM Wang Yang ***@***.***> wrote:
I will add a new case for the feature as the Android one.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#43 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Akq73CsldroY9jHLc8r8_bdCpZ220VvMks5uXnOugaJpZM4WFMqg>
.
|
Currently i am referring the android case here.
…On Tue, Sep 4, 2018 at 6:12 PM an vpn ***@***.***> wrote:
Hi Wysaid
Thanks for Reply
Really appreciated
I have found of set visuialze property for image and i need same for Video
also
I have found this "setFilterIntensityForIndex" which used in this class
"ImageGLSurfaceView.java".
Could you please help me how can i create same method for video's visual
property same as image
I have tried same but could not succeed.
I am struggling for this long time , and the project deadline is too near
Please help me
On Tue, Sep 4, 2018 at 6:05 PM Wang Yang ***@***.***> wrote:
> I will add a new case for the feature as the Android one.
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#43 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/Akq73CsldroY9jHLc8r8_bdCpZ220VvMks5uXnOugaJpZM4WFMqg>
> .
>
|
Hi wysaid
I hope you are doing well , Again i need your expertise help
I have requirement of set brightness,contrast,saturation as user want , i want to customize the filter as user want
I will give three slider where user can set the slider value and filter reflect according that
I have tried by following way
float currentBrightness = [sender value] ;//* 3.0f - 1.0f; //[-1, 2]
Same for saturation and contrast but when i set brightness it works perfect but when apply saturation it wont work
Please suggest me how can i achieve this
Help really appricicated
Thanks
The text was updated successfully, but these errors were encountered: