Aperture - strange behavior with external editor

Although I don't do this often, there are times I need to edit images with a 3rd party editor like Elements or Pixelmator. I noticed when I send an image by Photos> Edit with Pixelmator, the image that comes in is lacking any edits I may have created previously, particularly with Nik filters. Obviously, those edited versions are not being exported to the editor correctly. However, if I first "export" the image, and then bring it in an editor, the edits are carry over as one would expect. I am using the latest versions of both Aperture and Lion.
Anyone else noticing this and is there a way to change this strange behavior?
Ken

Hi Perfectism-
Most likely it is a bad power supply brick. This can be difficult to troubleshoot as the drive appears to spin up and the little light blinks but that is about all you get.
If the drive is still under warranty contact LaCie about replacing the power supply brick.
Luck-
-DP

Similar Messages

  • Aperture - Edit with External Editor - Photoshop

    Hi,
    I recently made my first attempt via Aperture to "Edit with External Editor" and in my case I have the preferences set to export to Photoshop CS4 Extended. The External Editor File Format (in preferences) selected is TIFF and as advised by Apple's Help menu this is set at 16-bit. The External Editor Color Spaces is set to Adobe-RGB (1998).
    I selected an image with some barrel distortion, hit the export button, and Aperture sent the new master to Photoshop. I did my fixing and saved. This automatically sends the updated file to Aperture. This is very handy and practical but I was shocked to see the size of the new and fixed file. The original file was a JPEG at 4MB and the new fixed file was a colossal 200+ MB file. I ended up throwing away the new file - too large.
    I am just wondering if this is normal? This is my first time using the Edit with External Editor in Aperture and I am also quite clueless about using Photoshop efficiently and properly. Could I have done something differently and received the new and fixed file at a smaller size?
    Thanks for your advice and help.
    Chau

    Chau wrote:
    I am just wondering if this is normal? This is my first time using the Edit with External Editor in Aperture and I am also quite clueless about using Photoshop efficiently and properly. Could I have done something differently and received the new and fixed file at a smaller size?
    This is normal.
    TIFF files get rather large and the 200 MB sounds about right. If I send a 1.63 MB JPEG at the same settings in PS CS5, I get a 134 MB TIFF after applying the Lens Correction filter and saving.
    If I send the same file as a TIFF 8-bit in Adobe-RGB (1998), I get back a 54.73 MB file.
    You could therefore send as an 8-bit TIFF to reduce the size. Additionally, the PSD format tends to return a slightly smaller file size (51.xx MB in the case here).
    A JPEG file is actually only an 8-bit file, so it isn't really necessary to go to 16-bit, but many users like to protect against further degradation of the JPEG when editing externally (especially from posterization where smooth gradients - such as a sky - start to break down into visible steps in the color transition).
    I personally send as TIFF 8-bit in the sRGB color space and if the image shows degradation, then I might change to the TIFF 16-bit (or simply not use that image).

  • Opening with external editor always makes new version

    i am a fine art figure photographer and portrait artist. almost every photo that i want to finish has to be round tripped to photoshop for retouching. in Aperture 1.5, i could select a photo, open in external editor (photoshop cs3), make my retouches and save the new version. if i wanted to re-visit the image and make further modifications, i could select the round-tripped photo, open with external editor, and the edited photo would be opened without creating a new version.
    now in Aperture 2.0, once an image is edited and the new version saved, if i try to re-visit the image Aperture always creates a new version. this is a behavior that i don't want. new versions of photoshop edits are expensive when it comes to disk space. and with 30,000 images in my library, i just can't afford it!
    in the preferences, i have the option "Create new versions when making adjustments" unchecked. that's the only option i can see that affects the automatic creation of new versions. any advice on how to edit the image without making a copy would be greatly appreciated!
    thanks,
    scott
    Message was edited by: scott nichol

    Hi,
    I had the same problem as the OP and was surprised to read that Ian didn't encounter that same behavior. So I started testing several options. This is what I found;
    When I open a previously-externally-edited picture from within Aperture, using the keyboard shortcut ⇧⌘ O, Aperture automatically creates a new version.
    The same thing happens when I choose 'Edit with Adobe Photoshop CS3' from the Images menu in the menu bar.
    On the other hand, when I open a previously-externally-edited picture from within Aperture by Ctrl clicking the picture and choosing 'Edit with Adobe Photoshop CS3' from the pop-up menu, the picture opens in Photoshop without Aperture creating a new version first.
    Very strange because the pop-up menu command has the same keyboard shortcut as the commands I used in the first and second attempt.
    Hope this helps.
    Cheers,
    Ivan

  • "Open with External Editor" command bug?

    Seems to be a bug with "open with external editor" command. If I try it just after Aperture has been opened, it usually works (sometimes not). And then after a couple of photos being edited in photoshop, it sometimes stops working. When I try it, it simply gives me SBBOD for a few seconds (which it does when it's working as well), and then nothing happens. No new master created in Aperture, and nothing in Photoshop. If I restart the program, it usually takes care of the problem, and it will work again for a bit. Sometimes restarting the program doesn't even work, and I have to reboot. Very strange.
    Any one else getting this? Any ideas?
    I'm using 1.1.1 and Photoshop CS2.
    powerbook G4 1.5 Ghz   Mac OS X (10.4.6)   2 GB RAM, ATI Radeon 9700 (64MB VRAM), 80 GB ATA HD (5400rpm)

    Anyone out there? No one else experiencig this "bug"?
    Help, please.

  • Strange behavior with DefaultCellEditor

    Hello everybody,
    I found a strange behavior with DefaultCellEditor using a JTextField in a JTable. The following line will show, what I mean:
    setDefaultCellEditor(String.class,new DefaultCellEditor(new JTextField()));
    Imho this should do the same as JTable does already, when it installs a JTextField as default cell editor for cell values of the String class. But, it seems, that it is not the same:
    When I add this line in the constructor of a JTable subclass the editor component seems to be less wide and less high to the right and bottom - it looks so with Win95 with JDK 1.4.0 - but with Win2000 it is correct for example.
    My question is - how can it be, that the normal default cell editor does not have this behavior but when I use the line above, it is displayed in the wrong way?- What does the default cell editor in another way than I do it, that it has not this ugly display?
    I would like to look in the sources, but unfortunately I can't find the source code in JDK 1.4.0 - perhaps you have a hint, where to find it.
    greetings Marsian

    It seems the Label doesn't like it, that it is in a GridCell with rowspan = 2
    If it is in a normal cell (no rowspan), it works.
    If I add ColumnConstraints to the gridpane, it kind of works, but the Label still occupies more space than it should.
    Edited by: csh on 19.07.2012 03:51

  • Deleted RAW file after "Open with External Editor"

    I opened a file in PS using the "Open with External Editor" command and saved and it saved the update in Aperture but I needed to make anothe change so I did the same as before using the "Open with External Editor" command. Aperture created another "version" so I attempted to delete the version and it deleted all the versions as well as the "Master" RAW file. I went into my trash to find the RAW file and PS file that I wanted to keep but the RAW file was not there. I don't understand why it would put the PS file in the trash but the RAW file is nowhere to be found. Is there another place that it would go?
    Dual 2.7 G5   Mac OS X (10.4.8)   5GB RAM

    If the master was inside the Library then after deleting it, should be in the Trash, inside a folder called Aperture.
    If it was a referenced master it should be still in the location it was unless you ticked the box 'send master to trash', in that case it'll be the same as if it was inside the Library.

  • Open with External Editor Profile sRGB instead of Adobe RGB

    Hi,
    I know in the export presets I can adjust what profile aperture will use. But what about when I open with External Editor. I like doing this because I can open my image in PhotoShop make my adjustments then save it and have aperture manage my files. But when I do this it opens the file with Adobe RGB, my lab and I sometimes want Adobe RGB. How can I change this without exporting the file and reimporting the file. Thanks.

    Aperture uses a color space larger than AdobeRGB and sRGB. When an image is sent to Photoshop is converted to a 16bit AdobeRGB PSD file in order to get the largest color space to work with.
    sRGB would be necessary when exporting to the web and/or send it to a printer that requieres that color profile, and that's why you have it in the export presets.

  • No new version from Open With External Editor?

    Is there a way to not create a new version every time I use "Open with External Editor"?
    If I want to open an image in PS, just opening it creates a new version in Aperture, even if I don't make any adjustments to the image in PS.
    I've deselected "Create new versions when making adjustments" in the preferences.
    Thanks for anyone's insight!

    Not sure this will help, but I noticed this problem as well a while ago, but have since developed a work around...
    All my files start off as RAW. When I use "Open in External Editor", Aperture generates a new version with a bulls eye target (this is my C2 version). If manipulate this image in CS and save it when I close, it remains as a bullseye target (look at the lower right corner in full screen). If I reopen this specific image, no new file will be generated. If I manipulate it in Aperture, a new file will be generated (but without the bullseye target) and if I then use "Open in External Editor" another new file will be generated.
    I have never checked to see what happens with a primary PSD file imported. And I am sure the meaning the bullseye target is in the manual someplace.
    So my workflow is RAW file-->all my desired aperture adjustments-->open in external editor for final clean up and modification. I end up with my original RAW file (Aperture modified and restorable to original by removing all selections) and one CS2 file. If I want several version off of my first CS2 file, I duplicate version of the CS2 file, and the open the bullseyed version NOT the new duplicate version image.
    Hope this helps...i know is seems wierd, but it works
    steven

  • 16bt files with external editor

    Am I missing something very obvious?
    No matter what I do, I am unable to export to external editor (photoshop) and have them open as 16bt files. They always open as 8bt.
    What am I doing wrong?

    No, you are right. My nice 16 bit file goes to 8 bits
    when opened in the external editor. Needs to be fixed.
    Needs to be fixed and we should not be forced into Adobe RGB (1998)! What if the scene gamut exceeds this? I can’t get ProPhoto? Or the scene gamut is much smaller but I want 16-bit sRGB?
    Is there any logic in how Aperture is providing this encoding? Again, I suspected it was based on the EXIF data the camera writes to the RAW file based on the matrix. I’m lazy but should set my Canon to sRGB, shoot RAW and see what Aperture thinks it should use. But that doesn’t matter because having only sRGB or Adobe RGB (1998) doesn’t cut it.
    Why not allow us to setup as we do with Export how we want the Open with External Editor to handle all this?
    From a color management perspective, this application is hopeless lame. Hard to believe it’s from the company that started the ICC and introduced ColorSync. We can’t control the rendering intent for output color spaces. The Histogram doesn’t tell us squat about the rendered image and there’s no RGB info palette (that again should tell us the values AFTER we produce a true RGB image. How can they call this a Pro tool?
    Message was edited by: digitaldog

  • New Photo in OS X option to edit photo with external editor such as Photoshop has been removed. will this be back!

    Hi
    I have just updated my iPhoto to Photos in OS X and i have noticed that the option to edit photo with external editor such as Photoshop has been removed. will this be back!
    Its now a pain to send a photo directly to my favourite photo editing software.
    Ross

    Thanks Terence
    Totally understand being a new app and not an update.
    So i'm a ammeter photographer and i like the way i can view my photos in iPhoto and i'm happy with the new App for this also, however i like to edit my photos in PS from time to time and i shoot in raw. As i can no longer select edit in external editor from the photo app i tired to drag a RAW photo to PS but this didn't work. i then tried dragging to desktop but this then made a jpeg so i loose my raw advantage. I would like to be able to find my original raw photos easily so i can edit them in PS.
    Hope that makes sense?
    Ross

  • Strange behavior with Collections

    Hello!
    I have a - from my point of view - strange behavior with a List (same also applies to Vector, LinkedList, and others):
    List<String> myList = new myList<String>;
    myList.add("One");
    while (true) {
    try {
    System.out.println(myList.size());
    throw new Exception();
    } catch (Exception e) {
    e.printStackTrace();
    }And the result is 1, 2, 2, 2, ...although I added only one element. The two elements in the List point to the same object.
    What could case this issue?
    Regards,

    len00x wrote:
    List<String> myList = new myList<String>;This doesn't even look like it will compile for at least one reason, easily two.

  • Strange behavior with Label#setWrapText(true) in GridPane.

    I've got a strange behavior with a Label, which has setWrapText(true) in a GridPane.
    Check out the sample and click the button.
    You see, that the GridPane suddenly behaves as if it had GridPane.setVGrow and HGrow set for the lblStatus.
    (it takes the full available space).
    Furthermore the first column shrinks to a minimum, so that lblText1 can't display its text anymore.
    Tested with 2.1 GA.
    Any help with that?
    import javafx.application.Application;
    import javafx.event.ActionEvent;
    import javafx.event.EventHandler;
    import javafx.geometry.Insets;
    import javafx.scene.Scene;
    import javafx.scene.control.Button;
    import javafx.scene.control.Label;
    import javafx.scene.layout.GridPane;
    import javafx.stage.Stage;
    public class TestApp4 extends Application {
        public static void main(String[] args) {
            launch(args);
        @Override
        public void start(final Stage stage) throws Exception {
            GridPane gridPane = new GridPane();
            gridPane.setPadding(new Insets(2, 2, 2, 2));
            Label lblText1 = new Label();
            lblText1.textProperty().set("Some text");
            Label lblText2 = new Label();
            lblText2.textProperty().set("Some other text");
            Button btnClick = new Button();
            btnClick.textProperty().set("Click me");
            final Label lblStatus = new Label();
            lblStatus.setWrapText(true);
            gridPane.add(lblText1, 0, 0, 1, 1);
            gridPane.add(lblText2, 1, 0);
            gridPane.add(lblStatus, 0, 2, 2, 1);
            gridPane.add(btnClick, 0, 3, 2, 1);
            btnClick.setOnAction(new EventHandler<ActionEvent>() {
                @Override
                public void handle(ActionEvent actionEvent) {
                    lblStatus.setText("very long text, very long text, very long text, very long text,very long text, very long text");
            gridPane.setGridLinesVisible(true);
            Scene scene = new Scene(gridPane, 300, 300);
            stage.setScene(scene);
            stage.show();
    }Edited by: csh on 19.07.2012 03:35

    It seems the Label doesn't like it, that it is in a GridCell with rowspan = 2
    If it is in a normal cell (no rowspan), it works.
    If I add ColumnConstraints to the gridpane, it kind of works, but the Label still occupies more space than it should.
    Edited by: csh on 19.07.2012 03:51

  • Strange behavior with Bindings??

    Hello to all JavaFX 2 Binding experts,
    I have a strange behavior with Bindings in JavaFX 2.2 (Java 1.7 update 21). Please have a look at the following source code:
    package test;
    import javafx.application.Application;
    import javafx.beans.binding.BooleanBinding;
    import javafx.beans.property.SimpleBooleanProperty;
    import javafx.beans.value.ChangeListener;
    import javafx.beans.value.ObservableValue;
    import javafx.fxml.FXML;
    import javafx.fxml.FXMLLoader;
    import javafx.scene.Parent;
    import javafx.scene.Scene;
    import javafx.scene.control.Label;
    import javafx.scene.control.RadioButton;
    import javafx.stage.Stage;
    public class BindingVsProperty extends Application
        @FXML
        private RadioButton opt11;
        @FXML
        private RadioButton opt12;
        @FXML
        private RadioButton opt21;
        @FXML
        private RadioButton opt22;
        @FXML
        private Label lbl11And21;
      @Override
        public void start(Stage arg0) throws Exception
            FXMLLoader l_loader = new FXMLLoader();
            l_loader.setLocation(BindingVsProperty.class.getResource("BindingVsproperty.fxml"));
            l_loader.setController(this);
            l_loader.load();
            Scene l_scene = new Scene((Parent)l_loader.getRoot());
            arg0.setScene(l_scene);
            useBinding1();
            //useBinding2();
            //useBinding3();
            arg0.show();
        private void useBinding1() // NOT WORKING - ChangeListener.changed(..) is not called
            BooleanBinding l_andOpt11Opt21 = opt11.selectedProperty().and(opt21.selectedProperty());
            l_andOpt11Opt21.addListener(new ChangeListener<Boolean>()
                @Override
                public void changed(ObservableValue<? extends Boolean> arg0, Boolean arg1, Boolean arg2)
                    System.out.println("Opt 1.1 AND Opt 2.1 changed to: " + arg2);
        private void useBinding2() // OK - ChangeListener.changed(..) is called
            BooleanBinding l_andOpt11Opt21 = opt11.selectedProperty().and(opt21.selectedProperty());
            lbl11And21.visibleProperty().bind(l_andOpt11Opt21);
            l_andOpt11Opt21.addListener(new ChangeListener<Boolean>()
                @Override
                public void changed(ObservableValue<? extends Boolean> arg0, Boolean arg1, Boolean arg2)
                    System.out.println("Opt 1.1 AND Opt 2.1 changed to: " + arg2);
        private void useBinding3() // NOT WORKING - ChangeListener.changed(..) is not called
            BooleanBinding l_andOpt11Opt21 = opt11.selectedProperty().and(opt21.selectedProperty());
            new SimpleBooleanProperty(false).bind(l_andOpt11Opt21);
            l_andOpt11Opt21.addListener(new ChangeListener<Boolean>()
                @Override
                public void changed(ObservableValue<? extends Boolean> arg0, Boolean arg1, Boolean arg2)
                    System.out.println("Opt 1.1 AND Opt 2.1 changed to: " + arg2);
        public static void main(String[] args)
            launch(args);
    <?xml version="1.0" encoding="UTF-8"?>
    <?import java.lang.*?>
    <?import java.util.*?>
    <?import javafx.scene.control.*?>
    <?import javafx.scene.layout.*?>
    <?import javafx.scene.paint.*?>
    <BorderPane id="BorderPane" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefWidth="371.0" xmlns:fx="http://javafx.com/fxml">
      <center>
        <AnchorPane prefHeight="200.0" prefWidth="200.0">
          <children>
            <Label id="lblAnd" fx:id="lbl11And21" layoutX="82.0" layoutY="121.0" text="Group1 Opt1 AND Group2 Opt1 is true" textFill="#41cc00" visible="false" />
            <RadioButton fx:id="opt21" layoutX="216.0" layoutY="24.0" mnemonicParsing="false" text="Group 2 - Opt 1">
              <toggleGroup>
                <ToggleGroup fx:id="group2" />
              </toggleGroup>
            </RadioButton>
            <RadioButton fx:id="opt22" layoutX="216.0" layoutY="67.0" mnemonicParsing="false" text="Group 2 - Opt 2" toggleGroup="$group2" />
            <RadioButton fx:id="opt11" layoutX="29.0" layoutY="24.0" mnemonicParsing="false" text="Group 1 - Opt 1">
              <toggleGroup>
                <ToggleGroup fx:id="group1" />
              </toggleGroup>
            </RadioButton>
            <RadioButton fx:id="opt12" layoutX="29.0" layoutY="67.0" mnemonicParsing="false" text="Group 1- Opt 2" toggleGroup="$group1" />
          </children>
        </AnchorPane>
      </center>
    </BorderPane>
    What I need for my application is the use case in useBinding1(), i.e., a BooleanBinding where several listeners are attached to. The problem is that I never get a callback in the ChangeListener if one of the RadioButton.selectedProperty() is changed.
    Now I tried what happens if I use the same BooleanBinding for another binding to a property plus the listener, now the listener gets callbacks as expected! (see useBinding2() )
    Than I thought may be Bindings must be bound in order to trigger listeners and tried useBinding3() where I bind the BooleanBinding to a new BooleanProperty, in this case the listener doesn't get callback anymore...
    And now I'm very frustrated and hope that anyone out there can help me to understand this strange behavior.
    Thanks a lot!
    WhiteAntelope

    All these work just fine for me: the listeners are all called as expected. Note that the listener is only invoked when the value of the binding actually changes, which doesn't happen every time a radio button is pressed. (For example, if both buttons are unselected, the binding is false. If one button is selected, the binding remains false and the listener is not invoked. When the second button is selected, the binding becomes true, and the listener is invoked.)

  • "Use RAW files with external editor" greyed out for Photoshop CS2?

    I've just upgraded from iPhoto 5, and the "Use RAW files with external editor" option in the advanced preferences is greyed out when I select Photoshop CS2 as my external editor (back in the General pane).
    It works fine when Preview.app is selected. I can understand that pre-CS2 Photoshop wouldn't be available, but CS2 is capable of editing RAW images.
    Has anyone been able to get iPhoto 6 to send a RAW image to Photoshop CS2 using this preference? I've written an Applescript to do it in iPhoto 5, but I'd rather use something cleaner...
    15" PowerBook G4   Mac OS X (10.4.4)  

    Works great with Photoshop Elements, opens with Camera Raw. The issue is you can't save it so that iPhoto gets the changes.
    You have to save it and then re-import. I tried all permutations of saving it in originals and modified folders in the library. No luck. The only thing I didn't try is to save it as a jpeg over the top of the full sized one iPhoto created on import.

  • Open untagged JPEG with external editor, then be attached with sRGB profile

    Hi there,
    I wonder why I open untagged JPEG with "external editor" (Photoshop CS) , then the JPEG will be attached with sRGB profile. Of course my color setting on photoshop is "Use the embedded profile".
    I think sRGB is the default RGB space of colorsync utility , because the profile is also sRGB when you check "Add Colorsync Profile" on iPhoto 6.
    Anyway , I want to set up total Adobe RGB workflow , so does anybody know how to change sRGB profile to Adobe RGB profile when opening untagged JPEG directly with external editor?

    Thank you for your reply , Lloyd.
    I am sorry , but I noticed my misunderstanding message.
    As you know , you can change raw and other image files to tiff or psd for external editor. You can select that on the preference. At this situation , if you pass nontagged image file to external editor , then automatically sRGB profile is attached.
    I don't think this is related to export preset for JPEG file.

Maybe you are looking for

  • I'n not able to boot Osx 10.6 from Firewire Hd if I use USB yes ... Why?

    Hi , I've problem with the internal hd of my Imac. The option is to change de HD or to use an external HD to boot from. At the Apple store they showed me the possibility to use a firewire HD to install and run the system on my mac . I already had a f

  • Password protecting a thick Java client

    Any ideas on the best way to password protect a thick Java client? I write a standalone application. In the current version, I give users a password, but that password can easily be shared from host to host. I need a mechanism that makes it much more

  • Apple TV loose Datas on HDD sometimes

    Hello together. I've sometimes the problem, that Apple TV is loosing the Files on Apple TVs HDD. I starte Apple TV, but it's empty. That i look into the iTunes settings and the syncronisations is away. Then I start on Apple TV the synchronisation new

  • IPhoto 6 Print to PDF Errors

    Please advise: how can I restore the functionality of printing an iPhoto 6 photobook to PDF? I was successful before my upgrade to Leopard in printing to PDF my iPhoto photobooks. However, no matter how I tried, even opening a new instance of iPhoto

  • Adobe CS3 - No record of purchase, how do I re-download?

    This is so crazy, I don't even know where to start.  I'll try in a nutshell: 1)  I have InDesign CS on disc. 2)  I upgraded to CS2.  I have record of all of that, and Adobe has my record of that purchase.  (Although I can no longer download from thei