Tolerance dialogue missing on "make work path from selection"

I am trying to convert a 1-color drawing to a path so I can put it into Illustrator. I use the magic wand to select the edges and get a nice tight fit. But when I select the "Make work path from selection" button, I get a sloppy fit. I've looked this up, and supposedly I should get a dialogue box asking me to state the tolerance. I have never seen that box - I've tried it and had colleagues come try it. My version 13.1.2 x64. Seems like a bug to me, but maybe I'm missing something. Is there another way to do this? Thank.s

R_Kelly wrote:
If you press the Alt/Option key while pressing the Make work path from selection button, then you'll get the Tolerance dialog.
Other ways are to right click inside the selection and choose Make Work Path or use the flyout menu from the Paths panel and choose Make Work Path.
Hah!  I didn't know that RK
[EDIT]  As an aside to the above information, having had a play with it, I have realised how poorly the 'Make work path from selection' feature works in Photoshop.  It has always worried me that distibution of points that result from using that feature on a Shift drag eliptical marquee circle, appear less than optimal, but I have just lived with that because it is quick and convenient.  But having just looked again, zooming right in and activating the point handles, the curve is just plain horrible!
Me thinks I shall take the time to do it properly in future, by using the Shape tool.
It also amazed me how many points were used when setting tolerance to the minimum of .5
Anyway...  I am not getting my work done here, so time to earn a living

