I have two directories of images in my hard disk.One one of them I am able to write text of my choice of font , size and color.And turn them into watermarks.But on the other if I write , it comes so small its not visible at all.
I have a problem with cs3 portable.everytime i want to write a text on a image appear this "Could not complete your request because somethingprevented the text engine from being initialized"
I have some images, this image contain a real picture of house from outside with a wall in front. I want to wrtite a word in that wall in a way that people will see this picture will think that the word is wrotten to wall of house and not guess that it is made by a software.
Also, suppose that there is already a word written in the wall, is it possible to replace that word with some other word, in a way that people will not guess it is made by a software.
I am having difficulty writing text in a humanly readable size on this image irrespective of whether I use the BMP or the JPG format.It comes very tiny even when I use the highest possible size allowed(72 pt) in Times New Roman.
I am ultimately considering turning the text into a watermark though I would be happy to write on it even as opaqe text.
I am trying to learn how to write or design text letters using images for instance I want to know how i would write Photoshop using noodles or electricity wires.
I have been watching a lot of how to videos to learn some effects, trying to pull off this one effect. In the end I would like to create an image file that will consist of a gray transparent rectangular box that I can freely write solid text on. I would like to take this image and "drop" it onto other pictures that I have so that it can serve as a description box. I would like whatever my picture is to be my background and then have this gray box file be the foreground so that I don't have to recreate this process for every image I want to add text to, I can instead edit my Transparent gray file with the text I want and then add it to the picture I want to have text.
I have hit a wall when it comes to trying to pull off this one effect. In the end I would like to create an image file that will consist of a gray transparent rectangular box that I can freely write solid text on. I would like to take this image and "drop" it onto other pictures that I have so that it can serve as a description box. I would like whatever my picture is to be my background and then have this gray box file be the foreground so that I don't have to recreate this process for every image I want to add text to, I can instead edit my Transparent gray file with the text I want and then add it to the picture I want to have text.
I have a problem with photo Shop CC: When I try to write a text on top of a photo the screen goes black and flickers? I uninstalled the progran earlier on today and downloaded it again but the problem is still there.
I am trying to design a key chain, and I would like to write a 3D text on an arc. Is there a solution to that chalenge, other than drawing every letter with a polyline and then press pulling it?
When I hit (t), i click anywhere and start to type but nothing shows up. its a blinking dot. Even if i make a text box, nothing will show up not even a blinking cursor.
I recently found this lisp routine which changes dimension text from the actual measurement to EQ.
(Defun c:equaldim () (setq newdim (entsel " Select Dimension to Replace with EQ.:")) (setq newdimvalue "EQ.") (command "dimedit" "n" newdimvalue newdim "") (princ) )
I would like to be able to do the same in 2013 LT using a macro. All efforts to write a macro have failed because I don't know what controls the Text Override.
I'm trying to create a script which will write the filename in/on an open image itself
I recorded a script which
draws a rectangle merges it down writes/types some words on the rectangle and merges that down
Rather than type the same thing in each image, I'd like to write the file name instead omto the image
The applicable section of script seems to be: Select all # Text App.Do( Environment, 'TextEx', { [A number of text tool parameters omitted] },
[Code]....
The key line seems to be that: 'Characters': u'File Name Here?',
(the 'File Name Here' was, of course, what I typed in with the Text Tool
And I'm thinking I somehow have to use App.TargetDocument.Title, perhaps as a variable or system variable, but I have not been able to figure out how to do it.
I'm pretty good with WordPerfect's PerfectScript, and can sometimes muddle my way though some JaveScript, but this is beyond my ability
I will be processing thousands of files ovcer time, typically 100-500 at a time....
I want to write text then make it curve up/down etc.. without using a object. But by using my mouse.
Is this possible?
I remember I was able to do this in PSP 9 but that was a long time ago. I would be able to do it with my mouse. I get the box now after I apply text to Move, Rotate, resize, but no curve. I remember in the past dragging my mouse pointer to the center of the box and getting a option where I can move the text to curve it up or down. That is what I would like to do again.
How would one generate a shape (e.g. a roto'd shape that is tracked) and enable its use as a path for a text write-on?
The text node only has one input and if I set text to write on a path then there is only a straight line to manipulate from scratch - with no options to load or save or connect as far as I can see...
When I take the Type tool and draw a text box it simply draws a box with no fill or stroke and I can't type in it. When I simply click with the Type tool, a one-pixel dot appears and blinks like a input cursor, and when I type it blinks like it should be moving but it's not. I can't write any text whatsoever...
i am going to design a Logo for one of my client. the logo will be like an rounded shield. URL....i can write the text on upper side of te shape which is "Center for Employment Training. Please see the image. on image where this text is written on bottom of shae "Skill Training. Human Development" how to write that text . i tried to wrap the text using Arc option but the text goes stretched.
I'm trying to create an iLogic rule that will print a text string to a cell or coloum of a parts list in inventor.
My code so far...
Sub Main() On Error Resume Next Dim oDrawDoc As DrawingDocument oDrawDoc = ThisApplication.ActiveDocument [code]......
I want to print what is in the Message Box into a cell in the parts list, and i am stumped. The cell i am trying to print to is a user property in the Parts List.