Vector smart object from AI is blurry

I am storing design elements as Vector Objects in Illustrator so that I can update them quickly when needed. The issue is that they vector objects, when viewed inside of photoshp, are quite a bit more blurry than the photoshop equivalent. Any ideas why?
I understand that the Smart Object is rasterized. Do I need to do something to my photoshop document to view it in its final rendered state? Photoshop elements are rasterized as well, so i am not sure what is going on.
In the attached pic, the top element is from illustrator, while the bottom is the same thing made inside photoshop. thanks.

thanks for the reply. My document is 320x240 because that will be the final UI size.  I made sure both documents are 320x240.  The issue is that the native photoshop element is more fine RELATIVE to the illustrator file.  They are both 320x240, so they should both look the same, right?
In the photoshop file I also had a specific image size of something like 3.5 inches by X.X inches, so the actual pixel ratio is 70.5 i think.  I could not find out how to specify the image size (in inches) for the illustrator file, so that document is actually be 72 pixels.  Perhaps this is part of the issues. However, by this rational the illustrator file should be more fine, not less...

Similar Messages

  • Vector smart object from PS to AI

    Hi...
    System: Win XP, CS4
    Is it possible to copy a vector smart pbject from PS to AI? Note from PS to AI? HAve tried dragging and dropping... it doesn't seem to work.

    If I'm understanding your original question, this answer is not correct. I had the same question as your original. "copying a vector smart object from PS to AI?"
    This is the problem I was having and I only found one way to solve it. Would love it if someone could give me a quicker workflow. My solution seem tedious.
    RECAP:
    Problem: Vector object was originally created in photoshop and I want to bring it into AI as vector art.
    Answer:
    1. Convert the "vector object" in Photoshop to a "Smart Object" by selecting the layer, then go to Layer > Smart Objects > Convert to Smart Object
    2. Double-click on the smart object's icon in the layers palette. This opens the object in a new Photoshop window
    3. Choose File > Export > Paths to Illustrator... (Note: With the smart object layer selected, you can switch over to the "Paths" tab and see your object's editable path and name)
    Again, I may have misunderstood your original question, but what I've listed here is the only way I've been able to bring a vector object originated in Photoshop over to Illustrator. Pain in the ***.

  • Vector smart objects

    I am having to copy and paste a graphic from MS Word 08 and place it into Photoshop CS3. It imports as Vector Smart Object and is very blurry. I have done this with MS Word 04 to CS2 with no problems. I searched the forum but did not see any solutions. Any ideas. Thanks

    Welles,<br /><br />Although I have Office 2008 on my system, I don't use it for "publishing". But it does make sense that they now follow the convention of XPress and InDesign with the use of placeholders.<br /><br />(Of course we can see prepress departments, printers and service bureaus around the world finally running out to embrace Word....)  <g><br /><br />Neil

  • PS opens vector smart object all pixilated

    I have this problem when using graphics from Illustrator as vector smart objects in Photoshop. I have followed tones of heated discussions on this but I haven't got any further. So here is what I do following the steps on the PS help: I copy graphics in AI and paste them in PS as smart object. A layer will be added that even has the name vector smart object but the graphic itself is all pixilated. Now the size of my PS-file is 150X150 Pixels with a resolution of 300. I need this size because I want to implement the file into my website and the layout requires this size for all my graphics. I would say it doesn't matter much what size the file is anyway since according to the PS help whatever vector smart object I place in Photoshop it won't change image quality when transformed. Therefor I'd say that not even the small file should be a problem here. But obviously there is something not working... because even when, to compare, I paste the graphic as pixel it shows the same result. Strange enough that I have used this vector smart objects before and it worked just fine... So I tried to paste the graphic in different ways, saving it as pdf in AI and then placing it in PS, insert it directly as smart object, making sure the file handling and clipboard references are adjusted, and finally after no success trashing the preferences in both applications. Still not closer to a satisfying result. I attach the graphics (first the AI graphic, then the vector smart object from PS) to show the difference and maybe there is someone out there that can tell what I am doing wrong. By the way I just converted the files to jpegs to post them here so the sizes might not match on the screen...

    One other thing to check...
    Are you viewing the display at 100%?
    Photoshop's OpenGL-based image resizing algorithms are smoother and fuzzier than they used to be (or than they are with OpenGL disabled).  What I'm getting at is that you may be perceiving fuzziness in the display that's not really there in the image.
    How does the fuzziness look if you zoom in a lot?
    -Noel

  • Illustrator CC crashing during Vector Smart Object save

    I have a user who is running Adobe CC under Yosemite  on a new 5K iMac.
    After a few weeks of no issues she is suddenly unable to open Vector Smart Objects from Photoshop into Illustrator and save them after editing.
    Illustrator crashes as soon as she tries to save.

    Do you mean that you are double clicking on placed smart object and you get the error. Is the smart object originally from Illustrator and does Illustrator open open?
    Would help to know more detail about EXACTLY when your error happens and far you get. This way we can determine if you have a file association problem, memory problem, corrupt font/image problem.

  • Illustrator Uknown Error - Saving Vector Smart Object

    Hi,
    When I open a vector smart object from PS I get 'An Uknown Error Occured' and can't save the file. Has anyone else run into this? I'm not sure how to fix it. Thanks.

    Do you mean that you are double clicking on placed smart object and you get the error. Is the smart object originally from Illustrator and does Illustrator open open?
    Would help to know more detail about EXACTLY when your error happens and far you get. This way we can determine if you have a file association problem, memory problem, corrupt font/image problem.

  • Paste a Vector Smart Object into Photoshop

    I was wondering if anyone knew of a way to paste a vector smart object from illustrator into photoshop without the dialog box coming up that has you accept the size/placement of the object.
    I am able to do this using the code the scriptlistener plugin spits out but not without it. Unfortunately I'm running into a few problems with using the code the scriptlistener spits out so I was just wondering if anyone knew of a way to do it without that.
    Thanks!

    This is the best I could come up with...
    pasteSO();
    function pasteSO() {
    var desc3 = new ActionDescriptor();
    desc3.putBoolean( charIDToTypeID('AntA'), true );
    desc3.putClass( charIDToTypeID('As  '), stringIDToTypeID('smartObject') );
    desc3.putEnumerated( charIDToTypeID('FTcs'), charIDToTypeID('QCSt'), charIDToTypeID('Qcsa') );
    var desc4 = new ActionDescriptor();
    desc4.putUnitDouble( charIDToTypeID('Hrzn'), charIDToTypeID('#Pxl'), 0.000000 );
    desc4.putUnitDouble( charIDToTypeID('Vrtc'), charIDToTypeID('#Pxl'), 0.000000 );
    desc3.putObject( charIDToTypeID('Ofst'), charIDToTypeID('Ofst'), desc4 );
    try{
    executeAction( charIDToTypeID('past'), desc3, DialogModes.NO );
    }catch(e){}

  • Is it possible to export Vector Smart Objects as vector SVG files from Photoshop CC 2014?

    I have Vector Smart Objects copied from Illustrator and pasted into Photoshop. I would like to export them as vector SVG files (using Generator or Extract Assets). I can add the .svg extension to the layer and actually export an SVG just fine. The problem is any SVG I have exported have all been raster images. It defeats the purpose of having that as an option as far as I'm concerned.
    I remember watching and listening to keynotes and other speakers at Adobe MAX 2014 who said it was so powerful and amazing to create SVG files from Photoshop. If we're still exporting raster SVG files from Photoshop...that's not very impressive or exciting--especially since this era of modern web development benefits greatly from using vector SVG files.
    I understand that Shape Layers can be exported as vector SVG files but that seems very limiting. I also realize that users can create some impressive vectors in Photoshop, but that is not optimal. Illustrator is a better tool for creating vectors and I normally use Photoshop and Illustrator side-by-side. I know that vector SVG files can be exported from Illustrator but that isn't as user friendly and convenient as utilizing Photoshop > Generator > Reflow.
    My idea was to create my assets in Illustrator, paste them into Photoshop as Vector Smart Objects, set up my layout, and then use the Generator/Reflow method or Extract Assets to get a new web design started.
    Maybe I misunderstood what the speakers at Adobe MAX had said. Perhaps it's just user error and I'm just missing something simple (it happens).
    Photoshop CC 2014 notes the following under Help > System Info:
    Adobe Photoshop Version: 2014.2.2 20141204.r.310 2014/12/04:23:59:59 CL 994532  x64
    Operating System: Windows 8.1 64-bit
    Any help or suggestions would be greatly appreciated! Thank you in advance for your time.

    Not quite the same, but have a look at the new Libraries feature that came with 2014.2.2  I just tried it, and dragging a vector object into a library I created in Photoshop, was there in Illustrator.  This happens without having to close and reopen Illustrator.  Just use the drop down at the top of the Libraries panel (in Illustrator) to find your custom, or job specific library.

  • How to copy objects from Pages (5.5.1) and paste it into Photoshop as a vector smart object with high resolution?

    I recently have bought a new Macbook Pro (Version 10.10.1) with the OS X Yosemite. The computer comes with the new Pages (version 5.5.1).
    Here is the problem: I like to create artwork using the shapes on Pages. Previously, on my old mac, I used Pages 4.3 to create objects, which I would copy then paste to Photoshop and it would become a vector smart object. However, in the new Pages (version 5.5.1), when I copy objects, they would appear on Photoshop as instead, a layer and it would not be in full resolution.
    Also, I know there is nothing wrong with the Pages file itself because I have converted the document to PDF form and it is high resolution when inserted into Photoshop that way.
    Does anyone know how I can copy individual objects from Pages (5.5.1) and paste it into Photoshop as a vector smart object with high resolution as I have done before?
    Thanks!

    ghotiz wrote:
    copy the image and have it in a high-quality PNG format that does not include the background from the Pages document.
    Oh, well if you don't actually need vector objects then it looks like this is possible. As I said earlier, Pages is putting a PNG on the clipboard. I tested it and it does paste into Photoshop as a transparent layer, because I can see the transparent background of the pasted PNG graphic if I either turn off all layers behind it in Photoshop, or if I start a new Photoshop document to paste into but make sure I choose Transparent for the Background Contents in the New Document dialog.

  • Created Vector Smart Object layer from Ad Illust. to PS, can't see it, why?

    I am creating a postcard for mail out and I am new to the CS5 group of products.  I followed tutorial to drag an Adobe Illustrator file into Photoshop creating a vector smart object layer of my logo and saved it.  I closed the file and re-opened it thinking I would see my logo where I placed it but all I can see is the "X" box that allows you to adjust the size of the object.  Could anybody tell me the step to get the object to appear in my Photoshop file?  When I click on the vector layer it takes me back to AI so I believe they are connected the way they are supposed to be.  Thank  you in advance for the help.  If I am way off could you explain how?

    I want to thank you for your responses and help. 
    I inadvertently figured out what I was doing wrong while talking with a friend.  I didn't understand what layers really were and that they stacked on top of each other.  When I placed the vector smart object I left it's position under another layer which was blocking it or my logo so that even though the resize box was showing up the logo or vector smart image was under the other layer.  Once I clicked and dragged it's layer to the top of the layers the image was visable and the postcard done.  Yeah!
    Thanks again.

  • Program error when attempting to edit a vector smart object. Help?

    I'm running Photoshop CS6 (13.0.1) 64bit on a MacBook Pro running OS X Lion. About 60% of the time when I try to double click a vector smart object instead of opening it up in Illustrator I get an error that says, "Could not edit original smart object because of program error." This most recent time it was a smart object from vector data I copied and pasted from Illustrator into Photoshop.
    Any idea why this is happening and how I can fix it?
    Thanks.

    Hi there, 
    I got this problem when I installed Adob master collection Over CS 5.
    I had children book story storis which created in Adobe illustrator CS 5 and I created art boards in Adobe photoshop cs 5.
    After installting CS 6 i tried to edit the smart objects and it was not opeinging the smart object file in Illustrator.
    I did some tests.
    1) Right click on smart object layer and click export contents. Save on desktopp or anywhere you want. (I saved on desktop)
    2) I had this file on my desktop (Vector Smart Object10.ai) but it didn't show any icon, which program should open this type of file.
    3) Double click on the file and it pop up a extension window 'Click on change and select adobe illustrator' and press OK.
    4) Go back to your photoshop file and right click on smart object layer and click dit content. now this time it opens up assets in illustrator.
    ENJOY!
    www.4d-studios.co.uk

  • Illustrator Application Window Resizes When Opening Smart Object from PSD

    Hi All, I've taken a vector graphic created in AI CS4 and pasted it into my PSD CS4 doc as a smart object. When the original AI file was created the application window was set as I preferred it, filling my screen. When I double click the Smart Object in PSD to edit it back in Illy, the window that contains the application has been switched off of the fill screen mode and is quite a bit smaller. I know it's small but now I have to click the maximize icon in the application bar to get Illy to fill the screen again. It wouldn't be so bad once, but the application window resizes itself every time I punch back into the smart object from PSD.
    Any ideas on how I can get the AI environment from switching around on its own??
    Win 7, CS4, all patches current, Dual 22" montiors
    thnx,
    jeff

    I just want to point out that when you open the smart object of course it is not the same file as the original but an embedded copy of it.
    That might also have something to do with this issue and might also be a photoshop issue with the smart object and one reason might be that Photoshop is see the image as resolution and Illustrator sees it as a dimension and the teams might be able to do something about this but might not actually be aware of it unless you file a report even if it is not a bug it would then be a feature request.
    They might not be able to do anything about it but then there might be a clever engineer with an idea, so it might be worth the report.

  • Flv player is opening vector smart objects instead of illustrator.

    How do I re-associate vector smart objects in Photoshop to open in Illustrator as they did before the update?

    Editing smart objectrs uses the system wide associations, not the ones from Bridge, so you need to adjust that for the *.ai file type.
    Mylenium

  • Can't warp pasted AI vector Smart Object using Free Transform in PS CS6

    Hi
    I pasted a vector object into PS CS6 (13.0.1 x32) today directly from Illustrator CS6 (16.0.1 x32), and selected "Paste as Smart Object" (Windows XP Pro SP3).
    I then tried to warp the pasted object using the Free Transform tool by dragging one of the corner handles with CTRL held down (Windows).
    This usually warps\distorts the object, but instead, this launched a skew operation.
    If I paste as Shape Layer or as Pixels then apply Free Transform, <Ctrl + corner handle drag> performs a warp\distort operation.
    Also, if I rasterise the pasted AI object, and then convert to a Smart Object I can warp\distort.
    Is it not possible to paste an Illustrator vector in as a Smart Object, and then warp\distort it directly using this technique?
    Thanks for your help.
    Richard

    Your right in that on a pasted vector smart one can't warp, distort or perform perspective transforms.
    One workaround would be to right click on the vector smart object layer in the layers panel and
    choose convert to smart object.
    It depends on what your object is, but you'd probably get better quality from a pasted shape or path, but then you won't be able to open the object
    back in illustrator from photoshop.

  • Copying AICC vector smart objects to PSCC

    We just upgraded from CS6 to CC (yes I know we're a little behind the times). Our workflow relies on copy a lot of graphics from Illustrator into Photoshop as Vector Smart Objects. In CS when I copied an object to the clipboard and went to PS to open a new doc, it defaulted to RGB at 72dpi. If I changed it to 300dpi, clicked OK, closed the file and hit Cmd-N again, I would get a 300dpi document at the same dimensions as the object I copied from AI.
    This is not the case in CC. Hitting Cmd-N over and over just keeps generating a 72dpi RGB file.
    Sean

    I don't know - but what you describe is the clipboard overriding the last used settings in the new document dialog. So there is something on the clipboard that says it is 72 dpi.  Possibly Illustrator is placing a raster version of the artwork on the clipboard?

Maybe you are looking for

  • In new iOS 8 photos app, I am missing photos in photo view that are in album view

    All my photos in the iPhoto app on my iMac appear correctly in the album view in the new Photos app on my iPhone 6.  However, not all the photos appear in the photos view.  To try and get the counts to match, in iTunes, I synced my iPhone after unche

  • Pages 5.2 doesn't want to open new documents

    I've had Pages for several versions.  When I got this iMac last year it was updated with the new Pages and I'm on version 5.2.  I have some new documents done with this version but when clicking on a document in Finder to open them, I get the box tha

  • Getting material from dvd in fcp

    Hi! I don´t know how to get material (I suppose digibeta from TV) in fcp. I only get Video and Audio seperated! Will the quality of the material be better, if I get the original digibeta material? Help! Mel

  • Dangerous APO and BI Transaction codes

    Hi experts, I have question Dangerous APO and  Transaction codes Background : We are in the process of implementing SOX controls for the new APO and BI Systems Questions : What are the Dangerous APO Transaction codes which should not be assigned to a

  • Combine two or more pdf as one pdf from command line

    Hi, I have to combine two or more pdf file as one pdf file from command line. Is it possible. Thanks, Ansaf.