Questions tagged [image-effects]

Image effects represent any type of effect an image can have.

In graphics and image-editing, image effects are predefined algorithms that enable the user to add special effects to the images. The actual effects will depend on the software. Some popular effects are changing the edges, noise level and gradient of the image. Image effects represent any type of effect an image can have. It can be done by many software like Photoshop, Fireworks, Photo-Paint, Matlab, etc.

37 questions
0
votes
1 answer

Linker error comes when implement Creative SDK for Image Effects in ios

I want to implement image effects in my project. So I am trying to implement CREATIVE SDK for this image effects. https://creativesdk.adobe.com/docs/ios/#/articles/imageeditor/index.html I have completed all steps which is mentioned in this above…
Meet Doshi
  • 4,241
  • 10
  • 40
  • 81
0
votes
2 answers

Android desaturate specific color

I am making some kind of image filter, and I need to desaturate (remove saturation) for a specific color. For example red. I want my image to replace all red colors with gray. Change this image To this Any idea?
filipst
  • 1,547
  • 1
  • 30
  • 55
0
votes
1 answer

Android GLSurfaceView several images in activity

I am trying to make photo collage with 9 images (3x3), and apply different effects on all of them. Currently, I am trying to edit this demo project: https://github.com/Grishu/ImageEffects But I don't know how to set 9 images on the screen. When I…
filipst
  • 1,547
  • 1
  • 30
  • 55
0
votes
0 answers

Image duotone effect

I have seen that there is EffectFactory in Android and it supports Duotone effect. But it only works on API level 14 and up. The problem is that I need the app to work from API level 11. So my question is if there is a way to make Duotone image…
filipst
  • 1,547
  • 1
  • 30
  • 55
0
votes
1 answer

Save animated warp as a GIF file in MATLAB

I could finally manage to get ripple effect. I animated it and want to save the animation to a GIF file. But I get a fixed image in the gif file. The animation works great in MATLAB but I don't know why it won't get saved. im =…
Rashid
  • 4,326
  • 2
  • 29
  • 54
0
votes
1 answer

How can I change the background color of the image?

I want to remove/change the background color of an image in Matlab. Anyone know how to do this? Here is an example image, I want to remove the green background color. (source: frip.in)
kim
  • 73
  • 2
  • 7
-3
votes
1 answer

Which Programming Language have a best image filter?

Which programming language has best possible image filter and also provide art photo effect and oil paint effect. I've also tried in php-imagick, python-opencv, css, and javascript but they do not exactly provide art effect and oil paint…
Chirag_php
  • 75
  • 1
  • 3
  • 13
1 2
3