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
1
vote
1 answer

image Effect android using GPUImage

I am not even aware of Image Effects, I am trying to use Image filter to one image on which i have done with Drawing. For Drawing i have used DrawingView but now for effect i googled it and i have came to know that it can b apply using…
1
vote
0 answers

apply image effect (grayscale) to screen (pc monitor)

Is there any way to apply image effects like grayscale to PC screen programmatically (the language is not matter but if it be in c# is better)? I mean for example when the code runs , pc-monitor shows everything in gray scale colors. Any advice is…
1
vote
1 answer

Bitwise color filter in MATLAB

Is there a MATLAB function that does the following: For an image input, it tells me what proportion of the bits are darker than a particular color of my choosing. So if I entered an image of a chess board and used the color gray, the output would…
farid99
  • 712
  • 2
  • 7
  • 25
1
vote
3 answers

Applying Matlab Images Filter On RGB Images

i have the following Matlab code to manipulate two images, gray scale image, and RGB image. The point is to apply Average,Gaussian, and Laplacian filters on both images. %%Clear clear clc %%Reading images gray=imread('cameraman.tif') [gray_table…
HussainBiedouh
  • 99
  • 2
  • 11
0
votes
1 answer

Halftone image effect with SVG filters

I am trying to translate specifications from Photoshop to svg filters. The recipe is: Filter > Pixelate > Color Halftone All 4 channels 45 degrees Radius of the dots between 5-8 The process, in Photoshop, is illustrated here:…
dotnetCarpenter
  • 10,019
  • 6
  • 32
  • 54
0
votes
2 answers

How to use CommandBuffer.IssuePluginCustomBlit on Unity Engine?

On Unity Engine, I'm trying to convert an image effect (from the asset store) from the camera event OnRenderImage(RenderTexture source, RenderTexture destination) to a camera command buffer (UnityEngine.Rendering.CommandBuffer)(to control the…
Djey
  • 1
  • 1
0
votes
0 answers

How can I achieve simple pixel manipulations in canvas like enhance shadow/highlight or make an image warmer/cooler?

I'm building an image editor using canvas, similar to what you might see in instagram or iphone's default photo editor. So far I've been able to implement the ability to do the following - sharpen, blur, contrast, brighten, tint, saturate, adjust…
0
votes
2 answers

Create a blur shadow to a circular image in flutter

I want a help to create this blur effect as a shadow on an image in flutter and make it circular like that.
0
votes
1 answer

I getting trouble when i am creating this type play store app icon anyone can help me

enter image description here how can I turn the image right side without photoshop please help me!!
0
votes
1 answer

App crashes on applying image effects (brightness) using slider in iOS

I am using a Image view and applying brightness effects to the image of the image view based on the slider value. Slider value ranges from -100 to +100. On continuously moving the slider, app gets closed. I have even tried with disposing the context…
0
votes
0 answers

HTML Image Overlay Link- Circle Turns To Square

I've added an image overlay in HTML on my website to link to social media. It looks good on all platforms except for a small issue on mobile - when clicking on the image the overlay turns to a square very briefly before it reverts back to a circle.…
clattenburg cake
  • 1,096
  • 3
  • 19
  • 40
0
votes
1 answer

Get all images that mouse is not over in WPF

I have a WPF Window that gets filled with multple images, I am trying to find a way to blur all the images the mouse is NOT hovering over. I am using this event to effect images that I am hovering over: private void Window_MouseMove(object sender,…
MrMister
  • 1
  • 3
0
votes
0 answers

Shuttering image effect insertion

Can anybody tell me if I would like to use this effect on my website the JS code simply goes in the head of the HTML document? thx https://codemyui.com/shattering-images/
Slevin K
  • 5
  • 4
0
votes
1 answer

jQuery Image Warp script issues

I am currently attempting to execute this on my site http://www.dynamicdrive.com/dynamicindex4/imagewarp.htm. It seems easy, I have currently called all scripts in my section and called the class in the image I where I want the it. Here is my …
Maren
  • 61
  • 2
  • 10
0
votes
0 answers

Image Effects keep on rendering

I am using Unity 5 and the image effects provided by Unity. When I apply an effect such as Twirl or Vortex to Camera, it keeps on rendering and in the case of these 2 image effects, it keeps on rotating image from the center. This happens when I am…
kashif789us
  • 474
  • 8
  • 23