my issue is this, my users import an image with FileReference and I need to mask it and then send it to server.
Is there a way I can specify an input mask to the EditText control in Android? I want be able to specify something lik开发者_StackOverflow社区e ### - ## - #### for a Social Security Number. This will
I would like to know how to mask part of an image that is in BLACK & WHITE ? I got an object that needs to be edge detected, but I have other white interfering objects in the background that are
I\'m building a calculator that has a slider. Everytime I slide the bar an input box is updated with the number, the calculator pass开发者_StackOverflow社区es the value and updates the calculation.
I\'m working on an app that can change the borders or a rectangular UIImage. The borders will 开发者_开发技巧vary, but will look like the UIImage was cut out with scissors, or something to that affect
How can I mask my flash movie dynamically using actionscript to create a 5 pixels rounded开发者_如何学编程 mask in the 4 corners? (the corners should be transparent, the rest should be visible)
What I am trying to achieve might be trivial, however I am loading a PNG mask which does not have a transparent background, but rather a black background, with the shape defined on top in white (the a
I\'m currently looking for a way to use a black and white bitmap to mask the alpha channel of another bitmap or Drawable on Android.I\'m curious as to what the best way to do this is.I certainly have
Assuming I have a BitmapSource (actually I have access to the raw pixels as well if necessary), how can I use a PathGeometry as a mask to cut out certain parts of the image?
I have an input field and I want to limit it to alphanumerical (A-Z, a-z, 0-9) characters only, with a MINIMUM field length of 5, and a maximum length of up to 15 characters total.