The combination of two Alpha

Hi, I managed through imaging Lingo to create an alpha channel and place it in/on a bitmap. What I want to do now is to combine two Alpha of two different images and place it in a thrid bitmap.

Is this possible? Thanks in advance for any help.

Bravo, Simon.

Let's say you now alphaImg1 and alphaImg2... try copyImages with the parameter #ink... the values corresponding to the different inks available in the help... in my example below I'll try using 39 - darker ink.

alphaImg1.copyPixels (alphaImg2, alphaImg1.rect, alphaImg2.rect, [#ink: 39])

Tags: Director

Similar Questions

  • the combination of two select statements to increase the maintainability and performance

    Hi SQL Experts,

    I use the Version of Oracle 11g DB and got both of the statements below.

    My mind can´t get his head around it how and if these two can be combined.

    They look like they could, but I can't figure out how... and I don't mean with a UNION ALL operation

    My main goal is a gain in performance and maintainability.

    SELECT *.

    OF T_TEMP_42 T1 WHERE T1. MATRIX_2 IS NULL AND

    (T1. BL_CODE | T1. YASSINE | T1. MATRIX_1 | T1. FIRMTYPE)

    PO NO

    (

    SELECT BL_CODE. YASSINE | MATRIX_1 | FIRMTYPE

    OF T_TEMP_41, WHERE MATRIX_2 IS NULL).

    ------------------------------------------------------------------------------------

    SELECT *.

    OF T_TEMP_42 T1 WHERE T1. MATRIX_2 IS NOT NULL AND

    (T1. BL_CODE | T1. YASSINE | T1. MATRIX_1 | T1. MATRIX_2 | T1. FIRMTYPE)

    PO NO

    (

    SELECT BL_CODE. YASSINE | MATRIX_1 | MATRIX_2 | FIRMTYPE

    OF T_TEMP_41, WHERE MATRIX_2 IS NOT NULL

    );

    Thanks for your suggestions.

    Try this

    SELECT *.

    OF T_TEMP_42 T1

    WHERE (BL_CODE, YASSINE, MATRIX_1, FIRMTYPE, MATRIX_2) NOT IN (SELECT BL_CODE, YASSINE, MATRIX_1, FIRMTYPE, T_TEMP_41 MATRIX_2)

    It came off really simple... maybe too simple

  • SELECT with the combination of two columns query

    I need the research to write a nested select statement that would achieve the following.
    Support I have a table as follows
    TestTable
    Name: Age: country
    Test1: 10: USA
    Test2: 11: us.
    Test3: 12: us.
    Test4: 11: Canada
    Test5: 12: Canada

    Now, I want to select in the table above gives the following information.
    Get all the names of people who do not belong to this combination (10:USA, 11:Canada, 12:Canada). The list can be huge.
    The result should be
    Test1:10:USA
    Test1:12:USA

    If it was a combination, I can write
    Select * from TestTable
    the age where <>10 and <>country Canada

    Also, I can also do
    Select * from TestTable
    the age where NOT IN (10,11) and country NOT IN (USA, COUNTRY)
    But I do have that he would give me a correct result.

    sush_msn wrote:
    Is there a way I can move the age and the country as a list on the query?

    You asked the right question.

    Three things you need to know:

    (1) your test data cover all combinations. This is the most comprehensive test data:

    create table test_table1 as
    WITH AGES AS (
      SELECT LEVEL+10 AGE FROM DUAL CONNECT BY LEVEL <= 3
    ), COUNTRIES AS (
      SELECT 'USA' COUNTRY FROM DUAL
      UNION ALL
      SELECT 'CANADA' COUNTRY FROM DUAL
    )
    SELECT 'Test' || ROWNUM NAME, AGE, COUNTRY FROM AGES, COUNTRIES;
    
    NAME                                                AGE COUNTRY
    -------------------------------------------- ---------- -------
    Test1                                                11 USA
    Test2                                                11 CANADA
    Test3                                                12 USA
    Test4                                                12 CANADA
    Test5                                                13 USA
    Test6                                                13 CANADA
    

    (2) now, here's the answer to your question. You can go back two or more values in an expression by putting parentheses around them.

    SELECT * FROM TEST_TABLE1
    WHERE (AGE, COUNTRY) NOT IN (
      (11, 'USA'),
      (12, 'CANADA')
    );
    
    NAME                                                AGE COUNTRY
    -------------------------------------------- ---------- -------
    Test2                                                11 CANADA
    Test3                                                12 USA
    Test5                                                13 USA
    Test6                                                13 CANADA
    

    That's what made the Etbin above, but he used a select instead of a list of values.

    (3) can AGE or COUNTRY ever be NULL? You want to return the records that have NULL values in them? If so, you must use NOT EXISTS instead of NO po WARNING: Etbin code needs a bit of change: "where (age, country) = (t.age, t.country)" should be "where (age, country) = ((t.age, t.country)) '. You must always additional brackets on the right side.

  • The combination of two columns in a single

    Hi guys,.

    Is it possible for a query to combine two columns into one? For example, lets say I have the following query:

    SELECT ID, FIRST_NAME, LAST_NAME
    EMPLOYEES

    I want the output to have two columns: one that contains the ID and the other containing name followed by a space followed by LAST_NAME. I know how to do this outside the query using coldfusion, but it save me a lot of work if there is some way that the query could do for me.

    Yes but the operand of concatenation varies somewhat from a database
    management system to the other.

    In Oracle, it would look this IIRC.

    SELECT ID, FIRST_NAME. ' ' || LAST_NAME AS FULL_NAME
    EMPLOYEES

  • The combination of two projects

    I have a need to import a single .cp file to .cp file. Merger mainly to projects in one. Is this possible in a way that will allow me to have a single consolidated project that I'll be able to change end-to-end?

    Thank you
    Jay

    Welcome to our community, Jay

    Yes, it is possible to combine projects. Remember that projects have some importance from the perspective of 'number of total slides' which is considered to be best practice. Number of magick is usually between 50-65 (give or take and subjected to all kinds of interpretation). If your new handset project will be way beyond that, you might want to reconsider the approach.

    To combine, click file > import > slides/objects and refer her to the other project.

    Also, it will keep things more simple if you have the two projects of the same size.

    See you soon... Rick

  • The combination of two fields of object a

    Hello

    I have an array of objects related to my DataGrid.

    How can I have a column shows the two LastName + initial of the first name.

    Name and first initial are individual values in the object.

    < mx:AdvancedDataGridColumn

    ID ="Full name " headerText =" name " dataField =" (lastName) + (firstInitial) " "visible =" true " " / > ""

    I tried this and a few other variations, none doesn't seem to work.

    TIA.

    Use labelFunction

  • Results the combination of two different "reports."

    Not sure if what I have to do is possible in the analytical framework, but maybe the experts can guide me.

    Here's the situation:

    In the box account, there is a field that "connects" account. What I need to do, is to show all accounts and the number of those who bind together. Here is a Visual... (with a few columns)

    Data

    Column1 Column2 Column3 column4 column 5... etc.
    Yes {color: #0000ff} 12345 {color}
    AccountB {color: #0000ff} 12345 {color} B
    AccountC {color: #0000ff} 12345 {color} C
    AccountD {color: #339966} 99999 {color} D
    AccountE {color: #339966} 99999 {color} E
    AccountF {color: #339966} 99999 {color} F
    AccountG {color: #339966} 99999 {color} G

    I need to show

    Column1 Column2 Column3 column 4 (which is a count of all those who have the same column 2)
    Yes 12345 3
    AccountB 12345 3
    AccountC 12345 3
    AccountD 4 99999
    AccountE 99999 4
    AccountF 4 99999
    AccountG 4 99999


    I can make a PivotTable and get

    3 12345
    4 99999

    But don't know if I can take this value in a single report.

    Certainly can dump the data to excel and 'join' the two, I wanted to see if this could be done within OnDemand.

    Any suggestions?

    I think your missing what how you count Column2. It takes (column2 by column2).

    He works at the table and pivot views.

    See you soon

  • The combination of two BONES with their equipment.

    Hello

    We would like to use Vmware in the following way: the primary operating system is Linux and a CCD camera will work under this operating system via a PCI sound card. The other operating system is Windows XP, and 3 external devices will be controlled with 3 PCI cards of e/s under windows XP.

    These devices work properly in separate 2 PC (linux and Windows XP) currently.

    Is it possible to run all these facilities in a machine with the HELP of VMware?

    What are the potential problems we might encounter?

    What version of Vmware is suited for this purpose?

    Kind regards.

    Murat KOCAK

    In general, virtual machines cannot directly access all PCI cards.  External devices must be attached to a parallel, serial, SCSI or USB port.  So if your PCI cards appears to the operating system as one of these types, then maybe your devices may work. VMWare Server, Workstation and the player can work with all types of ports.  ESX does not work with USB.  (If you use a Mac, then Fusion works with USB and parallel SCSI, and limited to support the series.)  My guess is that you will not be able to use a PCI card with a virtual machine, but without knowing more about the specific PCI cards, I couldn't say with certainty.

  • Combination of two triggers

    Hello

    I would use the combination of two triggers to fire an event in labview (in my case to start the data acquisition), I have two signals to trigger from 2 sources, as shown in the search. Attached, I want to trigger the acquisition of data to start as show in blue digging 1.

    Please show how I can achieve this by implementing changes in my vi included.

    Thanks in advance

    Avinash

    Hello

    A simple way to do this is to use the model of the trigger input terminal. For example, you can select line0:1 for the source of command and enter a reason for "11" as a string constant and relaxation will be produced when the two lines are 1. If you go into a detailed help, you can find more options like rising edge, falling on board etc.

    Kind regards

    Toader Mihai

  • How can I restrict a textfield to specific alpha characters of a single entry, but in a textfield that should have a limit of two spaces to allow a combination of two letters?

    I want to force the user to limit the entries in a textfield using only four entries unique alphabet (E, C, W or A), plus an entry of two-letter alphabet "na". I have a textfield with a limit of two characters. Right now, it is possible for the user to enter two of the same entries properly alpha. How to prevent the user to enter only a single entry, at the same time allowing the user to enter the entry "na"?

    Oh OK, I thought that was simply a consequence of you only allows one entry alphabetical, never understood you wanted as a characteristic to have AutoComplete from "n" to "na".

    You miswrite that last comment? As noted above, you stated that "I had hoped limit the entry of"na"in lowercase. Is it just for the entry? You want the output to always be capitalized?

    If this is the case you simply remove the statement on the exit event making this.rawValue.toUpperCase (trigger) each time. And seeing you want to limit the entry for "na" to a single "n", you can delete the statement in the "verification of entry" or "na".

    On change:

    If (! xfa.event.newText.match(/^(e|c|w|a|n)$/i))

    {

    XFA. Event.change = "";

    }

    To the output:

    If (this.rawValue == "n") {}

    this.rawValue.replace(/n/g,"na")

    }

    this.rawValue = this.rawValue.toUpperCase)

    Are you sure that this would be no 'wrong' user? willing the entry "na" and only able to enter "n"?

    In your code you also have double returns 'replace(/n/g,"na") '? One off the if statement and one inside? From my point of view if one is enough. As right now it will evaluate to 'naa' in the case that the user enters "na" (I tested in a fictional form).

    Maybe it's because you think you want to restrict the user to only be able to enter the "n" of single entry.

    If you feel that your question is answered please feel free to mark a correct answer so that the thread will be properly tagged as well (I guess you have all the tools you need to find the exact behavior you are looking for).

    Best regards, Mattias.

  • I currently have a creative cloud with an e-mail account, however I have a behance with an e-mail account that I have had for many years (even Adobe and Behance made before part of the same group). Can I combine these two accounts into one?

    I currently have a creative cloud with an e-mail account, however I have a behance with an e-mail account that I have had for many years (even Adobe and Behance made before part of the same group). Can I combine these two accounts into one? I want to use the account that I pay cloud Creative if I can use the new portfolio feature.

    Thank you.

    This is an open forum, not Adobe support... below to connect with Adobe personnel to help

    While the forums are open 24/7 you can't contact Adobe support at any time

    Chat support: Mon - Fri 05:00-19:00 (US Pacific Time)<=== note="" days="" and="">

    Don't forget to stay signed with your Adobe ID before accessing the link below

    Creative cloud support (all creative cloud customer service problems)

    http://helpx.Adobe.com/x-productkb/global/service-CCM.html

  • Can I download the Stock Images I paid for to photo sites such as imgur of sharing and so on, so that I declare that copyright law and they are not downloadable etc.? Secondly, can I modify Stock photos, for example the combination two photos, change temp

    Can I download the Stock Images I paid for to photo sites such as imgur of sharing and so on, so that I declare that copyright law and they are not downloadable etc.? Secondly, can I modify Stock photos, for example the combination two photos, change templates?

    Hello

    Please see Stock Licensing & conditions FAQ: where can I find the terms and the license information for Adobe Stock?

    Hope that helps!

    Kind regards

    Sheena

  • Hello! Two weeks ago I paid $94 for the combination of files Adobe software, even today, I can't combine my unique Adobe files. The system asks me to pay again. Why don't the sysstem grant me access to this step? Why should users pay extra for that

    Important question

    Hello! Two weeks ago I paid $94 for the combination of files Adobe software, even today, I can't combine my unique Adobe files. The system asks me to pay again. Why don't the system gives me access to this step? Why should users pay extra for this tool?  This transaction is located on my credit card. Help, please. Sincere thanks. BP

    Hi pruitt-mckenzie-animated.

    I see that you have subscribed for the Adobe PDF pack.

    Please download latest Adobe Acrobat Reader DC Acrobat Reader DC Learn & support, Sign In using your adobe ID to use the services.

    KB doc. for help Document Cloud Help | Adobe PDF package using.

    Let me know if you are still having a problem.

    Kind regards

    Nicos

  • Controlling the timeline with Touch and ScrollTop: the combination of the two?

    Hello!

    We try to combine the two scrolling on the edge features:

    (1) scrub the timeline with scrolling (to create Parallax), and

    (2) scroll to the bottom of the page with buttons, using scrollTop

    For cleaning of the timeline, we used excellent control calendar of Tim Jaramillo with key code (found here: http://forums.adobe.com/message/5058756#5058756)

    To scroll to the bottom of the page with buttons, we found excellent Heathrowe scrollTop code (here: http://forums.adobe.com/message/4733382#4733382).

    We do not seem to combine these two methods in a way that works. In my example below, the control, the Timeline with Touch code works fine, but the scrollTop button code does not work.

    Does anyone know how to make a scrub of the timeline, combined with navigation buttons?

    Example: http://www.bartmclaughlin.com/scrollTop/stage-scroll_with_scrollTop_v1.html

    Edge project: https://www.yousendit.com/download/elNLcXl0NEhJMHVFTmNUQw

    Any help much appreciated!

    Bart mclaughlin

    I think in the btn1 and btn2 click Manager you have to scroll the scene rather than the HTML and body

    as

    SYM. $('Stage') .animate ({scrollTop: element.offset () .top}, '800'); in btn1

    and

    SYM. $('Stage') .animate ({scrollTop: element.offset () .top}, '800'); in btn2

    Hope this is useful

  • Measure the time between two digital pulse

    Hello

    For a non-critical calendar application, I need to measure the time interval between consecutive TTL pulses, ranging from the order of 0.5 s for a few seconds, with a low accuracy of +/-10-50ms. The interval being measured varies between the rising edge of the first pulse and the front of the next and so on.

    I have several input lines I need to deal with. Because it's a critical machination low cost, I don't want to use digital counters for each line, so I work with an acquisition of data USB6008 and have connected the input rows TTL on the digital inputs of the device. Avoiding will be sufficient.

    I found a good example of VI on discussion forums that does almost the same thing, only it uses instead of the DAQ Assistant user input. The VI works including the time the program going on in a while loop. I replaced with the DAQ Assistant output (a channel) user input in the hope that it is still work.

    When I run the program in "run once" mode, it seems to work perfectly. However, in "continuous run" it measures only a very small interval, probably just the time between two samples.  I think it has something to do with the help of a while loop in combination with the DAQ Assistant. Anyone who has any suggestions how to solve this problem?

    Thank you!

    OK... first of all, you should never use the button "run continuously.  I wish that NEITHER would be to eliminate it, but told me that it is sometimes useful for debugging.  If you want your program to run over and over again, use a while loop with a stop"" button.

    If I'm reading your code correctly, you make your initial moment, and then collect data from data acquisition.  When one of the channels is "T", you stop your loop and the end time of capture.  (By the way, why you convert your table to a cluster?  Why not just index the appropriate channel in the table directly?)

    Since you want to capture the time between two consecutive pulses, you need to know when a transition has occurred... i. e when your digital line went from F (no pulse) to T (pulse start).  This will give you your forehead.  Right now, all you're doing is looking for a value T - so you have no way of knowing if you are looking for to the previous impulse again, or a new impetus.  You also burn 100% of your processor with the way you have your programme in place.

    You need a small loop delay so that your VI is not 100% of your hogs CPU time.  Given that you can live with an accuracy of 50msec, what I suggest that you use.

    See attached picture for you give an idea of how to implement.  He will probably need some refining operations, but it should point you in the right direction.

    I hope this helps.

Maybe you are looking for

  • repeated sync account

    in my netbook, I installed firefox and sync. Then later for some reason, I have reinstall the windows and firefox sync (with the different computer name).

  • Pavilion s5-1015uk: the upgrade of processor

    Tried to upgrade the CPU on my desk of slimline s5-1015uk Pavilion to an i7 - 2600K quad core CPU. The HP support document has stated that the Cupertino would a QuadCore i7-2xxx - but the pc gave the message that island cpu is not recognized and set

  • Copy a structure of event containing local variables

    Hello I am a state machine design in Labview and next state transition logic to wait be clicked a few buttons on the Panel. If I press a Boolean button from 1 to 9, next State should be X, otherwise condition (10 to 16 tags) should be there. I though

  • Packed library in exe

    I'm building an executable that takes advantage of its controls from a packed library.  It works very well in the development environment, but when I create the executable file and distribute it to our network, it is more controls in the packed libra

  • HP ProBook 450 G2: FreeDos Recovery Image?

    Hello I bought a new ProBook G2 of 450. Unfortunately, I have to give back the laptop because I want another model that works best for me. My problem: I have already deleted the Partitions of FreeDos installed und Win8.1. How can I change in FreeDos?