Photoshop :: Creating This Specific Sketch Effect
Aug 11, 2009
I was wondering how you create the sketch effect used on this site http://carsonified.com/team/ryan/
I would love to use it in my next project and was hoping you would know of an good tutorials that I could look at.
View 2 Replies
ADVERTISEMENT
Apr 9, 2004
i have been trying to find a tut on how to turn images into a sketch. I looked everywhere although im either crap at looking.
View 9 Replies
View Related
Jun 8, 2005
Hey did this effect on this car. Does it look like a sketch?
bottom is the original picture
View 4 Replies
View Related
Sep 7, 2004
Pen Effect - GFX-Verge.de -
Create a cool pen effect from your photos.
View 2 Replies
View Related
Aug 11, 2009
how you create the sketch effect.
View 1 Replies
View Related
Mar 31, 2002
how do u make an image look like it was drawn/sketched?
the blue hands/sand is the effect i'm looking for.
View 11 Replies
View Related
Feb 6, 2009
I am trying to put a layer on top of another and achieve a specific effect.
My bottom layer is a normal color image, however my top layer is a single object with completely white background. I am trying to over-layer the two in such a way that the object on the top layer is fully visible and blocks the space behind it. However the white portion of the top layer should not interfere with the bottom image. I know there is a cropping method but I cannot use any cropping in what I am doing. I need to figure out how to do this effect using layer options.
The trick is that I have a completely white background on my top image, so I think there should be a way to make white transparent but at the same time keep the object visible.
Here is a sample of what i am looking for (I did this using cropping technique but need to figure out how to do it using layer options/effects such as multiply and overlay)
View 9 Replies
View Related
Jul 12, 2009
I have photographs of mine that I would like to use as sketches in my textbooks. Do you know how I can create a sketch/drawing effect of photographs with photoshop?
View 2 Replies
View Related
Nov 27, 2013
I have Photshop CS4. I create a picture with a specific size in Photoshop (eample: 8.5" x 11"). I send it to the printer. In the printer box it also shows the correct print size. However when it prints it is only a small sample of the picture. An 8.5' x 11" picture from Photoshop, showing that size in the Image box and in the Photoshop print box, when sent to the printer shows at the correct size and prints it at 2-3/4" x 3-1/2". If i save the picture from Photoshop onto my desktop, then open it in Microsogt Office Picture Manager, then send it to the exact same printer, it is printed out at the correct size. I don't know why it will not print it to the correct size from Photoshop.
View 2 Replies
View Related
Jan 6, 2005
I am looking for a procedure to make sketch drawings out of digital photos using Photoshop. I have read some postings on this website, but they were based on using a Mac so the commands were not the same on my version. Please note that these sketches will be of technical matter and not people (if that makes a difference?).
View 3 Replies
View Related
Aug 31, 2013
I was looking at this logo: [URL]
And I want to get the effect which is on the second i letter.
The point above the i letter is spread untill the end of the logo.
View 3 Replies
View Related
Dec 7, 2011
I've had a simple lisp I've been using for years that suddenly disappeared. It required that you identify a block name, tag name, and the value that you want the tag to be. All of this is performed via command line, so it is scriptable. Since I lost it, I've been experimenting with -attedit. This command comes frustratingly close to what I'm looking for, except it only appends an existing tag, or replaces a specific string within the tag; I can't get it to replace the entire tag, regardless of its value.
1> Any lisp routine that does what I describe?
or
2> How to make -attedit replace a tag value without regard to what the value currently is (like a * wildcard)?
View 9 Replies
View Related
Mar 4, 2012
I am using Civil 3D 2011 and wondering how to create just one contour on an existing surface at a specific elevation. I need to show where floodwaters would get to at a specific elevation so that contour would be the easiest way if I can contour the surface with just 1 elevation. I don't want to have to create 0.1' contours all over the site and then remove all the extras.
View 8 Replies
View Related
Jan 23, 2012
How is possible to create a shade-render from specific objects in my drawing?
I am using the View>Turn textures ON option in my AutoCAD and what it does is to try to render all objects in my drawing, so no wonder the program freezes.
View 1 Replies
View Related
Apr 19, 2012
I am trying to set several hundred points along polyline verticies with the point number starting at 5000. There are no other points in my drawing, yet everytime I start the process, it begins at 1. I have set 5000 at my Next Point Number under Point Identity in the Create Points toolbar. I have also verified that the 'Save Command Settings" is set to yes under the 'Commands-Create Points'. We cannot get this to behave as desired.
This is a 2D polyline with no elevations.
View 9 Replies
View Related
Dec 17, 2012
One of our senior designers seems to think there is a setting when creating a sketch that will automatically dimension.
So if a straight line is draw and 5 mm length is entered a 5 mm line will immedialtey be created, he seems to think that you can then immedialtey Dimension said line??
I can't find anything, settings wise?
View 3 Replies
View Related
Oct 8, 2005
I have a gray scale tiff image that will be printed on a corrugated fibreboard carton. I need to show what this image will look like at 45 DPI when viewed on a screen and printed out in a PDF file. How would I show the actual 45 DPI in the image itself? I Have seen images before that are in 45 or other DPI but for the life of me can't figure out how to do it. I have Photoshop 4 here at home on my laptop and am about ready to pull my hair out trying to figure this out. I know if I had a LaserWriter, I would just assign a DPI to the image when it goes to the printer and it would print out at 45 DPI. This effect is what I need to be seen on the screen.
View 2 Replies
View Related
Oct 23, 2004
A client of mine asked if I could create a pulsating effect with a photograph of a speaker. Is there an easy way to create this?
View 6 Replies
View Related
Sep 20, 2013
I have some code that starts a new drawing with a specific template from a lisp routine
(defun ghd:load_newdwg (template / ae-acad-object newdwg)
(setq ae-acad-object (vlax-get-acad-object))
(setq newdwg (vla-add (vla-get-documents ae-acad-object) template))
(vla-put-activedocument ae-acad-object newdwg)
)
The template location and file is stored in variable clienttemplate (and is not the standard template path set under options). All works okay except if I close the new drawing, when I return to the previous drawing that was current when the new drawing was created (i.e. the drawing that the routine was run from). I get the following error:
Command: ; error: Exception occurred: 0xC0000005 (Access Violation)
; error: Unknown exception occurred
; warning: unwind skipped on unknown exception
I assume this has something to do with the original routine not closing/finishing before switching to the new drawing. This is the last line of the routine:
(cond ((= startnewdwg 1) (ghd:load_newdwg clienttemplate)))
View 3 Replies
View Related
Oct 2, 2013
I have problem with creating of a Rectangle in a sketch. I would like to make a profile in assembly and then make a "revolve".
Dim oAsmDoc As AssemblyDocument
Set oAsmDoc = ThisApplication.ActiveDocument
Dim oCompDef As AssemblyComponentDefinition
Set oCompDef = oAsmDoc.ComponentDefinition
[code]..........
View 1 Replies
View Related
Aug 26, 2013
After I create a sketch, how do I center it about the origin? The origin is projected, I just can't figure out how to set the sketch about it.
View 4 Replies
View Related
Jul 31, 2009
I have included image. I want to create something like this: From the paint gun sprays white paint and creates a splatter and inside that splatter is a image.
View 4 Replies
View Related
Mar 4, 2004
does anyone know how to create a gradual pixelation effect? for example one end of the image you can make out the individual pixels, and gradually the image quality improves until you have a high res look.
View 2 Replies
View Related
Jun 17, 2006
how to create the high-contrasty overly-xeroxed look on an image that we see so much of on tshirts and posters. If anyone of you could share with me the specific steps in Photoshop to create this trick or if you know of a plug-in that does it instantly, please let me know. I've tried using the Threshhold feature in photoshop, but that doesn't quite do it and it makes the image look very sharp and jagged, not smooth.
View 4 Replies
View Related
Apr 29, 2006
I have created have gotten great feedback, and were the result of poking around. I dont know how to use all the tools yet..
I need to create stardust for a few of my images. I want it to look like a sparkle of showering stars. I have no idea how to do this.
I found an online tutorial about making a new layer in white and using the airbrush/smudge tool...but it didnt give me the effect I want, it looked like a white trail of stars. I want the stardust to be slightly transparent, almost ghostly, so you can see the background image.
View 8 Replies
View Related
Jul 26, 2013
I am trying to create a coil which from above, retains equal and thus parallel pitches whilst at the same time adheres to a semi-circular form in the cross section. You can see from the images attached that the first two revolutions are larger than the semi-circle outline.
These are the values I have used:
Cylindrical
r (t): 134.56924424045517662353735770102mm * t * 0.5
q(t): 1 deg * 360 ul * 3.0 ul * t
z(t): 10 mm * 6 ul * 0.5 ul * t * (1.5 * t) * t
tmin: 0 ul
tmax: 0.916 ul
View 9 Replies
View Related
May 21, 2013
I've got a problem with creating Path in Inventor VBA. I've created a source block definition in SourcePart.ipt, derived it in DestPart.ipt, placed this derived SketchBlockDefinition in Sketch3 and draw 3 extra lines. Now i want to add a SplitFeature with SplitTool as a Path of 3 lines, but first i need to create this Path. There is no problem with creating path from this 3 extra lines, but when i want to create path from lines that belongs to derived block - an error occurs.
Below is sample code (also included in attached file - DestPart.ipt). Try run it with DestPart.ipt as an active file. When Inventor is prompting for Selecting Sketch Entity first select one of 3 extra lines, macro ends with no errors. Then run it again, this time select one of 3 lines that belongs to SketchBlock - an error occurs.
When you try to add SplitFeature (Trim Solid) by UserInterface Button "Split" there is no problem with any set of 3 lines.
Sub CreatePathTest() Dim oPartDoc As Inventor.PartDocument Set oPartDoc = ThisApplication.ActiveDocument Dim oPickedSketchEntity As Inventor.SketchEntity Set oPickedSketchEntity = ThisApplication.CommandManager.Pick(kSketchCurveFilter, "Select Sketch Entity") Dim oNewPath As Inventor.Path Set oNewPath = oPartDoc.ComponentDefinition.Features.CreatePath(oPickedSketchEntity)End Sub
My System is Windows 7 32bit/64bit, Inventor 2012
View 1 Replies
View Related
Apr 18, 2012
I have a problem when I`m creating a new part in assembly.
I`m in assembly and I push a create button. Then I give it a name and OK. Then I push a plane where I want to make the part. New sketch comes but no sketch panel. I have to push right button from mouse and click finish sketch. Then when I go edit sketch the sketch panel comes like it suppose it to be.
View 9 Replies
View Related
Jan 23, 2012
Can we now toggle "sketch only" geometry when creating drawing view sketch transient geometry in the Inventor 2012 API?
View 2 Replies
View Related
Mar 18, 2013
I am trying to creating an extrusion with a sketch containing multiple circles. However, the AddForSolid() Method is not working properly, returning non-NOERROR is C++. Below is the code that I used to create a sketch(which is succeeded) and then try to create a extrusion (in my case cutting).
ApplicationPtr pInvApp;pInvApp.GetActiveObject("Inventor.Application");DocumentPtr pItem;pItem = pInvApp->GetActiveDocument();PartDocumentPtr pDoc;if(pItem->GetDocumentType() == kPartDocumentObject)pDoc = pItem;SelectSetPtr selectedItem;selectedItem = pDoc->GetSelectSet();FacePtr face;//printf("
[code]....
View 6 Replies
View Related
Apr 18, 2013
I am having trouble when tracing a sketch to convert it to vector. I have tried scanning it into photoshop first then exporting it to illustrator, and also just scanning in as a jpeg and opening it in illustrator.
The trouble I am experiencing is that the lines are not clean, but appearing very grainy. When i choose Fills I get the best result, but with Strokes i get 2 thin lines and obviouly no fill.
Either way I can make the color of the lines all the same, but am unable to create objects within the lines to fill with color, such as face, sunglasses, etc. I can do it with live paint but I know there are other ways to color in files in AI.
Here are the original, the fill, and the stroke result outcomes
Here are the files on dropbox [URL] .....
View 5 Replies
View Related