The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
38 views

Mask an image and fill with color

I would like to mask an image with a color and filling both the selection and the rest. I'm using CGImageCreateWithMaskingColors, but then I don't know how to fill the image with another color. Here ...
0
votes
1answer
12 views

Is there a way in pygame to detect if a rect is fully inside a mask?

Is there a way in pygame to detect if a rect is fully inside a mask? I know that there is rect in rect collision and collidepoint (point in rect collision) but is there any way to detect if a rect is ...
0
votes
1answer
28 views

Make a mask on a LinearLayout

I need to make a mask on an HorizontalLinear Layout. the mask must blear (sfumate) the layout at right and left. In the layout i'have 5 picture, tha can scroll horizontally Have any idea?
0
votes
0answers
7 views

Alpha mask partiel nsimageview

I have an NSImageview, which I need to reveal in parts as the users does an action. I was thinking that I could use an alpha mask to accomplish this, however I can't seem to figure out how to use it ...
0
votes
1answer
7 views

Moving a window across an image

I'm a bit confused on how a window/mask moves across an image. I know we start from the top left of the image, but how does the window continue moving especially that part of the window will exceed ...
0
votes
1answer
16 views

Circle mask on html

I'd like to circle mask the following: See on maphttp://a.tiles.mapbox.com/v3/sinan.map-l9wtmm6y.html#15/41.00996511838453/28.974809646606428'> I checked the previous topics but since I am very new ...
0
votes
3answers
41 views

Why do I have a JavaScript parser error with this mask code?

