Combining HSL with RGB?

I have an imaging processing need to combine two channels from HSL with a single one from RGB. Specifically I require an HSR image.
I can convert the image to HSL but I can't figure out how to combine the channels. In fact I can't determine which is the H channel and which is the S channel either as PS still shows the channels as being R, G and B even after the conversion despite the colors obviously being changed.

Thanks, Chris.
I have tried to find the split and combine commands with no success.
I did find this:
http://help.adobe.com/en_US/photoshop/cs/using/WSCC832F92-8FE5-4839-93D2-108942A68321a.htm l
but I can not find where the command is in the channel palate.
Also I seem not to be able to copy/paste into the channels palate. Right clicking brings up no options other than to duplicate or delete.
Terry Danks

Similar Messages

  • How to connect the macbook with thunderbolt display 27" to TV with RGB port?

    Hi,
    I have the following equipments in hands:
    1. Macbook PRO 15 inch with 1 thunderbolt port, OS is Mavericks 10.9.2
    2. Apple Thunderbolt display 27" identical to this : http://www.apple.com/displays/
    3. A Samsung TV with RGB port, & HDMI port.
    I want all these displays ( macbook, Apple thunderbolt display & the Samsung Tv) connected at the same time, I had a trial to connect them using a minidispaly adapter to RGB port & HDMI port  in the TV but it didnt worked.
    Please help!
    Thank you.

    The Thunderbolt dock adds extra ports:
    HDMI (up to 2560x1600 with the Elgato, 1920 x 1200 with the CalDigit)
    3 USB 3
    Ethernet
    Audio in
    Audio out
    You could also use a Belkin Thunderbolt dock.
    <http://www.belkin.com/us/p/P-F4U055/>
    It includes a FireWire port, but no HDMI port, so would need a Mini DisplayPort to HDMI adapter (1920 x 1200 max) for the TV.  This would use the second Thunderbolt port, so the Belkin dock has to be used with the port on the back of the Thunderbolt display, not between the computer and display.
    If you don't need the extra ports, use a Thunderbolt hard drive (with two Thunderbolt ports)
    <http://www.seagate.com/external-hard-drives/desktop-hard-drives/backup-plus-desk -mac-thunderbolt/>
    This can be your Time Machine drive.  Connect the Thunderbolt display to the computer, one port of the drive to the port on the back of the display, and a Mini DisplayPort to HDMI adapter to the second Thunderbolt port on the drive.
    You will have three displays with differing resolutions, so mirroring is not going to fill each screen at full resolution.

  • How to combine BOMs with Free Goods?

    Dear all.
    I am currently working on setting up a retail store in SAP ERP (6.0). Our client requires from us creating a functionality that would allow to create sets and add free goods to a certain set. For example: if you buy a set consisting of a hammer and a drill at a regular price, you get a pair of gloves free of charge.
    We used BOMs to create the sets and attempted to combine them with Free Goods, which prooved impossible -- FGs don't work with BOMs. We also tried to use Bonus Buys, but these seem to be working only with SAP Retail, which is not available to us.
    Do you know any way around this problem?
    Grzegorz

    Shantanu
    It sounds pretty helpful, however, what we just found out it is impossible to give away free goods according to the local tax standards - so we have to give them away for a fraction of the price rather than free of charge. This forced us to create a separate logic to deduce different item categories in a sales order and different prices according to that.
    Thanks anyway.
    Grzegorz

  • My illustrator CS6 crashes when i try to open an AI file with RGB color mode

    My illustrator CS6 crashes when i try to open an AI file with RGB color mode. I worked on this file yesterday and changed it to RGB mode. Today i tried to open the file again but illustrator won't open it and crashes. It does work when i want to open a file with CMYK color mode.
    Anyone know how to fix this ?

    Have you tried trashing the prefs?

  • Combining results with a Query of Queries - NOT QUITE THERE!!!

    I have included a small sample of my database, specifically the four tables I am trying to work with in the hopes that someone can steer me down the right path. Here are the four tables and the bottom is a visual desciption of what I am trying to achieve;
    ORDERS
    SALES CALLS
    ID
    SaleDate
    TerritoryManager
    UserID
    SaleDate
    TerritoryManager
    ID
    UserID
    426
    01-Oct-09
    Mike B
    10112
    10/1/2009
    Mike  B
    253
    10112
    427
    01-Oct-09
    Russ  C
    10115
    10/1/2009
    Mike  B
    254
    10112
    430
    01-Oct-09
    Jerry W
    10145
    10/1/2009
    Mike  B
    255
    10112
    432
    01-Oct-09
    Ron  H
    10118
    10/1/2009
    Mike  B
    256
    10112
    433
    01-Oct-09
    Ron H
    10118
    10/1/2009
    Ron  H
    257
    10118
    10/1/2009
    Ron  H
    258
    10118
    PRODUCTS ORDERED
    10/1/2009
    Ron  H
    260
    10118
    OrderID
    Quantity
    NewExisting
    UserID
    10/1/2009
    Russ  C
    261
    10115
    426
    12
    0
    10112
    10/1/2009
    Mike  B
    267
    10112
    427
    2
    0
    10115
    10/1/2009
    Mike  B
    268
    10112
    427
    3
    1
    10115
    430
    1
    0
    10145
    USERS
    430
    1
    0
    10145
    TerritoryManager
    Zone
    UserID
    432
    1
    0
    10118
    Mike B
    Central
    10112
    432
    1
    0
    10118
    Russ  C
    Central
    10115
    432
    1
    1
    10118
    Jerry W
    Central
    10145
    432
    1
    1
    10118
    Ron  H
    Central
    10118
    433
    2
    1
    10120
    Don  M
    Central
    10120
    Central Zone
    Ttl Calls
    Ttl Orders
    Ttl Items
    Ttl New Items
    Mike B
    5
    1
    12
    1
    Russ  C
    1
    1
    5
    Jerry W
    1
    2
    Ron  H
    3
    2
    6
    3
    I have tried to achieve this result in many ways to no avail. If I try to combine PRODUCTS ORDERED with ORDERS I get an erroneous count. I finally resigned myself to getting all the info I needed with separate queries and then trying to combine them with a query of queries. This worked fine until the last query of queries which timed out with no results. I am a newbie and would appreciate any constructive help with this. I am including my queries below as well;
    <cfquery name="qGetOrders" datasource="manna_premier">
    SELECT Count(Orders.ID) AS CountOfID,
           Orders.UserID AS Orders_UserID,
        Users.UserID AS Users_UserID,
        Users.TMName
    FROM Users INNER JOIN Orders ON Users.[UserID] = Orders.[UserID]
    GROUP BY Orders.UserID, Users.UserID, Users.TMName;
    </cfquery>
    <cfquery name="qGetSalesCalls" datasource="manna_premier">
    SELECT Count(Sales_Calls.ID) AS CountOfID,
           Users.UserID AS Users_UserID,
        Users.TMName,
        Sales_Calls.UserID AS Sales_Calls_UserID
    FROM Users INNER JOIN Sales_Calls ON Users.[UserID] = Sales_Calls.[UserID]
    GROUP BY Sales_Calls.UserID, Users.UserID, Users.TMName;
    </cfquery>
    <cfquery name="qGetProducts" datasource="manna_premier">
    SELECT Count(ProductOrders.OrderID) AS CountOfOrderID,
           Sum(ProductOrders.Quantity) AS SumOfQuantity,
        Sum(ProductOrders.NewExisting) AS SumOfNewExisting,
        ProductOrders.UserID
    FROM Orders INNER JOIN ProductOrders ON Orders.[ID] = ProductOrders.[OrderID]
    GROUP BY ProductOrders.UserID;
    </cfquery>
    <cfquery name="qqCombOrd_Prod" dbtype="query">
    SELECT *
    FROM qGetOrders, qGetProducts
    </cfquery>
    <cfquery name="qqCombOrd_ProdtoSales" dbtype="query">
    SELECT *
    FROM qqCombOrd_Prod, qGetSalesCalls
    </cfquery>
    PLEASE HELP!!! I'm about to go scouting for bridges to leap from!

    You might be able to simplify that query by getting rid of the subqueries.  Something like this
    SELECT TerritoryManager
    , count(sc.userid) totalcalls
    , sum(po.quantity) total
    , sum(newexisting) totalnew
    , count(o.userid) totalorders
    from users u join salescalls sc on u.userid = sc.userid
    join orders o on u.userid = o.userid
    join productorders po on u.userid = po.userid
    where userzone = 'CENTRAL'

  • Is it possible to combine JQuery with Captivate?

    Hi there,
    I'm using Captivate version 6 on a Mac OSX 10. I am creating an elearning resource for a client and most of their staff will be accessing it via iPads and iPhones, so I want to publish it using HTML5. They'd like to add a couple of drag and drop tasks (they don't need to be assessed) but the only way I can see to do this is via the Infosemantics widget. I've bought this and used it for previous projects, and it works well as a drag and drop, but obviously doesn't work on an iPad with it being Flash based.
    I've seen that I can create a drag and drop exercise using JQuery, but then I don't know how I can combine this with Captivate to make one seamless presentation. Once the HTML5 has been published is there a way of bringing other HTML pages into it? Or could javascript be used within Captivate?
    Does anyone have any suggestions?
    Thanks in advance for any help.

    There is a website, whose name escapes me ( I am at work ) which people submit to in a variety of languages and various formats such as Extended Cut, Directors Cut etc so that you have no need to mess about with them, just add them. Also, as I said above, some are just for non-English parts so don't show subtitles if the dialogue is in English.
    Edit: found it. I use http://subscene.com/

  • How to combine rows with small numbers into single "other" row?

    How can I combine rows with value 6(for example) or lower to single row representing the SUM of all this values and label OTHER, so the pie chart will have a chance to display all small values combined?
    I'm using Numbers 09

    HI Peter,
    When you write a decimal number, is the decimal separator a period ( . ) or a comma ( , )? If it's a comma, then the syntax error can be corrected by replacing the list separator in the formula, a comma in Jerry's formula, with a semi colon ( ; ):
    =SUMIF(B; "<6"; B)
    (Added): The two Bs appear in blue 'lozenges' in Jerry's image because that is the way cell (or column) references are displayed in Numbers when a formula has correct syntax.
    Regards,
    Barry
    Message was edited by: Barry

  • How to save a BufferredImage with RGB color encoded JPEG file.

    Hi, I am new to Java Imaging API programming.
    When I try to write a BufferredImage using following code -
    BufferedImage output = new BufferedImage (width, height, BufferedImage.TYPE_INT_ARGB);
    // Save
    File outputFile = new File("image.jpeg");
    ImageIO.write(output, "jpeg", outputFile);
    It seems that myfile.jpg have CMYK color encoding, Can someone tell me how can I save the BufferredImage with RGB color encoding.
    Thanks,
    Sanjay Ujjainkar

    how to format the text ?
    i have format ted the text but it seems not work!
    Message was edited by:
    Enjoyfans

  • Combined delivery with different delivery dates:

    Combined delivery with different delivery dates:
    We are experiencing a problem when doing combined delivery from multiple orders of the same ship to party.
    All the requirements are being met (for the order combination) accept the Delivery dates.
    Sometimes an order Qty is confirmed on the 1at of a month , then the second order qty is confirmed on the 15th of the month.  But when we want to make the combined delivery , the delivery dates differ and the user has to go into the individual order ans changes the dates.
    Is there a way to make the combination, the system not taking in account the delivery dates? Because we have huge no. of orders to combine. Please guide.
    Regards,
    Mansur.

    Dear Mansur,
    I think there is no any solution exaclty map with your problem in standard SAP.
    Better you control based on the MRP type, not sure. And also check with availability check and tranfer of requirments.
    Thnx,
    Pratik

  • How to combine sound with video to an AVI Using IMAQ?

    I need to combine sound with video I capture and write it out as an AVI. Is there anyway in Labview to combine sound with and AVI? Or an easy to use third party product?

    Hello,
    The AVI tools that are provided with Vision allow for data to be added to your video.  Sound information can be stored this way, but if you are looking for a way to add audio support to your video (such that it will play the sound file when the video is played in Windows Media Player or other applications) you may want to look into finding a shareware or freeware product that can accomplish this.  LabVIEW does not have tools specifically targetted to this operation.
    Good luck,
    Robert

  • Combine Analysis with Design Studio

    Greetings,
    I know it's possible to export an Analsys Application from Analysis for OLAP. You can then open it in Design Studio to edit it.
    However, is it possible to "embed" an analysis in Design Studio?
    We would like to be able to swap the axis, drilldown, change the members, etc. and combine it with Design Studio layouts.
    If not, is there anything on the roadmap? This is preventing us to move from Bex WAD 3.x...

    Hi Nadim,
    with Design Studio and the scripting you are able to add so much functionality within your dashboards that I don't see that big gap between these two applications.
    For exampe: You can add a filter panel where you are not only able to set filter but additionaly chose which measures should be displayed and whether they will be added as columm or row.
    So it is possible within Design Studio to swap axis, change the members and do (little) drilldown.
    But for drilldown-functionality you will have to use scripting and it is indeed still not as good as in Analysis. So one of my wishes for a future release is to enhance the drilldown-functionality (without much scripting or using multiple data sources) like in Analysis.
    But you are right, DS is a tool to consume the data, many of these functionalities to analyse data have to be scripted which is some effort for each dashboard and every used query.
    Some more integrated analysis functionality would be great.
    (Maybe a better solution than to "embed" an anaylisis?)
    Nevertheless I would like to see some export/switch function to open a query in Analysis (for Office), too. You are able to integrate links to an external URL so why Design Studio is not able to add a link to the Analyis-Application?
    I know that some customers want to see their data in Excel, they would really appreciate the possibility to press a button to jump directly to Analysis for further survey of their data.   
    Regards
    Steffen

  • Can I combine .pdf with basic subscription?

    can I combine .pdf with basic subscription?

    There is no "basic" or "full" subscription; there are different subscription plans like ExportPDF, PDF Pack, and other services.  See https://www.acrobat.com/
    To combine PDF files you need the PDF Pack.

  • Encoding fails with RGB Curves after update.

    I'm trying to finish a project, but Premiere is gving me troubles..
    I'm uisng Creative Cloud and I saw that there was a update for Premiere and i thought: "Why not, it can't hurt..", but boy was I wrong!
    Before the update I could play and export my sequence without any problems (except laggy Playback), but after the update Premier wouldn't play the sequences (only audio) and when I tried to render previews I got an generic error.
    After some investigation I found that there could be a problem with RGB Curves, and sure enough, after disabling the RGB Curve-effects on the Clips it worked fine!
    I also found that it should work fine with GPU acceleration enabled, so I activated it. Now my project played fine in PP (with RGB Curves), and thanks to the GPU it didn't laily
    Happily I started the export and went for a walk, but when I got back the exports had stopped and there was an generic error!
    So, apparentely the exporter(/media encoder) doesn't use the GPU (*sadface*) and so is affected by this weird bug.
    What should I do now??
    I use RGB Curve for color correction and grading through the whole sequence, so I guess I need to find another effect that gives me the same result..
    Windows 8 64bit

    I generally try to be careful with updates, and I should have known better (especially than update in the middle of a project). But given it was a minor update and that minor updates is supposed to fix bugs (and not introduce new features/bugs..) I thought it would be safe.. But it's a weird bug (that couldn't have been fixed by replacing the RGB Curve effect file with an older version!?) and even weirder is that the text I read was for CS5.5..
    Luckily I had also installed PP on my laptop, so I just copied the program files from the laptop to my workstation and I could carry on and finnish the project.
    The thing about waiting with updates of this kind is that you don't get the bug fixes. It's one thing to wait before you jump on the next big update (like CS5.5 to CS6 etc) and another to install "bug fix updates".
    There is no real "infancy period" for minor updates, they do not mature, there is one update, if that update introduces a bug, then that's fixed by the next update etc etc.
    In the end, you don't gain that much by waiting to do minor updates (albeit you should avoid it during a project), since minor updates should fix the bugs that your software currently has and you could, theoritically, just end up with more problems when you do decide to do that update.
    One solution could be to never update, but then you're stuck with the original bugs..
    The best thing to do is to do a backup before updating (and I should've done that..).
    What would've happened if I decided to install Premiere Pro a week later?? Then I probably would've gotten the latest version with the update and so the bug!?

  • Combine java with DOS?

    Can you combine java with DOS?
    Thanks!

    You can tell if they were awarded to you be clicking
    "My Duke Dollars" and then clicking the link for
    "Duke Dollars Rewards Program Account Summary" Yes, I know I can check my own account - but as you know I cannot tell if they were actually awarded, nor to whom - unless they were just awarded to myself. I did go to check but it asks me to log on again - I don't really care enough to do that. The main point was to get him to wake up - if he's going to attach dukies, he should do the right thing and award them. It doesn't make sense to think that they'd just magically award themselves of course. Otherwise doofuses like Goldie could just grab them so that he could feel better about himself.
    Actually, he didn't award ANY of the other dukes on the multiple other topics he created though, so I'm still ruffled.

  • Combining Photoshop with Illustrator

    Hello there, I am trying to combine photoshop with adobe illustrator for some really basic stuff. However, it keeps glitching for me. I have a saved file from photoshop which is a grey ellipse with the colors PF in it (it is something for my school). I wish to add a flare in the middle of the ellipse, which is a pretty cool effect. I did this before, but I wanted to change the color of the ellipse so I decided to re-do it. Every time I add the flare, it appears BEHIND the ellipse, and even though I bring it to the front and I bring the ellipse to the back, it is still under the ellipse. Please help me.
    Thank You,
    ~Swedishfished

    I am not as experienced with Illustrator so I decided to make all the things I could do in photoshop in photoshop. Also, I did not know how to rotate a letter so it was backwards in Illustrator.

Maybe you are looking for

  • In the new OS Yosemite, why is there a loading bar each time i turn on my mac?

    I got the OS Yosemite 2 days ago, and i noticed something new. Each time i turn on my mac, there is a loading bar at the bottom of the screen after i enter my password. It takes like 20 seconds to load, but it can be quite annoying. Anyone else have

  • Plant as a internal customer creation

    how to create a plant as a internal customer, this is for sto and i want to know the steps in a sequential order, this would be great to appreciate you all thank u

  • Material group in Material master

    Dear All Warm greetings How to configure display of materials through material group? For end users Example when my user wants to view any material, system should only show the materials which he should as per material group Example while create Purc

  • How to control the download permissions in UCM.11g

    In UCM ,About the download file permissions. For example,project manager can download ,Ordinary employees can't download. How to realize the function.

  • My custom ringtones keep disappearing

    I have set custom ringtones (for certain contacts) in my iPhone 6+.  All the ringtones were downloaded from iTunes.  I set a custom ringtone on the phone, but later the ringtone changes to the "opening" tone in place of all my custom tones.  It only