Questions tagged [image-masking]

132 questions
0
votes
1 answer

as3 how to ignore MOUSE_DOWN outside mask

I am working on a jigsaw-like game in as3 where irregularly shaped layers imported from photoshop are used to mask parts of their original background. By setting cacheAsBitmap=true on the mask and its contents the result is a nice irregular shape…
user2016210
  • 119
  • 4
  • 13
0
votes
1 answer

Reshaping an image

I was searching for an online tool or tutorial to reshape an image. What i exactly want is something like this. So that i can reshape it into something like this I found this functionality in this website!.. But i couldn't trace how they did it.…
Bhuvan Rikka
  • 2,683
  • 1
  • 17
  • 27
0
votes
1 answer

How to make CSS3 rounded corners hide overflow in Chrome/Opera using webkit-mask-image?

Where can I generate this type of css to make just a bottom right border??? -webkit-mask-image:…
DJERock
  • 119
  • 1
  • 13
-1
votes
1 answer

High resolution image to remove attributes in low resolution raster using array

I have a dataset which has a high resolution of 30m (let's say classification Land-Use data) and another dataset with a lower resolution of 36km (let's say Evaporation data) for the same region. I want to remove some points from the lower resolution…
Ep1c1aN
  • 683
  • 9
  • 25
-1
votes
1 answer

How can I make the thickness of an opencv line bi-directional in python?

I'm trying to mask off the face of a person from a frame in the video, and i have the outline of the jaw as a set of 17 coordinates (from ibugs). I overlaid a line outlining the jaw using the function cv2.line, but it appears that the line only…
-1
votes
1 answer

Apply circular crop to UIImage or UIImageView

How can I programmatically apply a circular crop out to a UIImage or a UIImageView? Is it possible, or must I use a graphical mask? Till now I am using a graphical mask (a png image) but the final crop out result is ovalized, rather than a perfect…
jeddi
  • 651
  • 1
  • 12
  • 21
-1
votes
2 answers

Swift 4 correctly remove mask

I have a scrollview containing multiple UIImageViews that are kept in an array. Each of these UIImageViews has the same background image, but a unique mask. When these images are not displayed on the screen, I want to remove the mask to save memory.…
willemdb
  • 3
  • 1
-1
votes
1 answer

Circular mask in Matlab

I create six circle for masking in Matlab. Each of mask's inner and outer radiuses are different. These masks is used to detect parasites on the slide. I have this code (one of the masks) but I want to do white area between to circle that in shared…
sunshine
  • 1
  • 1
  • 4
-1
votes
2 answers

UIViews-masked-off-area-still-touchable

I have Masked UIView . View with blue dots. Green circle Area is masked off.I dont want to get touches on that area.i just want to get touches on visible layer of the View.
Jawad Ali
  • 13,556
  • 3
  • 32
  • 49
-2
votes
1 answer

Pasting an image on top of another image

I have this poster image: I have to blend it with another image. I have to put this image on a picture of a building like this: The rotated poster image has white pixels that I don't know how to get rid of. Can someone please help me with code…
-2
votes
1 answer

How to mask XOR in UIImage

I want UIImage masking something like this as shown in the image below but using coregraphics masking, any answer is appreciated
-5
votes
4 answers

Overlapping happening instead of uploading image on mask

Background I am allowing user to upload an image inside mask image.... Mask image : User uploaded image : Requirement: What I need as below : Issue : What I am getting now as below : The uploaded image is displaying [ overlay ] outside the mask…
user8444404
1 2 3
8
9