Want to do pencil line drawing based on photograph

PS Elements has a really neat quick line drawing effect.  I'd like to do something similar in PS CS3.  Does anyone know how?  I've been trying the sketch filter, but it doesn't seem quite as nicely done.  Can I use that action out of my elements folder in CS3?  Elements regularly freezes my computer which is why I'm not using it any longer and intend to uninstall soon.
THanks!

It all depends on the original.
You might have success with Image > Mode > Grayscale
Then increase Contrast via Image > Adjustments
followed by Filter > Stylize > Find Edges and a Threshold adjustment if necessary.
You have to experiment!

Similar Messages

  • Smooth line drawing in as3

    I am looking for a smoothe line drawing effect as in the pencil tool in Flash. I need to implement the same using as3. Any idea how I can achieve that?

    Smoothness is a relative concept. Pencil tool in Flash doesn't produce very smooth lines. Nevertheless, runtime drawing smoothness depends on how often you draw lines between points. Here is a quick and dirty drawing board (just paste it on timeline). If you want it even smoother - you will need to write an algorithm that takes into account direction, speed, angles, etc.
    var board:Sprite = new Sprite();
    addChild(board);
    board.x = board.y = 20;
    var g:Graphics = board.graphics;
    g.beginFill(0xcccccc);
    g.drawRect(0, 0, stage.stageWidth - 40, stage.stageHeight - 40);
    g.endFill();
    board.addEventListener(MouseEvent.MOUSE_DOWN, startDraw);
    function draw(e:MouseEvent):void {
         g.lineTo(board.mouseX, board.mouseY);
    function startDraw(e:MouseEvent):void {
         stage.addEventListener(MouseEvent.MOUSE_UP, stopDraw);
         addEventListener(MouseEvent.MOUSE_MOVE, draw);
         g.lineStyle(1, Math.random() * 0xffffff);
         g.moveTo(board.mouseX, board.mouseY);
    function stopDraw(e:MouseEvent):void {
         removeEventListener(MouseEvent.MOUSE_MOVE, draw);
         stage.removeEventListener(MouseEvent.MOUSE_UP, stopDraw);

  • HELP - CONVERTING A JPEG IMAGE INTO A LINE DRAWING

    PLEEEASE HELP ME!!!
    sorry to be thick - im only a beginner   ---   is there any way to covert a jpeg image into like a line drawing where there is a block colour background and solid lines that make up the picture like you sometimes get in brochures - somthing different to just the effects that are availible in the filter gallery...
    thanks
    LUK

    As far as I recall there's no magic/easy "convert to vector drawing" functionality in Photoshop, though there are some things you can do to help smooth rough edges (e.g., Filter - Noise - Median).  There are also some things you can do, if you want to get fancy, based on converting selections to paths, but that can get kind of involved and likely requires manual path editing afterward.
    I have heard there are some pretty decent vector conversion functions in other Adobe apps...  Adobe Illustrator, perhaps?  Someone who uses Illustrator may want to chime in here; I don't have that package.
    -Noel

  • How to detect mouseover of line drawing

    I have a series of lines that I draw onto my canvas. I would
    like to be able to detect the mouseover for the specific line then
    based on the line show certain information. I can create a
    mouseover for a button or object, but am unsure of how to do this
    for a specific line being drawn on the canvas. Any direction would
    be great, Thanks!

    I was drawing the line and assigning it to a MovieClip.
    The code in Flash 8 for the function that does that is:
    drawLines = function():Void{
    myColor = this.color_ = 0x000000;
    myLine = this.linea = 5;
    if(origin) {
    x1 = Canvas._xmouse;
    y1 = Canvas._ymouse;
    origin = !origin;
    msg.text ="Move and click the mouse where you want to end
    the line";
    msgFormat();
    } else{
    x2 = Canvas._xmouse;
    y2 = Canvas._ymouse;
    Canvas.createEmptyMovieClip("line"+nLines,Canvas.getNextHighestDepth());
    Canvas["line"+nLines].lineStyle (myLine, myColor, 100);
    Canvas["line"+nLines].moveTo (x1,y1);
    Canvas["line"+nLines].lineTo (x2,y2);
    Canvas["line"+nLines].p1 = {x:x1, y:y1};
    Canvas["line"+nLines].p2 = {x:x2, y:y2};
    gsbTrace("p1= "+Canvas["line"+nLines].p1.x +" p2=
    "+Canvas["line"+nLines].p2.x);
    drawing = false;
    msg.text ="To draw another line, click on 'Draw Routes'
    again\n\nTo delete the line click on it and then on 'Delete
    Selected Object'";
    msgFormat();
    nLines ++;
    for(var sInstance:String in Canvas) {
    Canvas[sInstance].onPress = function():Void {
    mSelected = null;
    lSelected = this;
    l_selected.text = lSelected._name;
    index = lSelected._name.substr(1);
    var myColor:Number = 0xFF0000;
    lSelected.clear();
    lSelected.lineStyle (5, myColor, 100);
    lSelected.moveTo (lSelected.p1.x,lSelected.p1.y);
    lSelected.lineTo (lSelected.p2.x,lSelected.p2.y);
    myDragger._visible = false;
    gsbTrace("lSelected... "+ lSelected);
    In Flex, instead of creating the line in a MovieClip, you can
    put it on a sprite (basically a component) using the addChild
    method.
    I hope this helps.
    Gilbert

  • I have a line drawing (black on white paper) i have scanned and need to make the white paper transparent, maintaining the line drawing, can i and then HOW can i do this in PS?

    i have a line drawing (black on white paper) i have scanned and need to make the white paper transparent, maintaining the line drawing, can i and then HOW can i do this in PS? this is for my business logo. ive used it for years but with a solid background. id like to have it just be the drawing over my photos with a transparent background.

    First let me apologize for posting a reply that was only suitable for advanced users.  Photoshop is broad and powerful therefore has a huge learning curve.  In fact I would state no one knows and uses all of Photoshop.  When we first get Photoshop it intimidate us and we're very uncomfortable using it.  Many thing are not intuitive there in much learning involved.  After some time we begin to know something and we are able to do some thing.  Learning become rapid and we start playing in Photoshop.  It is very important to play with Photoshop.  Playing with Photoshop and asking for help with in forums like this IMO is the best way to learn. 
    Photoshop Power lies in layers, selection and automation.  However it takes knowledge to use photoshop well so most powerful tool you have ins Photoshop is the gray matter between your ears.  Most at one time or another want to watermark or put a logo on their image.  So its best to automate this process. All run into a problem in the process. "Size"  We find our assets vary in size and aspect ratios. Landscape, Portraits, Panoramas and others. This complicates automation.  Vector graphics works best when size vary greatly.  If you can not work out how to create a vector solution like a custom shape.  Create your Logo and watermark large thing scale down better the up. Text scale well for text uses vectors graphics however if you rasterize text it will not scale well.
    I do not type or do English well so let me do some screen captures.  I can not stress enough how important Black, White, Grays and Blending is when it come to image processing.  Become friends with Multiply, Screen, Overlay and Luminosity blending.....
    However when there is a white or black background though you can blend them you can not add a style like a drop shadow, emboss or make it invisible setting fill to 0 so only the style is visible.  When there is contrast between the logo and background it is easy to separate the two. To select the background and delet it to have the logo with a transparent background.  Many tools can be used to create the selection hee I use my action kill white.
    Vector Shape would work better for scaling However it would be best to create the logo from scratch in a vector program like illustrator but I never had the resources to justify the Creative suite. I only had Photoshop.  Recently Adobe gave me and other a year subscription to the creative suite for our participation here.  I still have not installed anything but Photoshop,  A while back I found a program that can create vector patf for black and white art work.  It will not be as good as using something like illustrator. However vector paths can be edited in Photoshop and cleaned up some. Here is the PSD it 13MB because od the gradient http://www.mouseprints.net/old/dpr/AmPm24-7.psd

  • I tried to import a PDF of a line drawing into Photoshop Elements. The thumbnail looks fine, but when imported the file is empty. This used to work in the past. What is wrong and how do I solve this?

    I tried to import a PDF of a line drawing into Photoshop Elements. The thumbnail looks fine, but when imported the file is empty. This used to work in the past. What is wrong and how do I solve this?

    Hi
    The value of the Channel Strip volume etc is not stored within the C Strip setting, as you have discovered.
    If you really wanted, you could add a Gain plug to the strip, with it set to give the correct output level with the Fader set to 0
    (Or just set the fader manually in MS)
    CCT

  • Separate tax line item based on material line item in MIRO

    Hi Guru,
    PO qty is 100 unit with RM1/each. Condition maintained as sales tax 10%. I did 2 GR separately (MIGO) for said PO with 10qty & 20 qty each.  That means sales tax total is (30qty x RM1 x 10% tax) = RM3.
    Now I wanted to do IV (MIRO). I noticed 3 line item altogether as show below;
    1. 10qty & RM10 (material)
    2. 20qty & RM20 (material)
    3. 30qty & RM3 (tax)
    All line item qty & amount are correct but then the tax line is accumulate altogether. User wanted this separate like how the 1st & 2nd line item is. The reason is the user only wanted to post 1st line item with tax that belongs to 1st line item this month & the 2nd line item may post next month. Please take note that according to our business process, user are NOT allowed to make any changes in qty or amount in MIRO.
    May I know how we can separate all condition type amount & qty based on GR qty so that user can select each pair accordingly & able to post it.
    Thanking in advance.
    rgds,
    nema

    Dear Experts,
    Can anyone assist me?
    rgds,
    nema

  • Disable PR line item based on user

    Hi Experts,
    I am developing a PR workflow.
    requirement is when Approver is taken to ME54n, he/she should only be able to approve the line for which he/she is responsible. other lines should be disabled for that user.
    Kindly Suggest how can i achive this.

    Hi Anurag,
    Thanks for your respond.
    No, it is refering to plan data.
    Users want to plan the yearly budget based on line items.
    Example:
    User select GL Code (Variable): 100010
    Planning layout should display:
    Material Group : 90001 Desc: Stationary
    Material No.----Quantity--Unit-----Amount
    A0001 Pen   
    A0011 2BPencil
    A3061 Eraser
    The user will only responsible to enter the budget for quantity, Unit and Amount.
    After finish budget for this gl code user will select
    another GL Code
    User select GL Code (Variable): 300010
    Asset No : 123456 Vehicle
    Asset Sub-No.----Quantity--Unit----Amount
    123-001 BMW
    123-023 BUS
    It is possible to be done?
    Regards,
    Jamie

  • Display line item based on GL Code in BPS.

    Hi Experts,
    I have one requirement for BPS.
    When the user Enter Plan data, it will prompt a variable 0GL_ACCOUNT for user to enter the gl code.
    Based on the 0GL_ACCOUNT code selected by user, the system should be automatically display the line items.
    The line items could be from material group and under the material group have a lists of material no/items.
    If the GL Code that selected is Asset then it should display the related asset line items (Asset subnum).
    What should do to make this senario happen, it is controlling from 0GL_ACCOUNT hierarchy?
    How to make this happen?
    Pls advise. This is my first BPS project.
    Appreciate and Thanks in advance.
    Regards,
    Jamie

    Hi Anurag,
    Thanks for your respond.
    No, it is refering to plan data.
    Users want to plan the yearly budget based on line items.
    Example:
    User select GL Code (Variable): 100010
    Planning layout should display:
    Material Group : 90001 Desc: Stationary
    Material No.----Quantity--Unit-----Amount
    A0001 Pen   
    A0011 2BPencil
    A3061 Eraser
    The user will only responsible to enter the budget for quantity, Unit and Amount.
    After finish budget for this gl code user will select
    another GL Code
    User select GL Code (Variable): 300010
    Asset No : 123456 Vehicle
    Asset Sub-No.----Quantity--Unit----Amount
    123-001 BMW
    123-023 BUS
    It is possible to be done?
    Regards,
    Jamie

  • Line Drawing best file format for import in InDesign

    i was wondering what is  the accepted and recommended file format for files to be imported in InDesign. I was under the impression that AI files should be saved as EPS but I just read an article that says that Adobe's Dov  Isaacs said that eps will be shortly obsolete.What should I do. I work on curriculum that contains both photographs and line drawing and we use tiff for the former and eps for the latter. Most of our line drawing is done in AI. Howeverwe have a cartoonist that sends us files in jpg format. What would be the best file format for him and for us as we draw in AI?
    Article link: http://www.prepressure.com/library/file-formats/eps
    The future of the EPS file format
    EPS is rapidly becoming an outdated file format which is being  replaced by PDF just like PostScript itself is also being phased out and  replaced by PDF. Don’t just take my word on this. Here is what Dov  Isaacs from Adobe said in a discussion on a PrintPlanet forum about the  future of PostScript: “ …Adobe will continue to support EPS as a  legacy graphics format for import of non-color managed, opaque graphical  data into Adobe applications (such as InDesign and Illustrator).  Although we certain do not recommend that new graphical content be  stored in EPS format (except to satisfy the need to import data into  page layout programs that aren’t quite PDF-centric — no need to mention  names here!), our user base should feel comfortable that there is no  need to worry about a need to convert their very sizable libraries of  EPS-based graphic assets.”

    Yes, I drag the AI file in.
    If after it's in place I need to change I can just right click and chose edit original make the changes and save and the illustration in inDesign will reflect the changes.
    On the other hand I can make changes to the original and all iterations of the file will automatically update, say if I used the illustration in several documents.
    As an example I had completed a set of documents for a new company, i.e., biz cards, brochures, product labeling, stationery, etc. and in their wisdom they decided to make changes in their logo, which, of course, is on everything. I opened the AI file with the logo made the changes saved and all the documents then reflected the changes. The only caveat to do this seamlessly is to make sure that your file logo size is the same as the original or you might have to tweak placement in the other documents
    It is this interoperability that to me makes the Creative Suite so much more than the sum of their parts.
    Craig

  • Simple line drawing project in swing

    hi folks,
    i want to write a simple line drawing project. it has a JPanel, a JFrame and JButton.
    JPanel and JButton are on JFrame. When Button is clicked,
    a line will be added to JPanel but previous lines which have been added are not removed on JPanel.
    Could you please help me?

    i wrote below codes but it adds first line but when click button �n order to add line, it is not adding line. Please help and thanxs...
    import java.awt.BasicStroke;
    import java.awt.BorderLayout;
    import java.awt.Color;
    import java.awt.Graphics;
    import java.awt.Graphics2D;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import java.awt.geom.Line2D;
    import java.util.Enumeration;
    import java.util.Vector;
    import javax.swing.JButton;
    import javax.swing.JComponent;
    import javax.swing.WindowConstants;
    import javax.swing.SwingUtilities;
    public class NewJFrame extends javax.swing.JFrame implements ActionListener {
         private JButton addButton;
         MainPanel mainPane ;
         public Vector lines ;
         * Auto-generated main method to display this JFrame
         public static void main(String[] args) {
              SwingUtilities.invokeLater(new Runnable() {
                   public void run() {
                        NewJFrame inst = new NewJFrame();
                        inst.getContentPane().add(new MainPanel(inst.lines));
                        inst.setLocationRelativeTo(null);
                        inst.setVisible(true);
         public NewJFrame() {
              super();
              initGUI();
              lines = new Vector();
              lines.add(0, 30);
              addButton.addActionListener(this);
         private void initGUI() {
              try {
                   setDefaultCloseOperation(WindowConstants.DISPOSE_ON_CLOSE);
                        addButton = new JButton();
                        getContentPane().add(addButton, BorderLayout.SOUTH);
                        addButton.setText("ADD");
                        addButton.setPreferredSize(new java.awt.Dimension(71, 21));
                   pack();
                   setSize(400, 300);
              } catch (Exception e) {
                   e.printStackTrace();
         @Override
         public void actionPerformed(ActionEvent e) {
              if(e.getSource() == addButton){
                   lines.addElement(Integer.parseInt(lines.get(0).toString())+30);
                   mainPane.repaint();
    class MainPanel extends JComponent {
         Vector tempLines ;
         MainPanel(Vector lines){
              tempLines = lines;
              setBackground(Color.white);
         public void paintComponent(Graphics g) {
              Enumeration enumeration = tempLines.elements();
              while(enumeration.hasMoreElements()) {
                   Integer point = Integer.parseInt(enumeration.nextElement().toString());
                   Line2D line = new Line2D.Double(30, point, 200, point);
         Graphics2D g2d = (Graphics2D)g;
         g2d.setStroke(new BasicStroke(5));
         g2d.draw(line);
    }

  • Remove outlines in a line drawing

    I have a black and white line drawing I scanned and then opened in photoshop elements and now I want to color it in and get rid of the black outlines...how can I do this in Iluustrator

    There are several ways, depending on whether you want to keep the hand-drawn look, or have crisp, clean lines.
    For the hand-drawn look, Auto Trace and Live Paint. For a cleaner look, put your scan on a template layer, and use the vector drawing tools to recreate it.

  • How to do  Line Drawing

    Just how do I use a photo of a church building and make a line drawing of it? There are hundreds of lines, bricks, indented windows, steps,etc. and the whole thing is flooded with trees. They don't want a photo image and I've tried drawing it in PS 7 and am going nuts. There's no help with using the "auto trace" tool in AI 10.
    I suppose this can be done in several days, but I don't have that time. Unless there's a way to do this more efficiently than line by line, they'll have to get someone else to do this for them.
    I love challenges, but this one is crazy..................mm

    There are several filters that should be close to what you need. The three that I ran across are:
    Stamp
    Photocopy
    Charcoal
    Each of these filters can be found at filter>sketch>name of filter.
    sorry I do not recall the name of the one similar to threshold.

  • Code of line drawing algorithm

    anybody can tell me code of line drawing algorithm..if i hav two points a(x1,y1) and b(x2,y2) then
    how kan i draw line using these points..

    Use drawLine(int x1, int y1, int x2, int y2).
    As I understand it you should only do the drawing in a paint method (or paintComponent method if you're using swing.) If you're wanting the lines to be "permanent" then draw to a drawing.
    e.g. from a Logo/Turtle prog that I'm working on:
    protected void paintComponent(Graphics g) {
    super.paintComponent(g);
    if ( ! initDone ) {
    i_drawing = (BufferedImage)createImage(700,500);
    g_drawing = i_drawing.createGraphics();
    initDone=true;
    if (penDown && drawOp) {
    g_drawing.drawLine((int)posX, (int)posY, (int)targX, (int)targY);
    drawOp = false;
    g.drawImage(i_drawing, 0, 0, this);
    posX = targX;
    posY = targY;
    This draws the line on the image (i_drawing) and then displays the image.
    Hope this helps.

  • Animated line drawing

    I just recently purchased Flash cs4 so I am very new
    at it, but I want to learn, I am trying to animate a line drawing
    (building a house) I do ok at motion tween with balls or blocks but
    I cannot figure out how to tween a line. I need to be able to make
    the line grow. Any help or guidance please

    The only way I know of doing this with previous versions of
    flash is frame-by-frame. Other ways might include shape tweening,
    but that's been pretty fishy in older versions of flash. Have a
    look at this
    link
    for a more in-depth understanding of tweening and animation.

Maybe you are looking for

  • Multi-Message Mapping based on value of field - (Without BPM)

    Hi. I am having a bit of difficulty with multi-message mapping without BPM. I want to map to message1 & message2 based on a field in the rows of the source structure. e.g. row1-Source-Field1=> (if equal 0)   => <b>Message1</b>-field1. row2-Source-Fie

  • How does iWeb track files for incremental updates to .mac

    In short, my question is where does iWeb keep track of which pages have been published to .mac so it can make perform an incremental update? My father is in Alaska using iWeb 1.1.1 to maintain a blog and photo gallery that, when published to .mac, ha

  • My macbook pro takes 5-10 seconds to connect to my wifi

    when I gear up my computer or when I click on my safari, it takes 5-10 seconds to hook up to my wifi anybody have any ideas why

  • Select_list_from_query using union

    In manual Tabular form, how to have the APEX_ITEM.SELECT_LIST_FROM_QUERY when the query is like SELECT 'A' D, 'A' R FROM DUAL UNION ALL SELECT 'B' D, 'B' R FROM DUAL UNION ALL SELECT 'C' D, 'C' R FROM DUAL UNION ALLPlease suggest Sanjay

  • Vertical Pictures - Upload to Web

    I'm having problems with vertical pictures. When I browse my pictures anywhere on my Mac Book (Finder, iPhoto, Photoshop, etc.) I can view my pictures in their correct vertical and horizontal state. However, when I upload my images anywhere on the we