Similar Messages

  • Heres a new one !make path from selection  adobe CS4 problems

    Hello   Ive had CS4 for about a week and i Tried make a path from selection with alliptical tool and it comes out all wonky  only rectangle tool is true to the its shape anything else is bugged. Ive deleted the settings folder on start up,reinstalled , tried all tolerence levels, reinstalled video card driver(nvidia 7600 gt) and turned on and off gl. Has anyone experienced this, can anyome help me?
    cheers

    bochansan wrote:
    That was the first thing I checked . Can someone else help? it would be a pity to give up so quick .Does uninstalling and and using a cleaner help? if so what does one recommend?   
    OK. That method is not very good anyway.
    Make the path using the Ellipse tool set to Paths In the Options Bar.

  • Why does "Make Work Path" give crummy paths?

    I don't use Photoshop much, so I bet I'm missing something obvious. Lately I've been drawing hollow elipses on top of existing photos, with crummy results.
    I have been making a selection and stroking the selection (should I be doing it something different)?
    If I make the selection into a path, with "Make Work Path..." (or the icon, which doens't pop up a dialog), it gives very bad-looking paths with distortion.
    If I stroke it with Edit > Stroke, then it's great. (So I'll just use Edit > Stroke).
    But I'd like to understand why.
    Here's a screenshot:
    The one on the left is a stroked work path.
    The
    The one on the left is the stroked work path. The circle in the center is from Edit > Stroke. The path on the right is the work path from a circle.
    All circles created with Shift-dragging the eliptical marquee tool between the guides, so they shuould be the same.
    Tolerance set as low as it can go, to 0.5.
    Photoshop 12.0.2 x64 under OSX 10.6.7, but this problem is not new.

    For better results use the ellipse tool (hold down the shift key to constrain proportions)
    and add a layer style>stroke and set the fill opacity to zero.
    If you need to make a selection from a path, try a tolerance of 2.0 pixels.
    MTSTUNER
    Message was edited by: MTSTUNER

  • Create clipping path from selection

    I'm driving crazy!
    Why this script does not work?
    tell application "Adobe Photoshop CS3"
    tell current document
    make work path selection
    make clipping path (path item 1) flatness 0.5
    end tell
    end tell
    The work path is created with no prob.
    But the clipping one returns this error:
    "The command »Define« is not avalaible"
    What's wrong?

    I've found the solution!
    You have to name the work path to memorize it in order to be able to create the clipping path.
    This is the code:
    tell application "Adobe Photoshop CS3"
    tell current document
    make work path selection
    set name of path item 1 to "Détourage"
    make clipping path path item "Détourage" flatness 0.5
    end tell
    end tell

  • How do I import work paths from photoshop CC to Illustrator

    Making a vector logo for a client, haven't done this in forever and must be doing this wrong. Created a work plath in PS CC, then exported work path to AI. Opened the new AI file, and at first it appeared to be just a white box. I can see the work paths when mouse over the images, but only on mouseover. And one at a time. How can I just make the logo plain old visible?

    it won't have any stroke or fill, because whatever stroke or fill it has in PS is made of pixels.
    why not just start out in AI if all you're doing is exporting a path anyway?

  • How to make a comp from selection using clip names

    I have a lot of footage imported into AE7 and I am looking for a way to make an individual comp for each clip using the clip's name as the comp name.  When I use the "Comp from Selection. . ." menu item, AE creates a comp name with the next sequential number available.
    For example, if my clips have names like "Subclip 1, Subclip 2, Subclip 3. When I use the make comp for selection option, AE will make a comp from each clip, but it will name the comps Subclip 4, Subclip 5, Subclip 6, starting from the last sequential number from the clip names.
    Is there a way to do this without scripting?  Or and easy way to do it with scripting?
    Thanks

    Thanks, TimeRemapper this function still works in AE7, but it generates the same result as selecting all the clips and selecting File>New Comp From Selection. . .
    I tried a set of files with unique names instead of a series of clips with the same clip name followed by a number.  The list of unique named files generated a Comp with the number 2 after each comp name for every new comp created.

  • Make a Note from selection?

    Shift Command Y makes a new Sticky from a text selection.
    How can I make a new Note from a text selection?
    I was unable to find/make an automator action for this.
    The current method of Sicky note -> copy paste into Notes for synching to iOS is somewhat clumsy.
    Any thoughts on this?

    Thanks, TimeRemapper this function still works in AE7, but it generates the same result as selecting all the clips and selecting File>New Comp From Selection. . .
    I tried a set of files with unique names instead of a series of clips with the same clip name followed by a number.  The list of unique named files generated a Comp with the number 2 after each comp name for every new comp created.

  • How do I make a symbol from selection?

    I've got the below script, but it's not working. I'm trying to select all the art in the document on different layers, and create a symbol. So far I have the first part down, but can't figure out how to reference what is selected. actDoc.selection comes out as undefined. I've also tried to use "actDoc.PageItem.selected = true" and a few other variants, but I'm coming up empty. Anyone have recommendations for this?
    actDoc = app.activeDocument
    var layerCount = actDoc.layers.length;
    if(layerCount > 1) {
        for(i=0;i<layerCount;i++) {
        actDoc.layers[i].hasSelectedArtwork = true // selects all layers
       actDoc.symbols.add(actDoc.selection); // <---------- Here's where the error is thrown

    Thanks! That makes sense! Now I'd like to put a layer with sublayers into a symbol to maintain any effects that are on the sub layers. I have an action that runs, that does this with nested layers like this. I used to just let it group everything, but then found some effects were falling off. I tried the below, but it didn't work, and states that it's an illegal argument. Is there any way to acheive this?
                            layer = actDoc.layers.getByName('Editorial'); //get a reference to the newly created raster item 
                            newsymbol = actDoc.symbols.add(layer); //add the raster item to the symbols  

  • Make SSD change from SELECTABLE to PERSONALIZED

    Hello everyone,
    Now I am working on one JCOP card (J3A040 v2.4.1) using GPShell.
    I have installed a SSD on the card using the preinstalled package with the privilege 0x98, now the cycle state is 7 which means SELECTABLE, I would like to extradite an applet to this security domain, So I need to turn it to PERSONALIZED. My question is ... How could I do it ?
    I read from the thread below that The SSD does automatically change from the SELECTABLE to PERSONALIZED state when it has all the keys it needs to operate.
    https://kr.forums.oracle.com/forums/thread.jspa?threadID=1750488
    So far I have done is
    select the SSD
    open secure channel with default keys
    put secure channel keys
    Then I was expecting that the SSD will turn to PERSONNALIZED automatically, however, no it didn't change, the state is still 7
    Here is the commands I used:
    mode_211
    mode_211
    enable_trace
    enable_trace
    enable_timer
    enable_timer
    establish_context
    establish_context
    command time: 31 ms
    card_connect
    card_connect
    command time: 0 ms
    select -sdAID A000000003535041
    select -sdAID A000000003535041
    Command --> 00A4040000
    Wrapped command --> 00A4040000
    Response <-- 6F658408A000000003000000A5599F6501FF9F6E06479100783300734A06072A864886FC6B01600C060A2A864886FC6B02020101630906072A864886FC6B03640B06092A864886FC6B040215650B06092B8510864864020103660C060A2B060104
    command time: 78 ms
    open_sc -security 1 -keyind 0 -keyver 0 -mac_key 404142434445464748494a4b4c4d4e4f -enc_key 404142434445464748494a4b4c4d4e4f -kek_key 404142434445464748494a4b4c4d4e4f
    open_sc -security 1 -keyind 0 -keyver 0 -mac_key 404142434445464748494a4b4c4d4e4f -enc_key 404142434445464748494a4b4c4d4e4f -kek_key 404142434445464748494a4b4c4d4e4f
    Command --> 80CA006600
    Wrapped command --> 80CA006600
    Response <-- 664C734A06072A864886FC6B01600C060A2A864886FC6B02020101630906072A864886FC6B03640B06092A864886FC6B040215650B06092B8510864864020103660C060A2B060104012A026E01029000
    Command --> 805000000892307E0954D65B2200
    Wrapped command --> 805000000892307E0954D65B2200
    Response <-- 0000109000248695546101020014C343BDBA9544AB1C5DF273D9E82A9000
    Command --> 84820100101A431B62EF77F1D7389C9852B1EF31EA
    Wrapped command --> 84820100101A431B62EF77F1D7389C9852B1EF31EA
    Response <-- 9000
    command time: 344 ms
    put_sc_key -keyver 0 -newkeyver 3 -mac_key 505152535455565758595a5b5c5d5e5f -enc_key 505152535455565758595a5b5c5d5e5f -kek_key 505152535455565758595a5b5c5d5e5f -current_kek 404142434445464748494a4b4c4d4e4f
    put_sc_key -keyver 0 -newkeyver 3 -mac_key 505152535455565758595a5b5c5d5e5f -enc_key 505152535455565758595a5b5c5d5e5f -kek_key 505152535455565758595a5b5c5d5e5f -current_kek 404142434445464748494a4b4c4d4e4f
    Command --> 80D8008143038010D9AD2D3781847C698E55474D141B7B3903A4B7D68010D9AD2D3781847C698E55474D141B7B3903A4B7D68010D9AD2D3781847C698E55474D141B7B3903A4B7D600
    Wrapped command --> 84D800814B038010D9AD2D3781847C698E55474D141B7B3903A4B7D68010D9AD2D3781847C698E55474D141B7B3903A4B7D68010D9AD2D3781847C698E55474D141B7B3903A4B7D6E07393F12DA1B7FB00
    Response <-- 03A4B7D6A4B7D6A4B7D69000
    command time: 250 ms
    get_status -element 40
    get_status -element 40
    Command --> 80F24000024F0000
    Wrapped command --> 84F240000A4F009DB0F0965ADAA90600
    Response <-- 08A00000000353504107989000
    List of elements (AID state privileges)
    a000000003535041        7       98
    command time: 63 ms
    card_disconnect
    card_disconnect
    command time: 0 ms
    release_context
    Thank you in advance
    yuyu

    I looked through the above commands again, and I realized that actually the keys were put to the Issier Security Domain instead of the SSD, because the selecte command chosed the ISD.
    Then I selected the SSD and tried to open a secure channel but I failed ..
    mode_211
    mode_211
    enable_trace
    enable_trace
    establish_context
    establish_context
    card_connect
    card_connect
    select -AID A000000003535041
    select -AID A000000003535041
    Command --> 00A4040008A000000003535041
    Wrapped command --> 00A4040008A000000003535041
    Response <-- 6F658408A000000003535041A5599F6501FF9F6E06479100783300734A06072A864886FC6B01600C060A2A864886FC6B02020101630906072A864886FC6B03640B06092A864886FC6B0402156
    open_sc -security 1 -keyind 0 -keyver 0 -mac_key 404142434445464748494a4b4c4d4e4f -enc_key 404142434445464748494a4b4c4d4e4f -kek_key 404142434445464748494a4b4c4d4e4f
    open_sc -security 1 -keyind 0 -keyver 0 -mac_key 404142434445464748494a4b4c4d4e4f -enc_key 404142434445464748494a4b4c4d4e4f -kek_key 404142434445464748494a4b4c4d4e4f
    Command --> 80CA006600
    Wrapped command --> 80CA006600
    Response <-- 6A88
    GP211_get_secure_channel_protocol_details() returns 0x80206A88 (6A88: Referenced data not found.)
    How could turn the SSD to personalized state and finally install an applet on it ??
    I got blocked on this for days, please help me out . Thank you in advance.

  • Work Paths, selections, and general doing my job better question...

    I currently work for a company that prints "Fathead" like wall graphics, i set the images up to print for them, but im looking for a better way to do what i do. Specifically my working with illustrator and Photoshop to setup the cut line for each image. Here is my current step by step procedure:
    1) Open image (usually a JPG) in Photoshop CS4
    2) Using mainly the Lasso tool's i select the subject to be printed. I'm very fast doing this.
    3) Copy/Paste the selection i just made into a new and save it as a TIF file.
    4) Back to the original selection i Smooth and Contract the line a few pixels and hit "Make Work Path"
    5) Export that path to illustrator (which leaves me with an .AI file)
    6) From here im done with Photoshop and i open both the .AI and TIF files into Adobe illustrator CS4
    7) The .AI file i give a stroke and then on the Swatches tab i hit New Swatch, name it "CutContour", and select Spot Color & RBG
    8) I then copy the CutContour line, paste it onto the TIF image, and line it up over the subject
    9) From here all that's left to do is make it the right size it's to be printed at and save it as an EPS file and im done.
    The main reason im asking for help here is because I'm not happy with the quality of the cutline Photoshop exports to illustrator (the ai file) after i make it a work path. The anchor points and handle's are often in need of a lot of adjustment despite the fact that my selection in Photoshop was right on the money.
    One side note that might be a direction for me to head in,...
    I recently was given a jpg file from a guy who said he had already made the selection for me. I wasn't quite sure what he meant but when i saved the image as a tif, opened it in illustrator, and hit CTRL-A to select everything i noticed a cutline was already present. After further examination of the jpg in Photoshop i noticed a "Path 1" on the paths tab, and more importantly that cutline when opened in illustrator was nuts on! Meaning none of the anchor points and handle's needed to be adjusted at all.
    Now the person who sent me this file was a customer so i can't rightly ask them how to better do my job :-) lol ...but maybe someone here can tell me how they (for lack of a better word) embedded a cutline or path i guess it's called into a jpg file like that? This would at least save me the step of exporting my selection to illustrator as an AI file and im wondering if however they did it is more accurate then the "Make Work Path" option i currently use.

    ...useing File | Export | Paths to Illustrator is what i outlined above that i currently do...
    My apologies for not catching that. Honestly, my eyes glazed over at about step 2 of your procedure.
    I'm not happy with the quality of the cutline Photoshop exports to illustrator (the ai file) after i make it a work path.
    A couple of possibilities come to mind. What Tolerance value are you using when you first make a work path out of your selection in Photoshop? 0.5 pixel is the highest precision available, and that's what you should use if you want your path to accurately reflect your selection. Be warned, however, that your path will likely end up with a lot of points, making for an unnecessarily complex path. (Try it with a simple circle.)
    Another possibility is that you're working with a low-quality, low-resolution JPEG as your source image. JPEG compression artifacts can affect selection accuracy (with automated tools, like the magic wand or eraser), and overall resolution, of course, will limit path precision. Not much you can do about that other than to start with better-quality images.
    After further examination of the jpg in Photoshop i noticed a "Path 1" on the paths tab, and more importantly that cutline when opened in illustrator was nuts on!... maybe someone here can tell me how they (for lack of a better word) embedded a cutline or path i guess it's called into a jpg file like that?
    Using a low tolerance (high precision) value make a path from your selection in Photoshop and save the path. Save As a JPG, and the path will be saved along with the image. Do not use Save for Web to create your JPG file.
    As others have pointed out in earlier posts, learning to use the pen tool is your best bet... and an absolute necessity if you're going to be doing a lot of this stuff.
    Regarding the creation of clipping paths in Photoshop, slap me silly, but I'm going to refer you to the manual (online Help) for that. And if you think that unkind, try posting the question over at the Photoshop forum. Wear a helmet.

  • Clipping paths from magic wand selection

    I've been looking through dozens of tutorials but even the one's that mention this they all assume you know how to do it. All I would like to do is turn a selection made using either the magic wand tool or the other selection tools/methods and turn that into a clipping path.
    This is the selection i've made with the magic wand tool:
    http://img414.imageshack.us/img414/9307/screen28qd.jpg
    Also is their any way to turn a whole layers contents into clipping paths? For example I have that image on it's own layer with no background, could I turn everything on that layer into a clipping path?
    Clipping paths for this kind of thing as far as i'm aware is the only way to import images into quarkxpress with no backgrounds.
    thanks
    sam

    Hey Sam, if I'm not mistaken you simply have to make your selection, then select make "work path" from the Path window, next you save the path and then select "clipping path" from the Path window and select the saved path's name.
    I would think this would work with layer selections as well.
    Hope this helps...
    Dan

  • Have Photoshop elements 9 but want "work path" ability I need...?"

    My mac died and went pc lost photoshop got pc elements 9 been fine with it but need ability to make work paths...  do I need an upgrade or new software?

    Maybe be bad at describing this but..
    I used to take an image magic wand it or draw around it save it as "work path" and get the outline the way I like save it - I could also then enlarge it.  Fill it in with color.  Been a while since but it really cleaned stuff up.  Did that make sense?  Pretty sure it was called work path too.  I guess what I want to do is that images and make clean sharp line and then enlarge that.  I think that's it.  Thanks Ken.

  • Tpm_emulator update and make work

    Please can some one make update and make working tpm_emulator from aur I need it to school.
    Last edited by bl0ndynek (2009-10-25 23:37:04)

    Thank you, I see that new version is already there (wow nice reaction speed) but it's not compile. Anyway I have my own account now on aur and report this in comment of tpm_emulator package I hope this is the right way to inform.
    Last edited by bl0ndynek (2009-10-26 15:45:49)

  • How to make smart album from path photos

    Hi everyone!
    This maybe noob question.
    So I'm trying to make smart album for all of my Path's photos stored in my iPhoto library, but I find it difficult to determine proper filter.
    I have tried to make smart album from instagram's, with this: Any Text - contains - instagram
    But it doesn't work for path photos.
    Can anyone here give me any clue? Thank in advance
    Ismail

    Thank you for the response
    Yeah, I understand. I have to put the keyword first, the problem is sometimes I transfer almost around 800 photos at once. I haven't had much time to sort every photos and put the keyword on every Path photo. Beside so many photos in my library, and not well-organized. Also I have tried any possibilities of relevant criteria in smart album. But still zero result.
    So, before I actually take the time to organize my thousands of photos manually, I was thinking maybe there's another way, simple and smart one, with this smart album feature. Anyone?
    Ismail

  • My iphone 4 does not register calls made to it. if i make a call from another phone, i can hear it ringing, but it does not register on the iphone. also, i do not get any messages when this happens. then after a day or two it decides to start working.

    My iphone 4 does not register calls made to it. if i make a call from another phone, i can hear it ringing, but it does not register on the iphone. also, i do not get any messages when this happens. then after a day or two it decides to start working.

    Clean iPhone charging port with clean dry toothbrush. See if better. If still problem clean charging port again with toothbrush and small amount of Isopropyl Alcohol.

Maybe you are looking for

  • How do I make my video into an old tv? Like with the old lines that move up and down and come in and out?

    I am trying to make a video for school, into like an old tv show. Any advice?

  • Get all my music into one place for iTunes to 'see'

    I have moved from PC to iMac and have 2TB of music on a Western Digital (WD) external drive. Most of them are in folders named by Artist etc. When I started using iTunes on my PC, it created a 'Music' folder on the WD drive. Some of my music is now t

  • Writing to a Zip File

    Hello, anyone that can help with this would be greatly appreciated. As of right now I am writing to a file line by line from a vector. I would like to write a zip file instead. I would like to eliminate writing to the file (at a certain path) and jus

  • Hardware key and license key

    Hi All, I have a question about the HW key and license key for SAP on Solaris. As currently, we would like to replace the existing hard-disk with a larger one. And i would like to know that, can we using the same license generated before, or we need

  • Workitem stays in InProcess state

    Hi Everybody, I have created a custom workflow to send mail with PDF as attachment.I have an activity step which is creates calls the method of my custom BO and in the method I am calling a function module wherein I have all the code to Create a smar