The masking tag has no wiki summary.
-1
votes
0answers
12 views
SSN Masking at client and Server side in MVC
I have SSN field on form and need to mask it on client as well as server. they say we need to repeat masking logic both at client and server for security reasons.
how to mask the ssn like this ...
0
votes
3answers
53 views
Data Masking in SAS: Scrambling Sensitive observations at character level
I'm working with client data in SAS with sensitive customer identification information. The challenge is to mask the field in such a way that it remains numeric/alphabetic/alphanumeric. I found a way ...
1
vote
1answer
45 views
Masking HTML Content with SVG Circle to remove any possible hit target
http://www.html5rocks.com/en/tutorials/masking/adobe/
If you do a simple hit test you can see that the clipping mask works in Chrome.
$("image").on("click", function () {
console.log("SVG mask ...
0
votes
0answers
20 views
Problems drawing custom CCNode to CCTextureRender as mask
So, I'm doing a Cocos2d-x game. I'm trying to mask different parts of an image with a runtime generated mask. The mask is defined by a series of points generated by Bezier Curves. This is the entire ...
0
votes
0answers
28 views
Many Input masks for the same input field
Is it possible to have different input mask patterns for the same input field? I am trying to validate a Postal Code field where the user can enter codes of the format AA9A , AA9 9AA and a few more.
I ...
0
votes
0answers
40 views
URL masking using .htaccess
I've searched stackoverflow but couldn't find anything that pertained to my issue. I would like to use .htaccess to redirect and mask certain domains.
When a user visits http://domain.com they are ...
1
vote
0answers
35 views
masking multiple dynamic images in kineticjs using setClipFunc
I'm trying to add a simple rectangular mask to cover multiple images, the container method 'setClipFunc' looks like a winner http://kineticjs.com/docs/symbols/Kinetic.Container.php#setClipFunc but ...
0
votes
0answers
23 views
Creating a round (clipping) mask to unveil a ray of lights
Imagine having a set of light rays surrounding a circle - just like the sun. What I want to do is reveil the rays, so the appear to be "rising" from the sun.
In Flash I would be able to create a nice ...
0
votes
0answers
38 views
htaccess subdomain redirect to folder almost working
I have a website with an integrated blog with the structure URL www.domain.com.au/blog/. I'm trying to use htaccess display www.domain.com.au/blog/ content when users type blog.domain.com.au and mask ...
2
votes
3answers
101 views
password masking in ubuntu in C++
I recently made a program which uses getch() to mask the password entered. But it gives access as soon as the correct code is entered without waiting for enter key to be pressed. what changes should ...
-1
votes
0answers
21 views
Email address masking and more features [closed]
I have to communicate with different clients and my colleagues for a business. To catch time, I want to make the communication between the clients and colleagues faster. I would like to have them ...
0
votes
1answer
28 views
Text Masking not working with HTML canvas
I am trying to do text masking in javascript.
Below is my code :-
if(this.image!==null)
{
canvasContext.drawImage(this.image, 0, 0, this.width, this.height);
}
canvasContext.font = "55px Arial";
...
1
vote
1answer
70 views
How to efficiently draw a subpart of an image in Swing
Let's say I have a BufferedImage of type TYPE_4BYTE_ABGR in Swing and I want to draw only a part of it. For example I would like to draw the left half only or some triangular shape or something more ...
0
votes
1answer
171 views
Resize image and drag position using jquery and saving the output to html
I'm trying to build a little tool that enables me to take an image, put a PNG transparent mask over it, then scale and drag the image in place to get it perfectly positioned/sized within the mask.
...
0
votes
1answer
27 views
oCanvas masking with several display objects
I'm using oCanvas to create triangles that mask images, each triangle masks a different image. The problem I'm facing is that when I mask these triangles they hide whatever is outside it, so the last ...
2
votes
1answer
33 views
Is there a way to mask text in an editbox in MATLAB?
is there any way to mask text that is inputted into an edit box?
I have to produce a really basic prototype GUI that will take the username and password from the user and they both work, but I want ...
0
votes
1answer
12 views
add masking to an animating uiimageview in ios
I am creating a basic animation of opening and closing of doors(like in a lift, its two doors slide back and fro). I have used CABasicAnimation for translation of two doors(two imageview).
My ...
-1
votes
1answer
46 views
Reasons to mask signals?
So this isn't code related at all, just conceptual. What are some reasons for a proces to mask signals at any point in their execution? I get the concept of signals and masking, just can't think of ...
-2
votes
1answer
35 views
Forwarding with masking the domain via htaccess [closed]
I've two domains registered in the same host: www.domain.pt and www.domain.es
Since the original domain with all the content is www.domain.pt I want to mask the url so instead of showing:
...
0
votes
1answer
36 views
Image masking in android
I am trying to implement image masking.
My problem is i have two images (Back ground image, and front image)
Eg:- background image is a image which has "ANDROID" on it, and front image is a circle.
...
0
votes
0answers
112 views
The really smart phone number field: mask input based on user Input?
I've been trying to make a really smart phone number input field that will detect the country code (first two digits) on keyup and apply a mask based on the entry. I've got it working except it keeps ...
0
votes
1answer
71 views
EaselJS: Using updateCache() with AlphaMaskFilter When Dragging Mask
I'm using an imported png with an alpha gradient that I'm setting as a mask that reveals the bitmap it is assigned to. The mask object is draggable (kind of like a flashlight). I know I'm supposed to ...
0
votes
1answer
213 views
Edge Smoothing and filling inner contours in opencv with iOS
I am trying to tan human skin with different intensity with help of opencv. I have already identified human skin and changing color tone of those pixels. But it is not smooth.
Top left - original ...
0
votes
0answers
23 views
What is memory masking, or physical memory masking
I want to know exactly what is memory masking or what or where it is being used with virtual or physical memory as I am tracing a kernel code "mapping and TLB flushing part" and I see word of masking ...
0
votes
0answers
14 views
Mask rotates automatically when applied to rotated object
I have the following problem: I draw a shape on a Group, to be used as a mask. I then rotate an Image in x, y, z, using Rotate3D, and use the Group as the Image's mask, but the result is not what I ...
0
votes
1answer
43 views
Describe function in Hmisc and prettyR - masking problems
I like aspects of the prettyR describe function and aspects of Hmisc describe function. When both packages are loaded, the prettyR describe masks the Hmisc describe. I have looked around and found ...
0
votes
1answer
29 views
Gradually fill an NSTextField with colour
I'm trying to find an effecient way of dynamically displaying text in an NSTextField and slowly filling it with a colour. Would the best way of doing this be by creating two labels on top of ...
2
votes
1answer
258 views
In HTML5 canvas, how to mask an image with a background of my choice?
I tried to make this happen with canvas' globalCompositeOperation, but had no luck so I'm asking here. There are similar questions here, but I did not find my case among them.
I have layers in my ...
3
votes
1answer
220 views
Scaling masked images in Corona SDK
I have a masked image like so:
local mask = graphics.newMask("1_mask.png")
local image = display.newImage("1.png")
image:setMask(mask)
image.maskScaleX = image.xScale
image.maskScaleY = ...
5
votes
1answer
141 views
Trapezoid in HTML with CSS3 Gradient applied to it
I want to make a trapezoid in HTML5. I know it can be done using border radius and a height of 0:
#trapezoid {
border-bottom: 100px solid red;
border-left: 50px solid transparent;
...
0
votes
1answer
69 views
How use one one sprite as mask for other, if they in different containers with different coordinate spaces?
How to make some Shape or Bitmap to became unmovable mask, which cut all graphics above mask.
(they laying in different containers with different coordinate spaces)
Some explanation:
I have some ...
4
votes
1answer
105 views
How do I intersect two smooth shapes in OpenGL?
I've successfully drawn two smooth shapes in OpenGL using a routine that generates a triangle strip whose outermost edge line has all its vertices at alpha 0. Now I want to intersect them, but I ...
1
vote
1answer
46 views
Block Cipher Algorithm
Can somebody provide me a good Block Cipher Algorithm with example. This is required for Data Masking of Strings. Algorithm should be fast and not easily reversible as this will be applied on millions ...
0
votes
1answer
77 views
Using image sheets with graphics.newMask() in Corona
In Corona SDK, I'd like to use an image sheet frame with graphics.newMask() instead of an image file name. So instead of:
myMaskPtr = graphics.newMask("myMask.png");
I'd like to use something like:
...
0
votes
0answers
171 views
ios UINavbar uibarButtonItem set icon/image color (mask)
I have probably missed a good thread somewhere that tells me what I am doing wrong but this is my problem atm:
I have a UINavbar and a UIButton inside a UIBarButtonItem.
The png 'trspBlackBtn30' just ...
3
votes
4answers
58 views
Replace all x and y fields in a file in bash
I have a file separated by colons such as this
1:2:3:4:5:6:7:8:9:10
11:12:13:14:15:16:17:18:19:20
etc
always the same amount of fields in each line
I want to be able to mask (replace the field ...
1
vote
1answer
71 views
Mask a UIImage that has been moved/scaled
I can accomplish masking like this:
CGAffineTransform t = self.imageForEditing.transform;
NSLog(@"x offset: %f, y offset: %f", self.imageForEditing.frame.origin.x, ...
0
votes
0answers
105 views
Upside down images in Quartz (iOS)
I know this issue has to do with Quartz having a different coordinate system than UIKit, but I've spent many hours trying different things to no avail. Here's the code currently:
...
0
votes
1answer
96 views
How to save a UIImage with a mask
I have a UIImageView that can be moved/scaled (self.imageForEditing). On top of this image view I have an overlay with a hole cut out, which is static and can't be moved. I need to save just the part ...
-2
votes
5answers
98 views
How to prevent password masking from bufferoverflow
#include <conio.h>
#include <windows.h>
#include <stdio.h>
int main ()
{
char input[255];
int i = 0;
for(;;i++) /* Infinite loop, exited when RETURN is pressed */
{
char temp;
...
0
votes
0answers
20 views
How to add edit mask functionality for image similar to pages app?
I'm trying to add masking functionality for image. I was able to add zoom for image but not able to move the image to crop the desired frame and the image is clipped within it's bounds. Is there any ...
1
vote
3answers
111 views
Masking Your Server IP Address [closed]
I am hoping someone out there can inform me on how to mask(hide) my server's IP address.
I have seen many situations where I would go to resolve the IP address of a website, and it will give me an IP ...
0
votes
0answers
43 views
masking and unmasking in actionscript 3
I created a mask for an image. Now i want to know how can I know if the image has been fully revealed? this is the code...
var sc : Scratch_card = new Scratch_card ();
var bg: Background = new ...
0
votes
0answers
26 views
flash as3 making off stage content not visibile on mobile
So I have a couple apps for mobile made in adobe air. They dont fit all screen sizes but I use stage.scaleMode = StageScaleMode.SHOW_ALL; to make them fit the resolution closely without distorting.
...
-1
votes
1answer
117 views
Remove some extra text from a String using Regex
I am building SMS gateway where I want to mask any credential info (e.g. password) if the SMS message has any before persisting it into the database.
Here is the code:
String message = "Your ...
0
votes
1answer
147 views
PIC Bit Masking and Shifting for 4 Bit LCD Control
I have a question regarding both masking and bit shifting.
I have the following code:
void WriteLCD(unsigned char word, unsigned commandType, unsigned usDelay)
{
// Most Significant Bits
// ...
1
vote
1answer
129 views
Erasing part of an image that overlaps with text from a UILabel
I have it where a user can move an image and uilabel around the screen. Say it is a black image and black text. I want the portion of the text that overlaps with the image to become transparent so ...
1
vote
0answers
164 views
How to remove white background color from BitmapDrawable or bitmap image in android?
I want to remove the white background color in a bitmap like in this example image.
This is my first try:
BitmapDrawable drawableImg = getImage();
drawableImg.setColorFilter(new ...
0
votes
0answers
26 views
url redirection not working for .com
I was trying to do url redirection and masking using proxy and got resolved here
I have downloaded proxy script from here code.google.com/p/php-proxy
thanks to bikeshedder
But its working for .in ...
0
votes
2answers
75 views
Redirecting to another site by masking url
I want to redirect all the users who enters www.siteA.com/folder1 to www.siteB.com/folder. But user should see www.siteA.com/folder1 in address bas even after redirection to www.siteB.com.
I do not ...


