Saving custom tone mappings

I'm trying to save custom tone mapping curves for later reference and use.  I can record the "action" of constructing the curve in Image > Adjustments > Curves and applying it to an image.  Unfortunately the "actions" panel does an incomplete job of describing this.  Instead of reporting where all 16 control points were set, it reports the resulting first 72 of the 256 mappings, like so:
  emulate ektachrome
          Curves
          Preset Kind: Custom
          Adjustment: curves adjustment list
          curves adjustment
          Channel: composite channel
          Mapping: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 5, 5, 6, 6, 6, 7, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 13, 13, 14, 15, 16, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 29, 30, 31, 32, ...
The ellipsis is Photoshop's, not mine.
How to verify what's in an already created mapping curve "action"?  I can make a tone scale, apply the mapping to it, and then take RGB data off the result. There must be a simpler way than that.  Where are custom "actions" stored?  Can the files be read?  Can they be edited?
Also is there any way to input a tone mapping curve purely numerically and skip the control points business?
Thanks.

Thanks Zeno Bokor.  The hardest part was finding the actions panel menu!
Saving the action set did produce an .atn file, here attached.
It's hardly gibberish. Notepad shows how it works.  BinEditor 2.0 reveals it completely.
Look at what precedes the repeating word "long" (written 6C 6F 6E 67).  After 32 (written 20) comes 34 (written 22), then 35, 36, 37, 39, 40, 41, 43, 44, 45, 47, 48, ...
Note: I had to change the extension of the attachment for the Forum to accept it.  You can knock off the .txt.

