New Camera Raw Update adds support for extra cameras

http://support.apple.com/kb/DL1072
This update extends RAW image format compatibility to Aperture 3 and iPhoto '09 for the following cameras:
Canon PowerShot SX1 IS
Olympus E-PL1
Panasonic Lumix DMC-G2
Panasonic Lumix DMC-G10
Samsung NX10
Sony Alpha DSLR-A390
Sony Alpha NEX-3
Sony Alpha NEX-5
As always: Back up first
Regards
TD

Hi,
See if this answers your question:
http://forums.adobe.com/thread/1178283?tstart=0

Similar Messages

  • New Camera Raw Update adds support for more cameras.

    http://support.apple.com/kb/DL1072
    This update extends RAW image format compatibility to Aperture 3 and iPhoto '09 for the following cameras:
    Canon PowerShot SX1 IS
    Olympus E-PL1
    Panasonic Lumix DMC-G2
    Panasonic Lumix DMC-G10
    Samsung NX10
    Sony Alpha DSLR-A390
    Sony Alpha NEX-3
    Sony Alpha NEX-5
    As always: Back up first
    Regards
    TD

    Hi,
    See if this answers your question:
    http://forums.adobe.com/thread/1178283?tstart=0

  • When will the new camera raw update come out for my nikon d7100

    when will the new camera raw update come out for my nikon d7100

    Hi,
    See if this answers your question:
    http://forums.adobe.com/thread/1178283?tstart=0

  • HT201071 Please add support for Camera RAW Canon PowerShot G2

    Please add support for Camera RAW Canon PowerShot G2,
    it may be ancient, but there are still a lot of G2s out there, and it's annoying to have a different workflow for pictures from them...
    best,
    case

    You are not writing to Apple here.  This is a user to user help forum.
    Instead, send your comments or suggestions directly to Apple via Mac OS X Feedback.
    You are unlikely to get a direct response from your "Fedback", but you can be certain that the responsible Apple people will see your input for consideration in future product development.

  • Is it possible to add support for new database type in Data Modeler?

    Hi,
    I see that Data Modeler v.4 supports different versions of Oracle, DB2 and MS SQL. Is it possible to add support for a new database family,
    PostgreSQL for example? I hoped that RDBMS Site editor can do it, but so far I don't see any possibility to add XML files with metadata for a new RDBMS.
    I did it previously for PowerDesigner were it is possible to add and modify definitions for new relational databases.
    Thank you,
    Sergei

    There is discussion option as an out of the box feature. Check this: BI launch pad 4.0: Participate in a discussion about a document

  • How to add support for new file type.

    Using the ESDK, I would like to add support for new file type ( a new extension). this new extension will function like any other non visual code editor but will have specific syntax highlighting, code folding and explorer.
    I am trying ot figure out if I need to create a new editor or use existing JDeveloper code editor and add support for new file type. Does anyone have a high level outline on how to do this using the ESDK that is specifically targeted at adding new file type support for a text based code editor?
    I have looked at the Samples and keep going in multipe directions. It would be cool if there was an example that was how add syntax higlighting for new file type.
    Thank you

    Brian, thank you. I looked at this extension and it answered a lot of questions for me. I was going in the right direction but needed a little help and bost of confidence, this is just what I needed. I created the LanguageSupport, LanguageModel, Addin, Node and TextDocument that are specific to the new file type. I was getting hung up on how to hook this into the JDevelpoer editor. I keep thinking I have to create a custom editor but it looks like I don't have to and it looks like I can associate this file support with the editor framwork, for version 10.1.3.2, with the following in the Addin Initilize() method.
    Recognizer.mapExtensionToClass(MY_EXTENSION, MyNode.class);
    CodeEditor.registerNodeType(MyNode.class, MY_EXTENSION);
    LanguageModule.registerModuleForFileType(new MyLanguageModule(), MY_EXTENSION);
    I have done this but still not able to recognize the new file type.
    At this point, I just want to be able to recognize the new file and display it's associated icon or display a messare to the message log. I put a System.out.println("test") in the Initilize() method of my addin. then I registered MyAddin in the extension.xml. JDeveloper sees this new extension and it is loaded but I have not been able to show the test message or display the new icon when I open the new file type.
    extension.xml
    <?xml version="1.0" encoding="windows-1252" ?>
    <extension xmlns="http://jcp.org/jsr/198/extension-manifest"
               id="teisaacs.jdev.myext.MyAddin" version="1.0.0" esdk-version="1.0"
               rsbundle-class="teisaacs.jdev.myext.resources.MyResBundle">
        <name rskey="EXTENSION_NAME">My Code Editor</name>
        <owner rskey="EXTENSION_OWNER">Me</owner>
        <dependencies>
            <import version="10.1.3">oracle.jdeveloper</import>
        </dependencies>
        <hooks>
            <jdeveloper-hook>
                <addins>
                    <addin>teisaacs.jdev.myext.MyEditorAddin</addin>
                </addins>
            </jdeveloper-hook>
            <feature-hook>
                <description>My Code Editor</description>
                <optional>true</optional>
            </feature-hook>
            <document-hook>
                <documents>
                    <by-suffix document-class="teisaacs.jdev.myext.model.MySourceDocument">
                        <suffix>my</suffix>
                        <suffix>MY</suffix>
                    </by-suffix>
                </documents>
            </document-hook>
            <editor-hook>
                <editors>
                    <editor editor-class="teisaacs.jdev.myext.editor.MyEditor">
                        <name rskey="EXTENSION_NAME">My Editor</name>
                    </editor>
                    <mappings>
                        <mapping document-class='teisaacs.jdev.myext.model.MySourceDocument">         
                            <open-with editor-class="teisaacs.jdev.myrext.editor.MyEditor"
                                       preferred="true"/>
                            <open-with editor-class="javax.ide.editor.CodeEditor"/>
                        </mapping>
                    </mappings>
                </editors>
            </editor-hook>
        </hooks>
    </extension>
    public class MyAddin implements Addin {
        public static final String MY_EXTENSION = "my";
        public void initialize() {
            System.out.println("MyEditor Constructor");
            new MyLanguageModule();
            Recognizer.mapExtensionToClass(MY_EXTENSION, MyNode.class);
            CodeEditor.registerNodeType(MyNode.class, MY_EXTENSION);
            LanguageModule.registerModuleForFileType(new MyLanguageModule(), MY_EXTENSION);
    }I have added and removed the editor hook along with many other modificaitons to the extension.xml but still not recognizing the new file extension.
    Todd

  • [svn:bz-trunk] 20582: Add support for destination-include directory-path=" mydir"/ .

    Revision: 20582
    Revision: 20582
    Author:   [email protected]
    Date:     2011-03-03 12:35:14 -0800 (Thu, 03 Mar 2011)
    Log Message:
    Add support for <destination-include directory-path="mydir"/>.
    This will process each file ending in ".xml" as an individual <destination-include file-path=""/> element, allowing a web application to define a directory of destination configuration snippets.
    Added a new API to ConfigurationFileResolver.java: getFiles(String dir).
    This returns a list of XML files contained in this directory relative to the current configuration file.
    Updated both the ServletResourceResolver and the LocalFileResolver with implementations.
    Modified Paths:
        blazeds/trunk/modules/common/src/flex/messaging/config/ConfigurationConstants.java
        blazeds/trunk/modules/common/src/flex/messaging/config/ConfigurationFileResolver.java
        blazeds/trunk/modules/common/src/flex/messaging/config/LocalFileResolver.java
        blazeds/trunk/modules/core/src/flex/messaging/config/ServerConfigurationParser.java
        blazeds/trunk/modules/core/src/flex/messaging/config/ServletResourceResolver.java

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • HT201071 Please add support for Hasselblad CFV-50

    I just replaced my Hasselblad CFV-16 with the CFV-50, and now I have bad redish view only of my files both in Preview and Aperture.
    Please add support for the file format from CFV-50, it's not a all new Digital Back (it's out since severals years now).
    We can still convert files into DNG using Hasseblad tools and made the DNG file reconized by Preview and Aperture, but would like to be able to manage my original RAW files from Hasselblad in Aperture like I was used to do

    This is a user-to-user forum and is not monitored by Apple for feedback purposes. You can give feedback to Apple here: Apple - Mac OS X - Feedback

  • [svn] 3203: Add support for inline two-way data binding (syntax is @{expr}) .

    Revision: 3203<br />Author:   [email protected]<br />Date:     2008-09-14 05:11:47 -0700 (Sun, 14 Sep 2008)<br /><br />Log Message:<br />-----------<br />Add support for inline two-way data binding (syntax is @{expr}).  Also add support for two-way data binding via the <mx:Binding> tag and the new property twoWay=boolean (default is false).<br /><br />Code Reviewer: Paul<br />QA: tests for this feature need to be added to the regression test suite<br />Doc: new feature which needs to be documented<br /><br />Modified Paths:<br />--------------<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/InterfaceCompiler.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/analyzer/SyntaxAnalyzer.java <br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/AbstractBuilder.java <br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/AnonymousObjectGraph Builder.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/DocumentBuilder.java <br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/ModelBuilder.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/ServiceRequestBuilde r.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/XMLBuilder.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/XMLListBuilder.java< br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/dom/BindingNode.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/lang/TextParser.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/BindingExpression.java<b r />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/MxmlDocument.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler_en.properties

    EvilDave UK wrote:
    Surely there's a more practical way around this without having to reboot?
    Before you go to the trouble of going through all those steps, be warned that attempting to use Dreamweaver CS4 with SVN could even cause Dreamweaver to crash after updating to SVN 1.6.2. I, too, have abandoned SVN integration with Dreamweaver until the problems are sorted out. I reported this problem to Adobe a couple of weeks ago, and spent a long time working with an Adobe engineer, who was able to reproduce the problem, but not offer a solution. Hopefully, the next version of Dreamweaver will have more robust support for Subversion.

  • 10.4.7 Adds Support for Verizon/Sprint EVDO Cards

    Mac OS X 10.4.7 Adds support for the following EVDO Cards:
    - Novatel 620 (Verizon V620, Sprint S620)
    - Sierra AirCard 580 (Verizon & Sprint)
    - PC5220 (already was supported in 10.3.5, adds support for PC5220 new firmware)
    Lots more information and screenshots at:
    http://www.evdoinfo.com/TheNews/Latest_News/Apple_Adds_EVDO_Card_Support_in_10.4.720060627772/
    G5 Dual 2.5 GHZ, PowerBook G4 15 inch   Mac OS X (10.4.6)  

    If this is correct, then when I get my Merlin S620, all I need to do is pop it into my 17" Powerbook and I'm good to go??!?!?! If so, then WOOOOOOOOOOTTT! However, I am not getting an unlocked card...will I still need to go through a PC to unlock it? What are the steps?

  • Can you please add support for Gmail's archive feature?

    Can you please add support for Gmail's archive feature? I would like to be able to "archive" emails using the menu when I'm accessing my gmail account, reading and browsing emails. I would also like "archived" emails to be removed from the email listing once I tap the refresh option on the menu. Could you tell Blackberry to implement these features on the next update?

    hello, you can do this in current versions already :))
    for detail please see [[How to clear the Firefox cache]]

  • [svn] 4078: Add support for dataTips to Slider

    Revision: 4078
    Author: [email protected]
    Date: 2008-11-11 17:41:52 -0800 (Tue, 11 Nov 2008)
    Log Message:
    Add support for dataTips to Slider
    SDK-16291 Implement data tip for slider
    - Added new dynamic, optional skin part called "dataTip".
    - Added dataTipFormatFunction, dataTipPrecision and showDataTip properties
    - Added protected function positionDataTip
    - Added dataTip skin part to FxHSliderSkin and FxVSliderSkin
    - data tip is an IDataRenderer, so it can render any type of data
    The data tip appearance is defined entirely by the skin. The position of the
    data tip is calculated using a combination of the skin and the Slider controller.
    The following properties were not retained from the Halo Slider:
    - sliderDataTipClass (the skin part allows the developer to define the data tip type)
    - dataTipStyleName (styling is defined on the skin part)
    - dataTipOffset (the offset position is defined in the skin part)
    SDK-16823 - Gumbo Slider does not support scroll wheel to increment / decrement value
    Slider listens for scroll wheel events anywhere on or off the stage while it has focus.
    QE Notes: Test new properties, functions and data tip behavior
    Doc Notes: Added new properties and functions
    Bugs: SDK-16291, SDK-16823
    Reviewer: Glenn and Gordon
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-16291
    http://bugs.adobe.com/jira/browse/SDK-16823
    http://bugs.adobe.com/jira/browse/SDK-16291
    http://bugs.adobe.com/jira/browse/SDK-16823
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxHSlider.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxVSlider.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/baseClasses/FxSlider.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/baseClasses/FxTrackBase.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/skins/spark/FxHSliderSkin.mxml
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/skins/spark/FxVSliderSkin.mxml

    Kaffeegler
    Try rolling your fingertip on the mouse pad. This works very well and you have much more control.
    You've mentioned that you get fed up and then insert numbers or even click the up/down arrows.
    Alternatively and I only found this out the other day - thanks Victoria B.
    Use the comma , and period / stop . keys to navigate down / up through the settings below
    LR4 settings
    temp (white balance)
    tint
    exposure
    contrast
    highlights
    shadows
    white clipping
    black clipping
    clarity
    saturation
    vibrance
    LR3 settings
    temp (white balance)
    tint
    exposure
    contrast
    higlight recovery
    fill light
    black clipping
    brightness
    contrast
    and use the + and - keys  to move the sliders up and down in medium (±5)  steps and press control / cmd and + -  keys to use smaller (±1) steps. I think using the alt / option key with the + and - keys moves the sliders in larger (±10 oe 20) steps.
    You can use the aleft right rrow keys, but for some reason (bug), they dont follow the focus with the , and ., so you still need to click on the sliders to move the focus from one setting to another if you prefer to use the arrows.
    As I said above, the apple magic mouse is amazing for OSX snow leopard and Lion and is so intuitive for LR, but its an expensive mouse but IMHO well worth it
    Hope these help, the , and . is a great alternative to rolling your finger on the touchpad.
    hamish NIVEN Photography

  • Symantec Endpoint Protection (SEP) adds support for Windows 10 with 12.1.6 MP1.

    Hello Everyone,
    Symantec Endpoint Protection (SEP) adds support for Windows 10 with 12.1.6 MP1.For Symantec Endpoint Protection 12.1, a maintenance patch has been released on July 29, 2015. Customers will need to be current on maintenance to receive the maintenance patch update. For more information, visit our SEP 12.1 Windows 10 Knowledge Base.You can upgrade to Windows 10 with Symantec Endpoint Protection 12.1.6 MP1 installed. You must uninstall earlier versions of Symantec Endpoint Protection. The operating system upgrade stops if it detects an earlier version of Symantec Endpoint Protection.The following operating system upgrade paths are supported with 12.1.6 MP1 installed:Windows 8.1 to Windows 10Windows 8 to Windows 10Windows 7 to Windows 10For more details check the following article:http://www.symantec.com/docs/INFO2746SEP...
    This topic first appeared in the Spiceworks Community

    Hello,
    Just to give an update. We were able to make this work but we used Symantec Protection Engine for Cloud Services instead. Also, for anyone having problems with the parameters - we used the exact same parameters listed in Peoplebooks or on the delivered virusscan.xml file, just update the IP address. We also saved the xml file on both the Portal.war and PSIGW.war directories.

  • [Web Player] add support for gnash (opensource flash implementation)

    I'd love to see support for gnash - since it's working same way as flash (only difference it's opensource), so it won't be to add support for it since it's the same stnadard - data comes in the same format...  I'm runnin web player in chromium..

    Updated: 2015-06-30

  • What is new from the update 5.0 for Iphone 4 users?

    what is new from the update 5.0 for Iphone 4 users?

    Click......
    what is new from the update 5.0 for iphone 4 users?

Maybe you are looking for

  • Multiple Users Accessing Shared Memory

    I created a shared memory enabled class, and it works great for a simple scenario.  But, it's currently not sufficient for my needs.  Here's an example of what I'm trying to accomplish, and the events happen in this order! User 1 writes data XXX to s

  • Some of my photos from my iPhone are sinking to my iPad and others are not. I can't work out why this is the case.  Everything seems to be set up correctly.

    Having had an iPhone for some time, I recently purchased an iPad.  Everthing has been set up correctly in terms of iCloud, this was checked by Apple today, the set up in iTunes relating to photos says sync all, again I think this is correct. However,

  • Freezes on startup

    My macbook pro (mid-2012) started freezing up at startup today. The sound is there and then spinning gear stops. It does start in safe-mode. I checked the Console and under Diagnostics and Usage there is this message: 4/7/14 2:31:17.000 PM kernel[0]:

  • Db auto start in linux

    I m new to Linux, I want to configure that database should be automatically restarted as Linux Server starts. I have created dbora (/etc/initd/dbaora) with root user, and it has following contents, but I get below issues. ORA_HOME=/data1/oracle/produ

  • Credit memo request status to be complete

    Dear All, I have a scenario where I need to put the status of the credit memo request to be set to 'completed' Subsequent credit memo is archived as this credit memo req is very old ..from year 2009 Screen shot attached for your reference. I tried by