Is it possible to return to CR from PS without converting to a smart object?

I saw somewhere that the was a menu in Filters to return to CR, but I don't see it in CS6.

In CS6 and earlier you need to make the image a smart object in Camera Raw.
Holding the Shift key changes the "Open Image" to "Open Smart Object.
Once you are in PS you can double click the SO and return to Camera Raw.
But the smart object needed to be created by Camera Raw for this to work.
Converting a regular layer to a SO in Photoshop won't work. It will just open the image again in another PS window.

Similar Messages

  • Send a raw photo from lightroom to photoshop as a smart "object"

    how to send a raw photo from lightroom to photoshop as a smart "object" not a flat "image" so it does not flatten the image but so I still get all the adjustments i have made in lightroom to show up in photoshop?

    Select the image in Lightroom, choose 'Edit in' from Photo menu then choose 'Open as Smart Object in Photoshop'. The file will transfer to Photohop (Ps) complete with Lr applied edits which can be refined in Camera Raw by double clicking on icon in the Ps Layers panel (see screen shot).

  • Possibility of returning derived type from inherited operator

    Hello forum,
    I am wondering the possibility of returning a derived type from an inherited operator. A test case would include two class definitions such as:
    Public Class Base
    Dim _a
    Public ReadOnly Property A As Integer
    Get
    Return _a
    End Get
    End Property
    Public Shared Operator +(ByVal base1 As Base, _
    ByVal base2 As Base) As Base
    Return New Base(base1.A + base2.A)
    End Operator
    Public Sub New(ByVal a As Integer)
    _a = a
    End Sub
    End Class
    Public Class Derived
    Inherits Base
    Public Sub New(ByVal a As Integer)
    MyBase.New(a)
    End Sub
    End Class
    and implementation such as:
    Dim derivedA As Derived = New Derived(1)
    Dim derivedB As Derived = New Derived(1)
    Dim derivedResult As Derived = derivedA + derivedB
    'would like result as derived, not base!
    This test case returns the error that the derivedResult cannot by cast to the base type (as this is how the operator is defined). I am wondering: is there a way to change the operator definition so that the derived type is returned from the operation? There
    could be many derived types and avoiding overloading the method in each type definition could reduce the amount of code.
    Many thanks.

    I'm just Frank, not "Mr. Smith". ;-)
    I suspect that Reed is onto it with generics. He's quite familiar with it and in a question I posted a few years ago - about derived classes - he answered it using generics.
    Let's see what you or he comes up with. :)
    Still lost in code, just at a little higher level.
    Haha, I was like "who is Mr. Smith.... oh yeah, that's Frank's last name".  ;)
    @James3210:  same here... it's just Reed.  Wearing a shirt with a collar is about as formal as I get.  :)
    Anyway, back to the subject at hand, I think the generic method in conjunction with the operator overload is the way to go.  Since you'll have to write the operator on each class anyway, at least you can copy-paste the operator code and then just change
    the type used for "T":
    Public Class FooBase
    Private anInteger As Integer
    Protected Shared Function Add(Of T As {FooBase, New})(source As T, target As T) As FooBase
    Return New T() With {.anInteger = source.anInteger + target.anInteger}
    End Function
    Public Shared Operator +(source As FooBase, target As FooBase) As FooBase
    Return FooBase.Add(Of FooBase)(source, target)
    End Operator
    End Class
    Public Class DerivedFoo
    Inherits FooBase
    Public Overloads Shared Operator +(source As DerivedFoo, target As DerivedFoo) As DerivedFoo
    Return FooBase.Add(Of DerivedFoo)(source, target)
    End Operator
    End Class
    Public Class DerivedFooTwo
    Inherits FooBase
    Public Overloads Shared Operator +(source As DerivedFooTwo, target As DerivedFooTwo) As DerivedFooTwo
    Return FooBase.Add(Of DerivedFooTwo)(source, target)
    End Operator
    End Class
    In this example the shared Add() method is internal to the FooBase objects, but you could make the access modifier public if you wanted to expose the method for direct use.
    -EDIT-
    Sorry, I forgot you wanted to return the object type from the operator, not the internal result.  I've updated the code to return a new object instance.
    Reed Kimble - "When you do things right, people won't be sure you've done anything at all"

  • Return Material back from Vendor without PO

    We are having problems returning material back from a Vendor without a PO. We had sent some of our product to a Vendor to have them restack the pallets. Now we cannot bring the material back in without referecning the PO. (RGA) (VA01). We are allowed to do this on the sales side of our business when we are dealing with customers but not with a regular Vendor. Is there some flag on the Vendor that I need to check? Please let me k now.

    Hi
    You could do a goods receipt with movement type 501 whish is Goods receipt without a Purchase Order but be careful has this has the effect of making stock appear from nowhere.
    This can be done with transaction MB1C
    I hope that this helps

  • Problems launching Bridge from Photoshop and opening files as smart objects in Photoshop from Lightr

    I am running Photoshop CC (up to date as of today) and Lightroom 5.2.  I  am hitting 2 major problems.  In Photoshop if I select File/Browse in Bridge I get the following message
    "Could not complete the Browse in Bridge command because Photoshop was unable to find the JavaScript plug-in".
    However if I simply launch Bridge as an application it works ok (now I have reset the default application for all the appropriate file extentions to Photoshop CC rather than Photoshop in Bridge preferences) and opens the file in Camera Raw 8.2 in Photoshop when a Raw file is double clicked.
    The second problem is associated with opening raw files in Lightroom 5.2, editing and then trying to "photo/edit in/Open as smart object in Photoshop" .  In this case Photoshop opens with a blank screen and nothing happens  Eventually about a minute later this message appears in Lightroom 5.2
    "The file could not be edited because Adobe Photoshop CC could not be launched."
    Rather strange message as the first thing that happened was that Photoshop CC opened!!
    Same thing happens if try "photo/Edit in/Edit in Adobe Photoshop CC" except that having shut down photoshop I see a message from Lightroom 5.2 saying
    Lightoom was unable to prepare the selected file at ..... for editing.  It will not be opened.
    When I click the OK button on this message low and behold the tif version of the RAW file opens in Photoshop. ready for futher editing with all the Lightroom edits applied.
    Can anyone help me in sorting out this problem please
    Operating system is Windows 8 64 bit and I am running the 64 bit Adobe applications.

    Solved the problems by uninstalling Bridge and Photoshop then going into Creative Cloud App and re-installing both.

  • How can I get an SVG file from a PSD made up of Smart Objects?

    I have a Photoshop file made up of Vector Smart Objects. How can I get a single vector file from this? I eventually need an SVG file.

    You can't. PS doesn't do SVG and even if it did, it wouldn't retain SO vectors in teh way you probably expect it to. That's simply not how SVGs work. You will have to use Inkscape, Illustrator or otehr tools, if you realyl need vector SVGs.
    Mylenium

  • Possible to return List T from a method based on Class T parameter?

    Hi all,
    I would like to implement a method as below:
    private List<T> createList(Class<T> cls) {
    }This method would then be possible to call this way:
    List<?> myDynamicGenericList = createList(someClass);Where someClass could be BigDecimal.class (should be known at compile time I suppose, cannot use reference to just "Class")
    I would then like to be able to get type check when adding elements in myDynamicGenericList:
    myDynamicGenericList .add(someBigDecimal); // Ok!
    myDynamicGenericList .add(someString); // Compilation error!Is this possible to achieve?
    With best regards/
    AC
    Message was edited by:
    Alecor9

      public static void main(String args[])
        List<BigDecimal> myList = createList(BigDecimal.class);
        myList.add(new BigDecimal("45.00"));
        myList.add(new BigDecimal("82.95"));
        for (BigDecimal bd : myList)
          System.out.println("decimal["+bd.toString()+"]");
      static <T> List<T>  createList(Class<T> someClass)
        List<T> someList = new ArrayList<T>();
        return someList;
      }Or you could do this:
      static <T extends Number> List<T>  createList(Class<T> someClass)
        List<T> someList = new ArrayList<T>();
        return someList;
      }

  • How to print from 14 without converting to pdf? running ics on galaxy s iii

    i have galaxy s iii on sprint. currently still on ics. when i open the main hardware menu for general options i have no button for print. there is save to pdf... which i could print through another app after finding the file. but it would be nice if there was a way just to click print from menu.

    you two clearly have no experience or are in any way knowledgeable regarding android programs. printing is widely available through many programs. both browser and also independant printing apps as well. previous versions of the Firefox app supported printing through addons. howvlever at least now i am aware of how useless asking on this forum is

  • Radio Buttons - returning individual values from an exclusion group possible?

    Using LC Designer 7.1
    Does anyone know if it is possible to return individual values from an exclusion group of radio buttons?  My xml data file gives one value for the entire group, e.g.,
    2
    ...where the second radio button was selected.  But I'd prefer an output something like this...
      0
      1
      0
    etc...
    Is something in this format possible?

    You might be better off to use checkboxes and script them to act like radio buttons (as an exclusion group). That way they'd each have an on/off value.
    Regards,
    Dave

  • Smart object problems, from AI to PS = pixelated

    Hello and greetings,
    I am new here and looking forward to getting some help, and hopefully giving advice. How is everyone today?
    Ok my problem is:
    I am designing a website is Illustrator and finalizing it in photoshop (as this is the file the web developer asked for) I have the main design done, buttons and panels etc -
    so I copy the object I want from Ai to PS as a smart object. The web doc in PS is set to 72dpi, which is fine - it looks 'clean' at 100%. However when I do this process on the works PC the result is fine and good eg - looks 'clean' at 100% -
    I took my work home to finish on my Mac and when I did the same process it was really pixelated beyond beleif! This is not good! NOT GOOD!! I have compaired one of the buttons from the doc at work to one of the buttons on the same doc dome on my Mac and the difference is terrible.
    HELP - Are there some settings I am over looking? I have checked the 'clipboard' settings in Illustrator to recomended to what I could find on the web and nothing has changed? Do I have to close the program for the preferences to work? Please please help
    Many thanks Elles.x x
    ps: I am running CS4 at work on a PC and at home CS3 Mac

    Thanks Ozzwoman for your advice , it seems to be the thing to do as I have read on here to sort this issue - shall I be doing the same for Illustrator? Or do you know the settings for AI clipboard prefs?
    Nice pooch by the way, does he have a name?
    elles.x x
    ps: will try 'Operation deleting prefs' when I get home, bout an hour or so, I will let you know how is goes!

  • Create Smart Object /Frame Layer from open file in PSE8?

    I'm loving the trial version of PSE 8.  Several features that I don't want to live without!
    One thing that I find more difficult is creating a Smart Object or a Frame Layer (did those get replaced?) from an open file.  Because I digital scrapbook in different aspect ratios (12x12 for print and 15x9 for my photo frame) I want to maintain independent resolution of my pictures so I can change the crop, size etc.  My regular process (pse6) is to open a bunch of pictures and elements (papers, embellishments, etc), adjust the pictures as I desire (usually Smart Fix, plus a little midtone contrast), drop the elements into a blank file or template from the layers palette so they will not be frame layers, but drop the photos in from the Open Files bin as Frame Layers.  Then I simply resize the frame itself to match what I want on the page, and adjust the picture inside the frame.
    With PSE 8 I found I can drop a file from "Show Files from Organizer" and they will become Smart Objects (File: Place works too).  However, they have to be saved first, and I often don't save all my changes.   I would like to be able to create a Smart object or Frame Layer from an open file.
    Also, is there any way to change the size/zoo of the picture within a Smart Object?    Or crop it?  If not, does this really mean I have to crop my file, save it, and then add it as a Smart Object?  Ugh.  (Or create a rectangle for each SO and group them to form a clipping mask, I suppose. Either is a pain).
    Any recommendations for a better workflow that maintains independence?
    Thanks,
    Lisa

    Thank you!  This is very timely as I've been playing around with digital scrapbooking a lot more.  I've been having luck with using a grouped layer to "crop" the photo.  This way I can actually crop out what I know I'll never use, but use the layer mask to keep some edges that I might want around.
    Do you have any opinion on whether it's better to use a smart object or not?  I'll try both, I guess, and see what it does to my file size.
    Lisa

  • Smart objects from Illustrator and Indesign dimensions problem

    I have been trying to find an answer to this problem for 6 months now and surprised no one else has tried to find any answers.
    When we import something from illustrator or indesign as a smart object, for some reason the objects width and height will not keep their  dimensions in proportion.
    When the asset is first imported as a smart object it says the width and height are exactly 100%. However after that if you try to change the dimensions they will be out of proportion, usually the width will be 100% but the height will be out by about 1% to begin with. When you scale up, the percentages fall further and further apart. See image attached.
    This has become a real problem for our workflow as the creative director insists we must  correct every layer which has this issue by typing in the sizes manually, but then this doesnt always fix the problem either depending on which version of photoshop you are using.
    Why does this happen, and how can we fix it for good?
    Thanks, Chris.

    JJMack wrote:
    SAS_Creative wrote:
    When we import something from illustrator or indesign as a smart object, for some reason the objects width and height will not keep their  dimensions in proportion.
    I do not have the answer for I don't have illustrator and indesign.  I do have Photoshop and have notice that it try to match resolutions and maintain sizes but it may also scale placed object etc. There are some some Photoshop preferences setting that can effect some operations. Photoshop also has support for non square pixels.
    Make some test if illustrator and indesign have setting for pixel aspect ratio and DPI resolution. Make sure all documents have the same pixel aspect ratio and same DPI resolution and that the vector object to be imported are not larger then the Photoshop document their being imported to.
    Thanks for the suggestions, but none of these would be the answer. Illustrator is Vector so it does not use DPI / Pixel aspect ratios etc.

  • Trying to paste from Illustrator as smart object

    Is there a trick to pasting a pixel-perfect vector image from Illustrator into Photoshop as a smart object, and not introduce a bunch of anti-aliasing that was not in the original file? My images are perfectly aligned with the pixel grid in Illustrator, and the pixel preview shows them correctly.
    This page is helpful for dealing with vector shape layers, but the techniques he talks about don't work for smart objects. Strangely, he says he doesn't have a problem with smart objects, but I do.
    Here is an example of what I'm talking about: a simple 13x13 pixel image in Illustrator turns to crap in Photoshop when pasted as a smart object (I know an image as simple as this could be pasted as a shape layer, but the real images I'm working with are much more complex, and cannot be pasted as simple shape layers).
    I'm using Photoshop CS4.

    Good news, everyone! With the release of Photoshop CC 2014, this is STILL broken.
    Starting with an Illustrator document that is 50x50 px:
    Then create a 50x50 square, at x=0 and y=0:
    Create a 30x30 square over top of that, inset it (x=10 and y=10):
    Use Pathfinder to punch out the front:
    Paste that into Photoshop as a smart object. 100%x100%, at exactly x=0 and y=0.
    Expected behavior:
    The first ten rows and the first ten columns of pixels should have a solid color.  The pixels in the 11th row or column should be 100% transparent, right? We punched a hole with precise coordinates, and have the Photoshop document matching the document size as well as accommodate exactly 100% of the object.
    But instead, we get this:
    Zooming in further, you can see the 11th pixel, whether looking at the rows or columns, has a slight bleed of the color and opaqueness from the pixel immediately above/left:
    It is approximately 6% of the strength of the adjacent pixel that it is inheriting from. Interestingly, the effect can compound where a pixel is receiving color from BOTH the left AND the top.  Also interesting: the effect does not occur in reverse.  That is, opaque pixels do not "inherit"  ~6% transparency from the top/left adjacent pixels:
    So, my question to Chris, if he's still employed by Adobe, if this is intended behavior, how can I accomplish transparencies with solid lines that do not bleed?  Like.. what is the workaround (that doesn't involve flattening or touching up with masks)?
    -J

  • Since upgrading from Mavericks to Yosemite Mail, Spotlight,Mission Control and App-Store don´t work correctly. Is it possible to return to Mavericks?

    Since upgrading from Mavericks to Yosemite Mail, Spotlight, Mission Control and App-Store don´t work correctly. Is it possible to return to Mavericks?

    If you have an external drive with an OS X Time Machine backup, then do restore of your last backup. If you have an external drive  with a bootable clone of your previous system, you can boot to that clone and re-clone the OS X on your external drive back to your Mac's internal drive.
    If you do not have either of these available, then the reverting/restoring process becomes much more complicated and involves purchasing an external drive and backing up your current system to that drive, then erasing, reformatting your hard drive and now your only options to installng an OS X version is doing a clean install of OS X 10.6 Snow Leopard, then upgrading, again, to either OS X 10.7 Lion or 10.8 Mountain Lion. OS X 10.9 Mavericks is no longer available for download and Apple has not made OS X 10.9 Mavericks available in any other form to be able to redownload and install.
    Maybe it would be better to explain in detail your issues with Yosemite to see if any of us here can help you with your difficulties.
    I am not running or using Yosemite, so I cannot help you with your Yosemite issues,
    There are others here who can help you with Yosemite.
    Good Luck.

  • Is it possible to return an array of objects from a web service?

    I have been trying to do this for a while now, and I have come to the conclusion that it may be impossible. To demonstate what I want to do I enclose a simple java file [1]. I have deployed this with Axis 2 and I enclose the responce [2], it is obciously not wat I want.
    Is it porrible to do this? If so, how?
    Thanks for any help,
    [1]
    package org.impress;
    public class SampleObject {
         public SampleElement[] noParameters(){
              SampleElement[] retArray = new SampleElement[2];
              retArray[0] = new SampleElement();
              retArray[0].name = "one";
              retArray[0].value = "alpha";
              retArray[1] = new SampleElement();
              retArray[1].name = "two";
              retArray[1].value = "beta";
              return retArray;
         public class SampleElement {
              public String name;
              public String value;
    }[2]
    <ns:noParametersResponse>
         <ns:return type="org.impress.SampleObject$SampleElement"/>
         <ns:return type="org.impress.SampleObject$SampleElement"/>
    </ns:noParametersResponse>

    Hi
    Can anybody help me with the code of how to return a resultset from a web service. i have put the resultset data's in an object array and tried to return it, but in the client side no data comes ,,, i mean it is printed as null.... and plz tell me where to specify the return type of a object in the wsdl file....
    thanks..

Maybe you are looking for