I want to merge two images where one is a greeting card with a heart shaped portion transparent and another is the image of a couple. Now I want the image of couple movable so that i can move them and
Can anybody explain what fault m开发者_StackOverflowasking is, and and what its consequences are?From Wikipedia:
I am developing a Java command line application and I need to display an asterisk (*), or any similar sign, when the user inputs the password. I have tried using the replace() method but it accepts on
I\'d like to multiply r, g, b and a values of two CGImages, to use a single image as both a mask (in its alpha channel) and tint (in the rgb channels). I first tried simply:
Has anyone come across an effective way to mimic Webkit\'s -webkit-mask-box-image: url(filename.png) functionality?
Alright what I am trying to do is: given an image where there 开发者_开发百科is a circle within that image that is \"blank\". I want to take an existing image from user library and then mask it so t
I\'m trying to draw an image, with a source Bitmap and an alpha mask Bitmap, using the System.Drawing.Graphics object.
I am using the jQuery mask plugin from http://digitalbush.com/projects/masked-input-plugin/ I want to customize my plugin and have tried my best to do it but I can\'t.
We are wor开发者_如何学JAVAking on an application using MS Acces 2003 and SQL Server 2005. We are saving a fields that contain a text data for example 002215.28 but we want to display it on the screen
So I\'m trying to set up a mask in Cairo, but can\'t get it to make any difference. Below I have a simple program based off the one here: http://snipplr.com/view/22584/cairo-hello-world-examble/.