Photoshop :: Creating A CD Insert
May 13, 2006
I am new to photoshop and I am trying to create a cd insert using grayscale pics. I want to put text over them and stuff like that, but I can't seem to figure this out. How do I size this so that it will for into a CD jewel case. I have templates so I know the dimensions but I cant see where to enter them.
View 1 Replies
ADVERTISEMENT
Jul 7, 2007
I've made actions in Photoshop before but never really anything other than recording my mouse movements & keystrokes.
Many of the actions i download have many more bells & whistles in them.
I'm really looking to have a msgbox pop up saying ...
eg NOW SET HUE/SAT TO REQUIRED SETTINGS
& have the hue & sat setting pop up so they could enter a setting
then the action would continue.
Could anyone offer any links or book reccomendations to help me built more complicated actions please?
View 3 Replies
View Related
Mar 13, 2011
When I select Create DVD in X4, I get a pop-up dialog that allows me to insert my files into the "timeline" for creating the DVD. I can Add, I can change the DVD type, but I don't know how to continue. The Next button is grayed out, the tab for setup 2 is also grayed out, and there is no way for me to figure out What to do to create the menu and continue.
View 2 Replies
View Related
Jan 15, 2013
I worked with about 70 blocks that I routinely insert in drawings, at present I have an area where I keep all them in every drawing. I would like to have a bar that will contain the blocks where I can drag and drop them into place.
View 5 Replies
View Related
Apr 26, 2013
I'm new to .net for autocad, but very familiar with c#. I studied some samples about creating a block from c#. I have a form for some basic input. When the user presses OK the code checks if the blockname is already in use. When no it creates the block using following
private void make_block() { double nextpoint = 0.0; double linedis = 7.3634; Document doc = Autodesk.AutoCAD.ApplicationServices.Application.DocumentManager.MdiActiveDocument; Database db = doc.Database; Editor ed = doc.Editor; using (Transaction tr = db.TransactionManager.StartTransaction()) {
[code]......
The code runs successfully (meaning i don't get any errors), but when I want to insert the block it isn't in the list of blocks.
View 2 Replies
View Related
Nov 11, 2013
it's my job to create drawings for patent applications, and These drawings usually consist of multiple pages with one or more drawings on each page. Each of these drawings has to be given it's own unique identifier (for example Fig. 1, Fig.2 etc).
In the process of designing a complete patent application it is often necessary to change the order of figures around and/or add new ones, remove old ones and so on. Now we get to the macro part.
What I need is a macro that identifies an artistic text placeholder (let's say <figures>) and replaces it with a text that says "Fig. x", x being counted upwards starting from 1. In essence I need the macro to count how many times it has already replaced <figures>, and insert the correct number. After the macro has done it's work I want every placeholder replaced with "Fig.1" or "Fig. 2".
View 8 Replies
View Related
Feb 22, 2013
working with acad 2012 and not having good luck with links and functionality with excel. tried the links manager,pasting excel/entities. trying to insert separate files in model space in essence creating multiple cut lists for the drawing. Is there a tutorial that goes in depth with this? just froze one file at work, lucked out and opened at home. Each cut list is an individual worksheet, which may be the problem.
View 1 Replies
View Related
Apr 2, 2013
I write a program, this program needs to insert some standard illustrations. I made these standard illustrations into different blocks. And I store these blocks in a dwg file. Everytime I need to insert some illustrations, I just click the mouse on the current drawing, I want the illustration inserted. These means the following points:
(1) Import the blocks to the current drawing, if the blocks have already been imported, then do nothing.
(2) Specify the insert point by clicking the mouse, and I want the block's insert point to coincide with the mouse clicking point.
View 1 Replies
View Related
Aug 2, 2013
I am trying to insert OS Tiles into a drawing using the insert x-ref command. I have managed to insert 192 tiles but still need to add 29 more tiles to complete. When I try to insert another x reference AutoCAD just goes into a continual loop. Have to force AutoCAD to crash after ten minutes.
I am using AutoCAD 2014 MAP and have just had a new system built (i5 processor, 8GB RAM).
View 9 Replies
View Related
Sep 26, 2012
trying to insert point instead of block.
(setq blok (entget (car (entsel))))
(setq point (cdr (assoc 10 blok)))
(setq XX (rtos (car point) 2 20)) ;; x koordinata bloka
(setq YY (rtos (cadr point) 2 20)) ;; y koordinata bloka
(setq ZZ (rtos (caddr point) 2 20)) ;; z koordinata bloka
(command "point" xx,yy,zz) is not working
!xx="5582453.414999999" but when i (atoi xx) i get 5582453 no dedimals...
how to create valid insertation point from xx, yy and zz?
View 6 Replies
View Related
Sep 19, 2013
A client requests to insert the CRN into the OTR (ORIGINAL TRANSMISSION REFERENCE). They say : select file/file info/under section, choose Origin/ type the CRN into the OTR field.
and where is the OTR field?
View 3 Replies
View Related
Jul 20, 2013
Being a member and dayly reader here for many years I do not know how to insert a picture. FAQ and Ask a Question did not return an answer.
View 2 Replies
View Related
Sep 11, 2012
I am not able to insert even very small size pictures here ,i tried in general discussions & creative suit but same result.What is wrong?
View 4 Replies
View Related
Jul 25, 2008
I am creating some templates in Photoshop Elements 6. To make it easier to add photos I would like to insert those photoframes where you insert a photo and the photo automatically fits into the frame.
If I insert a photo onto a new layer the photo frame will appear under the photo so the question is if you can insert the frame without the photo?
View 2 Replies
View Related
Dec 10, 2008
I download the 30-day trial version of cs4-extended from adobe, using the Akamai Download Manager, the .exe and the .7z were 100% downloaded, everything fine, I extracted them and began the installation, but just at the last part where the installation is supposed to begin it wants me to put the cs4 cd in.
do I need to copy the 2 downloaded files to a cd first and run them off of it?
View 1 Replies
View Related
May 30, 2004
How do insert an image into PS, I have created some borders and text for a magazine, i now need to insert an image (jpg) into this to form the main part of the front page.
View 3 Replies
View Related
Apr 14, 2009
I realize that JPEGs are not transparant, but I've tried using Clipping path to do effect from a copy the image as a path but have not successfully clipped out the image. ....
View 4 Replies
View Related
Oct 9, 2013
I recently downloaded CS2 for watermarking photo's. I have read the information, called support and was led here for answers. if you know because I need to watermark photos for my business.
View 3 Replies
View Related
Aug 24, 2013
I know how to insert basic one line text but i dont know how to insert a large paragraph or a page of text?
View 3 Replies
View Related
Oct 24, 2013
How can i insert a click able web link ?
View 1 Replies
View Related
Oct 2, 2013
New to Photoshop. How do I cut out a face from one picture and insert it into another?
View 1 Replies
View Related
Apr 17, 2013
I was able to turn the background to white. However I am still trying to figure out how to insert my image into this template so I can then have photoshop manage the color and print it with my Epson 3800 printer. When I click on the template it says could not complete your request because more than one layer is selected. This what Avery sent in the download. Do I have to do this in layers? I just want to insert the photo and print my images on the postcard templates I bought from Avery.
View 2 Replies
View Related
Jul 6, 2003
I was given a psd template to use on a regular basis. I need to update an image within the psd that is masked. How can I insert a new image into the mask, or apply the mask the have created to the new image.
View 1 Replies
View Related
Jan 31, 2009
How do you insert the accented "a" and the accented "i" in Photoshop CS4? I've searched on the web and found reference to special character codes. Where do you find a list of these Alt-code combinations listed?
View 4 Replies
View Related
Apr 20, 2006
How do I insert HTML links to my jpeg image. I know I must be in Image Ready, but I can't find the tool to select my area that will be linked.
View 5 Replies
View Related
Mar 31, 2005
I would like to insert a registered trademark, but how? I am basically using the text tool and then I want to click that magic button put in my registered trademark and then continue to use the text tool (keep typing text). Can someone help direct me how I can get the registered trademark. I am using Photoshop CS (the best).
View 5 Replies
View Related
Apr 27, 2008
i recently downloaded the trial of Adobe Photoshop CS3 Elements (from Adobe's website), I want to see what this program is like before purchasing. The files extracted with no problems, but once near the end of the install i get a prompt telling me to insert disc 2, now because this is the downloaded trial, there is no disc to. I am running Windows XP Media Edition (SP2)and am out of ideas. I have tried ruffly 3 times, re-downloading every time, and still I still get the same message.
View 4 Replies
View Related
Aug 30, 2007
I'm trying to design a school magazine cover, the emblem is a fountain. I wanted to put a colage of pictures within the fountain shape .
View 3 Replies
View Related
Sep 15, 2008
how to make inserting people into cartoons look better?
View 2 Replies
View Related
Oct 22, 2008
I made a flyer in Photoshop, I saved it as a JPG. Then I went into my email client AOL to insert it into the body of the email to send out to my clientele. I sent it to myself first to check the resolution etc. The problem is I cannot get it to keep the orginal aspect ration within the email. I compared it to other flyers sent to me, that were produced in Photoshop, I checked all the specs and everything in them matched mine. When I put them into the email the retained their orginal format.
View 12 Replies
View Related
Aug 6, 2004
I created an animated gif in ulead cool 3d. I also have a psd file that is used for a web banner. It contains slices and several different layers including some rollovers. What I want to be able to do is insert the animated gif into the psd file and have it still work as an animated gif while keeping the original psd file intact. Not quite sure what I need to do to get this to work since I am sort of a noob when it comes to graphic design.
View 4 Replies
View Related