Similar Messages

  • Problem with custom tone curves

    I have  a problem with saving custom tone curves and don't know what to do about it. I am running Lr 5.7.1. on OS X 10.10.3 but I know this problem was there on OS X 10.10.2.
    The problem is as follows, if I create a tone curve a try to save it Lr does not save it in under /Users/{UserID}/Library/Application Support/Adobe/CameraRaw/Curves as it should; instead it places it under /Users/{UserID}/. As a result the custom tone curve does not appear in the Point Curve list.
    2 items of additional/useful information:
    1) I can literarily see the Save dialog jumping from the correct folder, /Users/{UserID}/Library/Application Support/Adobe/CameraRaw/Curves, to the incorrect folder, /Users/{UserID}/
    2) If I manually move the file to right location it appears in the Point Curve list
    I have checked permissions and the User ID has Read/Write access. I have also made visible hidden folders with no luck.
    Any suggestions are very welcome.

    Hi,
    To the details of an Infotype :
    View the record in PA20, to make sure the PERNR has a record for the Infotype
    Make sure the parameters passed to HR_INFOTYPE_OPERATION are correct :
    Rather than passing them directly, pass :
    g_pernr type p_pernr value pernr
    g_infty type prelp-infty value 9402
    Lock the PERNR with BAPI_EMPLOYEE_ENQUEUE
    Read values
    SELECT * FROM  <table>        INTO CORRESPONDING FIELDS OF <wa>
            WHERE pernr = g_pernr
            AND begda   <= sy-datum
            AND endda   >= sy-datum.
    ENDSELECT.
    Perform HR_INFOTYPE_OPERATION.
    Provided you fill all the key fields : SUBTYPE,OBJID.... RECORDNUMBER. (passed from p9008)
    Why ?:
    For an Emp, a number of records may be created, depending on the Time constraint of the Infotype
    Say when you modify, the actual record may be delimted to sy-datum and a new record may be inserted
    To learn more about Time constraints refer : http://help.sap.com/saphelp_nw04/helpdata/en/f4/51d2c9a79911d189550000e8216659/frameset.htm
    Basline : BEGDA and ENDDA are very important in determining which record to modify!!
    Unlock PERNR with BAPI_EMPLOYEE_DEQUEUE
    The above should take care of No data stored for 9402 in the selected period
    Regards,
    Ravi

  • Error in saving customer information. Value for contact_point_purpose must be a value defined in lookup type CONTACT_POINT_PURPOSE.

    I was trying to create a text alert. I was calling following in jsp
    email.setContactPointPurpose(myLookUpCode); //say XXMY_SMS_SHIP
            PartyManager.createEmail(email, ApiConstant.CONTACT_POINT);
    Getting following exception:
    Error in saving customer information.
    Value for contact_point_purpose must be a value defined in lookup type CONTACT_POINT_PURPOSE.
    Error trace:
    oracle.apps.ibe.customer.CustomerException: Error in saving customer information. at oracle.apps.ibe.tcav2.Email.create(Email.java:187) at oracle.apps.ibe.tcav2.PartyManager.createEmail(PartyManager.java:116) at _oa__html._myfile__ibeMyFile._jspService(_myfile__ ibeMyFile.java:908) at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119) at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417) at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267) at oracle.jsp.JspServlet.internalService(JspServlet.java:186) at oracle.jsp.JspServlet.service(JspServlet.java:156) at javax.servlet.http.HttpServlet.service(HttpServlet.java:588) at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456) at org.apache.jserv.JServConnection.run(JServConnection.java:294) at java.lang.Thread.run(Thread.java:662) Caused by: oracle.apps.jtf.base.resources.FrameworkException: Value for contact_point_purpose must be a value defined in lookup type CONTACT_POINT_PURPOSE. at oracle.apps.jtf.util.ErrorStackUtil.getFrameworkException(ErrorStackUtil.java:104) at oracle.apps.jtf.util.ErrorStackUtil.getDBFrameworkException(ErrorStackUtil.java:141) at oracle.apps.ibe.tcav2.Email.create(Email.java:185) ... 11 more Error in saving customer information. oracle.apps.jtf.base.resources.FrameworkException: Value for contact_point_purpose must be a value defined in lookup type CONTACT_POINT_PURPOSE. at oracle.apps.jtf.util.ErrorStackUtil.getFrameworkException(ErrorStackUtil.java:104) at oracle.apps.jtf.util.ErrorStackUtil.getDBFrameworkException(ErrorStackUtil.java:141) at oracle.apps.ibe.tcav2.Email.create(Email.java:185) at oracle.apps.ibe.tcav2.PartyManager.createEmail(PartyManager.java:116) at _oa__html._myfile__ibeMyFile._jspService(_myfile__ ibeMyFile.java:908) at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119) at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417) at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267) at oracle.jsp.JspServlet.internalService(JspServlet.java:186) at oracle.jsp.JspServlet.service(JspServlet.java:156) at javax.servlet.http.HttpServlet.service(HttpServlet.java:588) at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456) at org.apache.jserv.JServConnection.run(JServConnection.java:294) at java.lang.Thread.run(Thread.java:662) Value for contact_point_purpose must be a value defined in lookup type CONTACT_POINT_PURPOSE.

    Tried this but it is giving the below error
    APP-FND-01242: Cannot read value from field PER_ASSIGNMENT_ID
    Cause: The field PER_ASSIGNMENT_ID could not be located or read.
    Action: This error is normally the result of an incorrectly-entered field name string in a trigger, or a field name string that does not uniquely specify a field in your form. Correct your trigger logic to precisely specify a valid field.

  • Hi Everyone.  I have an old Mac Book.  I have saved a ton of emails in my inbox 'On My Mac'.  There are so many it is slowing down my computer.  Where do I find the folder with all the emails so I can cut and paste them to an external hard drive?Pls.help.

    Hi Everyone.  I have an old Mac Book with software updated to 10.6.8.  I have saved a ton of emails in my inbox 'On My Mac'.  There are so many it is slowing down my computer.  Where do I find the folder with all the emails so I can cut and paste them to an external hard drive? Pls.help.  Tks.

    Depending on which email client software you use
    the files should be in 'your home folder' library, esp.
    if you use Mail application.... ~/Library/Mail
    Since you don't specify what mail application,
    that would most be associated with the file.
    I notice there are some items to the right of your post
    where it says "more like this' so that may be worth a
    look to see if similar issues were answered. Also, the
    Help viewer in your system is a searchable database.
    Seems that google also brings up fair information, too.
    Do you have a complete bootable clone of your entire
    Mac system on an externally enclosed hard disk drive?
    Good luck & happy computing!

  • EDI customer specific mappings

    Hello Experts,
    I am having a scenario where the old legacy system is planned to be replaced by PI (7.11)-Seeburger.
    Now the old system based out of Gentran had around 100 maps pertaining to their 100 customers for distribution of their Invoices and ASN.
    Hence wanted to find out how best can be achievable using PI Seeburger. We thought of following options
    1] Create 100 mappings in PI and have conditional interface determination based on the customer. But in this we will have to hard-code customer DUNS number into interface determination conditions
    2] Create one base mapping in PI and another in ABAP mappings with customer format maintained in the Z-tables of PI ABAP stack and ABAP mappings filtering the same. This would lead to complex ABAP mappings program.
    3] Create one mapping in PI and write conditions in Seeburger BIC mappings. Again writing so many conditions in BIC mappings.
    Anyone worked in such scenario, please let me know the best suitable solution in this case based on your experience. Thanks in advance.
    Regards
    Rajeev

    >> One Receiver say EDIReceiver
    This is recommended. But then your EDIReceiver system should be able to send invoices to all the 100 customers based on the data in EDI file.
    >>100 interface determinations for 100 maps with conditions based on the partners
    If you have option/resource/time to functionally check the details for each of these customer individually, it is recommended to group them based on some business rule. Creating 100 maps blindly will make many redundant mappings. Try to make small groups of 4-5 mappings based on business requirement and reduce the number of maps. When thinking about changes to customer specific mappings, always think two ways.
    e.g. If you have separate maps for 100 customers and lets say they belong to same region. In future, if due to any legal requirement change, any change is required in the maps, it would be tedious and not so good design to change all the maps. Therefore, as I said group them based on business/functional logic.
    >>Multiple Receiver agreements based on the versions required each having comm channel with X2E mapping for the version required.
    Note that these standard X2E and E2X mappings are part of Seeburger BIC license. If you already have purchased BIC, your estimation for this part should be minimal.
    Regards,
    Prateek Raj Srivastava

  • 1 of 5 custom tones won't work with 'Text Tone'

    I have managed to create 5 custom tones that are now on my iPhone 5. All five of the tones work for the 'Ringtone' but only 4 out of the 5 work for the 'Text Tone'.
    This is more about a challenge to find the reason than anything else, because I can get by without the the 5th one working for the 'text tone', but it happens to be the one that is the most relevant for the 'text tone', being "I've gotta get a message to you" by the Bee Gees.
    When I select this particular tone for the 'text tone' the phone does not make a sound, but it vibrates as I have the 'Vibration'  setting set to 'Alert'.
    So, does anyone want to take up the challenge to solve this situation?

    Thanks for the advice. I re-did this particular tone for a length of 25 seconds and it now works. Weird that the other 4 work @ 30 second lengths.  Anyway, thanks again, as I wouldn't have done this without your reply.

  • Is it possible to change the text alert tone on an iPhone 5s to a custom tone?

    Hi,
    Just wondering if there is any way to add a custom tone for when a text arrives? I want to use 'i've got to get a message to you'
    Gerald
    Sorry, just found the answer.
    Message was edited by: Warmbells

    Hi,
    I found this on Youtube, 'how to make SMS ringtones for iPhones running iOS 5 or higher without jailbreaking'. It uses a free app called Ringtone Maker. I now have the text alert I wanted.
    Gerald

  • UDT dynamic custom type mappings

    I'm using Oracle Data Provider for .NET Release (11.1.0.6.20) in combination with .NET Framework (2.0.50727).
    As there are user defined types in the database schema, ODP.NET was chosen to connect to the Oracle database.
    The DB server contains database schemas having a similar structure and containing UDTs which are referred to from an application.
    Unfortunately, I could not dynamically determine Oracle UDTs and .NET types mappings in runtime.
    With the offered OracleCustomTypeMappingAttribute class, one can identify the name of a user-defined type using the "schema_name.type_name" format only at the level of assembly metadata.
    The application, in its turn, connects to the schema chosen by the user.
    Question: how one can define the custom type mappings during the runtime of an application?

    You can't. You have to create a new schema in each database and recreate your udt's in this new schema.
    You can do
    grant execute on <<udt_type >> to public
    See also here: User Defined Types and ODP.NET

  • Help with saving custom stamps to SOAP repository.

    In my attempt to create a custom SOAP based comment repository i've found that i can save and retrieve all lightweight annotations perfectly except for any custom stamps that I've created (default stamps work great).  When i retreive the annotations from a different computer, it just displays a black box with a black x in the middle instead of actually displaying the stamp image.  My guess here is that I need to read the custom stamp image to a stream and then save it to the server along with the annotation data.  The problem is that I can't seem to get acrobat JS to detect and get the image (this.icon.length only counts default stamps).  I do have an AP property for the stamp which is the named appearance according to the documentation.  I just need some help now as to how i can retreive the stamp image data from the named appearance.
    Any help would be greatly appreciated.
    Thanks!

    Can anyone help me out with this?  I have a requirement to enable saving custom stamps to a central server but i can't seem to be able to retrieve the image data for storage.  Any leads would be greatly appreciated.
    Thanks!

  • When I apply Stationary to an e mail the saved custom style reverts to default. What am I doing wrong?

    When I apply Stationary to an e mail the saved custom style reverts to default. What am I doing wrong?

    Perform a Reset... Try again...
    Reset  ( No Data will be Lost )
    Press and Hold the Sleep/Wake Button and the Home Button at the Same Time...
    Wait for the Apple logo to Appear...
    Usually takes about 15 - 20 Seconds... ( But can take Longer...)
    Release the Buttons...

  • Using custom tones

    Can I use custom tones for email/messaging alerts? It doesn't matter how I try I have only been able to use them as ringtones so far, I have a lumia 720. Thank you
    Solved!
    Go to Solution.

    Is in hand for GDR3 firmware: http://answers.microsoft.com/en-us/winphone/forum/wp8-wptext/can-i-customize-my-text-ringtone-on-nok...
    Happy to have helped forum in a small way with a Support Ratio = 37.0

  • Why won't Apple allow us to have custom tones for text msgs?

    Honestly my biggest gripe about the phone. The iPhone is so popular it ***** when I'm in public and hear that text msg tone go off and look at my phone only to find out it's someone elses phone! Allow custom tones for text msgs just like are avalible for ringtones!

    I agree. Submit the feedback to Apple as I did.
    http://www.apple.com/feedback/iphone.html

  • Adding customized tones to FaceTime]

    adding customized tones to FaceTime

    Hi oberczeller,
    Are you asking how to create a customized ringtone?  Here's how to do it with Garageband.  Ringtones you create, export to iTunes and sync with your devices can be assigned as default tones or to individual contacts.
    http://help.apple.com/garageband/movies/en/apple-ilife-garageband-tutorials_crea te_a_ringtone_for_your_iphone-us-20101020_640x360.mov
    GarageBand '11: Create an iPhone ringtone
    https://support.apple.com/kb/PH1793?locale=en_US
    Hope that helps ...
    - Judy

  • When syncing, 2 custom tones end up in music but not under tones

    When syncing, 2 custom tones end up in music but not under tones.  never happened before

    They may be music files that can be converted to ringtones/text tones. Right-click on the files in iTunes, select Get Info, on the Summary tab they must say Kind: Ringtone, if they don't you have to convert them first.  This video will show you how: http://cnettv.cnet.com/free-custom-ringtones-text-tones-ios-5/9742-1_53-50113469 .html.

  • Error while saving custom form in SP 2010

    Hi,
       Iam Getting the below error, while trying to save a SharePoint list item using custom visual webpart. But the data is getting saved only error pop ups. Please help me
    to solve this problem

    As per the error, you may be using an SPWeb object which has been disposed already.
    I am not sure how you are calling SPWeb object, i can only guess that you are using an Using statement within your code and could be disposing SPContext object, if so, try refactoring your code.
    if would be better if you can put your code in this forum to suggest.
    Anyways, you can refer here some of these links to get an idea.
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/383931c6-3724-40ff-8ae8-7f26d6db1c92/trying-to-use-an-spweb-object-that-has-been-closed-or-disposed-and-is-no-longer-valid?forum=sharepointadminprevious
    http://sharepoint.stackexchange.com/questions/32154/trying-to-use-an-spweb-object-that-has-been-closed-or-disposed-and-is-no-longer
    http://sharepoint.stackexchange.com/questions/74843/error-trying-to-use-an-spweb-object-that-has-been-closed-or-disposed
    http://msdn.microsoft.com/en-us/library/aa973248(v=office.12).aspx
    see this blog and links refered -
    http://blogs.technet.com/b/stefan_gossner/archive/2008/12/05/disposing-spweb-and-spsite-objects.aspx
    Hope this helps!
    Ram - SharePoint Architect
    Blog - SharePointDeveloper.in
    Please vote or mark your question answered, if my reply helps you

Maybe you are looking for

  • How to exclude sales office for combination sales order type/division?

    Hi experts, I would appreciate if you could advise: How to exclude sales office for combination sales order type/division in ECC 6.0 ?

  • ALEAUD01 IDOC problem with Senderpartner Number

    Hi, I have scenario like R3 -XI-File NFS.so we have created a third party Receiving system(TEST_XYZ)as a business system maintain in SLD. when the IDOCs sent from sender R3 system acknowledgments been sent back to R3 system from XI,but XI system gene

  • DISPLAY SPATIAL DATA USING JDBC ON A JAVA FRAME

    I am trying to set up some spatial data and need help in getting some sample code for displaying the data on a Java Frame using JDBC. The shapes I am setting up are simple polygons, lines, circles. I was going through the samples in the demo director

  • I need to press F1 and call a executable help file

    Hi everyone, how do i listen to a f1 key pressed event and call another executable help file (help.hlp). I've got an application based on swing. Thanks for your help !

  • VoiceMail Applescript

    Hi, I am trying to write an applescript that works as follows: If Mail.app receives a message from my phone provider that contained a voice mail message (just an email with a WAV attached) it would: 1) Read the body of the message (e.g. "You have a v