I have a JavaScript parser plug-in in Visual Studios 2012 and it is throwing an error at line 30 of this code, which is the closing curly brace for the $.mask piece from Mr. Bush: /* Masked Input ...
0
votes
0answers
26 views

Universal css mask?

is any posibility to create universal mask that will overflow my images with 100% width/height? For now I have png mask in http://industrukt.pl/dev/stack_ap/ but images are always with different size ...
0
votes
1answer
49 views

How to mask sprites in cocos2d?

I've read Ray Wenderlich's tutorial on sprite masking: http://www.raywenderlich.com/4428/how-to-mask-a-sprite-with-cocos2d-2-0. However, my understanding of openGL is poor, and this tutorial doesn't ...
1
vote
0answers
23 views

Optional prefix in masked input

I'm using this Masked Input plugin: http://digitalbush.com/projects/masked-input-plugin/ for my field input. This plugin allows for optional fields easily enough, such as for example a telephone ...
4
votes
1answer
70 views

How to mask the image in C# using ITextSharp.dll? [closed]

I am newbie to C#.Can anybody provide me with some links or tutorials for the masking of the image using ITextSharp.dll? Any help would be appreciated a lot. Thanks
0
votes
0answers
31 views

Animate & Mask UIView to Custom Shape

I'm trying to solve what I know should be a fairly simple masking issue. The setup: I've got two views -- the first, a UIView with an ellipse drawn inside (Circle), and the second, a clear view with ...
-1
votes
2answers
56 views

convert RGBA values to ABGR hexadecimal [duplicate]

Some functions I've been using require me to input colors in 0xAABBGGRR format [UINT32] It would be a much more user-friendly interface if this could be accomplished with RGBA float values, ranged ...
0
votes
0answers
40 views

CABasicAnimation - transform scale keep in center

Trying to animatie an ellipse masked on a UIView to be scale transformed remaining in the center position. I have found CALayer - CABasicAnimation not scaling around center/anchorPoint, and followed ...
2
votes
3answers
44 views

Generate all possible numbers with mask

Let say I have a string like: a = "123**7*9" And I need to generate all possible combination of it: 12300709...12399799 How to do that with python? Thanks!
-1
votes
0answers
15 views

Validate Canada Postal Code and Enable Search

How do I enable a search button when a valid Canada postal code format (letter-number-letter-space-number-letter-number) is entered in textbox in Javascript?
6
votes
1answer
156 views

Why Is Custom View not Invalidating?

Im a noob to android development and I am having problems invalidating a view. I am using this tutorial and have no issues implementing it. However, when I change the background of the view, it ...
0
votes
1answer
15 views

Adobe Illustrator doesn't export what I see

I made a vector image in illustrator using mask and several layers. When I try to export it as an image (png, jpg) or save it as a pdf, eps or svg, the image looks as if the masks were deleted. Here ...
0
votes
1answer
44 views

How to mask double (with Exp) in XamNumericEditor (WPF)

I want to be able to validate user input in a field inside a Data Grid (XamDataPresenter). The input suppose to be double, in the format 1.7E+3 This is the filed settings in XAML: ...
0
votes
1answer
27 views

Matlab `image(image)=-1`? [closed]

I'm really new at matlab and I'm trying to understand this piece of code: mask = false(size(image_map)); image_map(mask) = -1; I understand that the first line is to create an array of logical ...
0
votes
2answers
44 views

How to mask a URL

I'm not try to hide my url. i just need to appear nice to my client. The URL that i'm trying to mask is: mysite.com/group/2. It would be nice if that was mysite.com/client. So, whenever my client hit ...
0
votes
1answer
26 views

how would i set this app up to accept localized currency and output to that currency

Hi I'm trying to set up localization to my app, it currently recieves strings from a textbox, and converts them to a double. Then it proceeds to do a calculation and output that as a string onto the ...
1
vote
0answers
38 views

Transition with alpha mask

I'd like to create a transition between two view controllers with this method: -(void)animate { UIImage *maskingImage = [UIImage imageNamed:@"mask.png"]; CALayer *maskLayer =[CALayer ...
0
votes
0answers
9 views

Sharing Page between 2 Clients (ASP.NET)

everybody, i am starting a project on some kind of teaching website (in asp.net) Client want me to make a page for teacher and one for student. further more course content will be in image form. and ...
0
votes
1answer
30 views

SVG For Image Masking In IE

Im using IE 10 here, firefox works fine, but no mask is showing in IE <svg style="height:0;"> <mask id="m1" maskUnits="userSpaceOnUse" ...
0
votes
1answer
74 views

Make area around masked region transparent with CALayers?

I'm trying to crop an image to an irregular shape, but I need to make the area that was removed transparent. Inside subclass of UIView CALayer *myLayer = [CALayer layer]; CAShapeLayer ...
1
vote
1answer
54 views

How to apply 1D mask on 2D array in Python numpy? [duplicate]

There is a 1D array of values: arr0 = numpy.array([8,0,9,5]) There is another 2D array whose shape is (len(arr0),3): arr1 = numpy.array([9,5,6], [2,7,4], ...
0
votes
1answer
49 views

Cocoa Touch: Mask ignored when image is rendered: renderInContext:UIGraphicsGetCurrentContext()

I am trying to render a masked view using renderInContext:UIGraphicsGetCurrentContext(). I am masking a white colored view which is the subView of a gray colored view. This works just fine for ...
0
votes
0answers
29 views

Size limitation of PixelMask class in Starling

I'm using PixelMask class in Starling to create dynamic mask for iPad with retina display. I can't get it to work on full 2048x1536. It appears it only renders masking in 1024x768 area. Is there a ...
0
votes
1answer
113 views

Create a pseudo diagonal mask with css and scroll animation

I am struggling to create an effect that as the scroll is done, a diagonal will appear and reveal the contents inside it, but giving the idea that the content is flowing normally ... In the image ...
0
votes
1answer
84 views

Redirect a subdomain to a dinamically generated folder and mask theurl

I currently have a blog setup as the subfolder of the main site, mydomain.com.au/blog/, however the /blog is dynamically generated through PHP and doesn't physically exist. I have created a subdomain ...
3
votes
2answers
66 views

c calculate all possible subnets

I'm trying to calculate all possible subnets with my Network IP and the Mask: char *net = "192.168.1.0" char *mask = "255.255.255.0" in_addr_t _net = inet_addr(net); in_addr_t _mask = ...
0
votes
2answers
40 views

BufferedImage Color Channel Mask

I have found this code on JavaDoc, but I can't seem to understand it. output.setRGB(x, y, (image.getRGB(x, y) & 0xff00ff00) | ((image.getRGB(x, y) & 0xff0000) >> 16) ...
0
votes
1answer
52 views

Getting EaselJS AlphaMaskFilter to work

I am stumped. I can't get EaselJS' AlphaMaskFilter to work. I don't think I'm doing anything wrong but it doesn't show what I'm expecting. It should look like you're pointing a flashlight at a google ...
0
votes
1answer
54 views

Mask Input phone number in PHP

I am new to PHP All I want to do is Mask Input the phone number somehow it wouldn't allow Javascript or Jquery ...
1
vote
0answers
43 views

CSS Clip Property - Is there an inverse; hide the clipped area?

Simple question: The CSS clip syntax gets you to define a rectangular area of a larger image that you wish to be visible. Is there a way to specify the inverse? Specify the rectangular area of the ...
0
votes
0answers
133 views

secured SSN masking XXX-XXX-1111 in MVC.

I need to display masked SSN box e.g. XXX-XXX-1111 in MVC. I see most of forums specify using javascript or jquery, but I also read on stackoverflow itself that using jquery is biggest security loop ...
0
votes
1answer
553 views

OpenCV image segmentation in C++ using Watershed

Hi i'm currently writing a basic C++ application using the OpenCV library to segment the subject of the image from its background. The application reads in an image file and uses the watershed ...
2
votes
2answers
82 views

How to determine whether a given object is a mask

Apparently, in Adobe's wisdom, both the object being mask, and the masking object contain a "mask" property. This leads to a cyclical reference that prevents determining which is the actual mask and ...
0
votes
0answers
10 views

Mask IP with a custom one

I'm not sure if this is possible, but is there a way that I can mask my IP with a custom one? Like a proxy, but I could choose the IP that I want.
0
votes
1answer
81 views

Matching template images with masks using OpenCV and C++

How can I match a masked image using matchTemplate() in OpenCV with C++? This is my masked template image: And this is my source image:
0
votes
0answers
34 views

How to mask a image with another image (both two images are colorful)

I need to make a image as background which has to put another image in it's center. The sharp of the center ImageView in background image is nonlinear. At first I want to make the center part pixels ...
-2
votes
1answer
95 views

Migrate application lotus notes to C #

Hello everyone and thank you in advance, I am currently working on a new project for a client, the goal is simple, but I need an idea. The client have multiple databases lotus (oriented application) ...
0
votes
0answers
99 views

How to make efficient dynamic mask in starling

I'm trying to make an interactive book for tablets with animations and page flip. I'm using starling framework. My idea of page flip is to mask 2 instances of next page with 2 static quads which are ...
0
votes
1answer
54 views

How to use JavaScript move layer in Photoshop using the relative coordinates

I'm just starting to work with JS to Photoshop. I need to align 2 or more layers between as? for example- on top. Each layer has a mask that is smaller than the image. Using Photoshop menu I can ...
0
votes
2answers
73 views

Format text different way if TextLength = 13 using keypress

i have code to format telephone number automatically, format is 12 3456-7890 1234567890 = 12 3456-7890 (TextLength = 12) I want if TextLength = 13 format this way 12345678901 = 12 34567-8901 ...
-4
votes
1answer
451 views

Windows Forms C# - Dynamic mask textbox money Input

Windows Forms C# - I would like to make a textbox that automatically changes each time a user types or deletes one key from the textbox. I developed part of code. //This will convert value from ...
1
vote
2answers
49 views

Bitwise operations based on two numbers

I got an assignment today at my faculty (Mathematics Faculty of Belgrade, Serbia) which says: 1) Write a program that for two given integers x and y, inverts in integer x those bits that match the ...
0
votes
0answers
23 views

Movieclip size (width,height) that contains masked childeren

I have a parent movieclip that contains lots of children. The children themselves are masked and the real contents of them are bigger than mask. I want to retrieve the visible size of the parent. The ...
0
votes
0answers
49 views

Mask shape working but not appliying transparency.Take a look

I am trying to use a mask to hide a part of a picture, depending on where the user touch the screen. Todo so, I followed a code sample provided by Cyril Mottier. What I did until now actually work : ...

1 2 3 4 5 13