Top "Mask" questions

An image mask is a bitmap that specifies an area to paint, but not the color.

Masking a CALayer - iPhone

I'm creating a custom on / off toggle switch for the iPhone (similar to the standard switch) and i'm at the …

iphone animation calayer mask
How to make SVG "fill" act in a similar way to CSS "background-size: cover"

I'm am trying to create an SVG which masks an image with a particular path however, when I try to …

image svg mask
Mask for EditText in Android

I want to limit input in the EditText of all symbols except figures, "?" And "*". How I am able to do …

android android-edittext mask
Reposition/resize UIBezierPath

I have a draggable view that has a mask layer on it. The mask layer has a UIBezierPath on it …

ios iphone ios7 mask uibezierpath
How to apply inverse text mask with CSS

I'll try to explain my question with images. Here we go. 1 - This image shows the text masking an image, …

html css mask clipping
Using an UIView as a Mask in another UIView on Swift

I am developing an App on xCode with Swift. My screen has an Image of an animal (outlet "backImage"), over …

swift xcode uiview mask masking
masking a UIImage

I'm working on an app that can change the borders or a rectangular UIImage. The borders will vary, but will …

cocoa-touch uiimage core-graphics transparent mask
Mask a portion of a String using RegExp

I'm trying to mask a portion of a string using JavaScript. e.g. Mask second and third segment of credit-card …

javascript regex mask credit-card
UIView Layer Mask Animate

I am trying to animate the mask layer on a UIView. Basically this code displays the image below: let bounds: …

swift uiview mask layer cashapelayer
How to calculate a Laplacian mask or any size

I would like to know how to calculate a Laplacian mask of an arbitrary odd size kernel (2nd derivative). For …

matlab image-processing filter mask laplacian