I'm using Photoshop CS 3 to design a website. I used several shapes such as rectangle, line or ellipse of different size. Probably it is a stupid question but I don't know how to check the size of an existing rectangle. I tried free transform tool that selects my rectangle but doesn't show its size. Then I made a selection with rectangular marquee tool but I see nowhere the size of the selected area.
1. How do you check the overall size of an image in Lightroom 4 before exporting. In Photoshop it is image/size so what is it in Lightroom?
2. I have Canon raw files and tiffs and want to upload to 500PX and other web site galleries in one action. Is it possible? How do you set up an action to convert an image, say a tiff, to a certain size and then save as a jpeg and upload to 500pX using the plugin all in one action? At the moment I am saving the tiff as a jpeg to a correct size using a pre set, but then exporting to another folder ready to either manually upload or re-import to Lightroom as a jpeg then upload.
When I use the spell checker in Photoshop CS5 to check a text layer (in English), all I ever get is a message saying "Spell check complete" -- never any evidence of any errors being detected. It would be nice to think I'm a perfect speller, but the reality is it does this even when I can clearly see there are mistakes (for example, I've tested it by inserting gibberish words into my text).
Where are the spelling dictionaries, etc. installed, and what files should I find there for English spelling?
I'm trying to use the spelling check in Spanish, and not being able to. Spanish is on the character palette setting, I selected my layer and my text an nothing is happening, I am using Photoshop cs3 .
I have CS5 and wonder if there is a SIMPLE way to check to see if it needs any updates since the newer software version of Apple was applied to my computer. The website seems extremely confusing unless you know exactly what you need and what you are looking for. Photoshop has begun to run slower on my IMAC.
I was wondering if there was a way to check and see if a program has been activated?
I have a few previous Adobe programs that I have unistalled from my computer years ago, after I upgraded the program, and I wanted to find out if there was a way to see if the activation code was deactivated or not. Is there a page that Adobe has that you can go and enter in an activation code and see if it is activated or if it has not activated?
I'm totally newbie in this section and I recently put my license key in my Photoshop Cs6 Extended.But first i use a trail version than i use a license key for activation. Now i can't find any way to sure that is my PS is really activate or not.
When I try to open images on a 2 year old Fuji CD, some of them will not open and the error message 'cyclic redundancy check' or 'invalid MS-DOS function' comes up. The CD is in perfectly good condition.
Just starting to work with CS6. I click on a path, which shows the path nodes.... then go to the top menu interactive menu bar at the top of the screen to 'click-ON' the checkbox to display the path's transform corner handles.... and discover it is no longer there?
Where the heck did they put it? Don't tell me Adobe deleted this basic and oft - used function and made it a multi-finger, cluster-hump keyboard ONLY command?
Can I get this feature to display at the top menu header bar again?
I just installed CS6 Master Collection on Win7 .In Help>Updates is greyed out. My version is 13.0. but on support I see version 13.0.1.1 is there.
[URL]........
How does one automatically check for all product updates and have it install? In past I think CS5 there use to be some sort of update manager application.
I am doing a product shot, and the company's spec sheet advises that the brightest (or maybe lightest??) whites be 240, and the blacks around 30. I think this has something to do with levels, and not having blown-out whites or clipped blacks, but how do I check that those are the levels in my final proofs?
How do I check to see if jpg images have been saved at a resolution of 300 dpi?
What if my original jpg image resolution is less than 300 dpi and I require 300 dpi; Is it possible to resave them to a smaller image size and in doing so increase the dpi?
What if a jpg image says it is .jpg @ 25%RGB and I am supposed to save the files in CMYK; What is this Mode setting and can it be changed through resaving the jpg somehow, or is it changed to CMYK when you open it in Photoshop and choose CMYK in the'Rasterize Generic PDF Format' window?
I have read that spell checking IS available for Photoshop Elements, but is disabled if I don't have the proper dictionaries. True? If so, where do I get the necessary dictionaries and how do I enable the spell check function?
I am a Graphic Designer for a print shop and we just had a large document printed that looked to be in black and white but must have been in color somewhere (gray boxes) and used more clicks on the printer than we wanted. I'm wondering if there is a quick way to check a document like this in CS5 programs to see if it is truly in black and white or if there is something in there that is RGB or CMYK.
I am converting 1100 files from RAW to JPEG in ACR and after about every 10 or 15 images I randomly get the script alert 'I am unable to create a file in this folder. Please check your access rights to this location'
Under the properties on that folder 'full permission' is checked for everything. All of the images that have been processed are saved into that folder as well.
When I add a word to the spell check dictionary or select ignore all the red underline stays and if I do misspell the word that I just added later, it will not suggest my addition as a possible correction...
3.dwg : is a plan 'archi' 2.dwg is a plan with only décoration. 1. dwg is a plan with only the water.
i have this structure in my file (1.dwg) :
1.dwg ---> 2..dwg ---------> 3.dwg (this file is a Xref of 2.dwg)
--> is the blockRefecence (XRef).
Dim CollXref As New ObjectIdCollection Dim mydb As Database = Application.DocumentManager.MdiActiveDocument.Database Dim myTrans As Transaction = mydb.TransactionManager.StartTransaction ' Dim doc As Document = Application.DocumentManager.MdiActiveDocument [Code] ......
So i don't want to add Id of a Xref From a Xref. (In my example i want only ObjectId of the 2.dwg not 3.dwg if i launch this code on 1.dwg.
I just installed paint.net and the Photoshop PSD file plugin a few minutes ago in order to cut *.TIFF-files into pieces to be saved as *.PSD-files. That worked quite well, but I am not able to see the color depth of the new PSD-file I've saved.
When I use the spell checker in Photoshop CS5 to check a text layer, it always tells me there are no errors, even when I know there are, so it's a useless exercise. Where is the spellling dictionary installed, and how do I make sure it's working properly?
I'm need to make a Map Check report on C3D2011, but I don't know how to do it. Since C3D everything have to be setup before it can be use, so my questions are: How do I setup map check? Or What do I need to do get map check report?
I need to export data to an excel file but I need to check if the file is already open.
Searching the internet I found this but I don't know what "imports" to use to use to enable it.
Public Function FileInUse(ByVal sFile As String) As Boolean If System.IO.File.Exists(sFile) Then Try Dim F As Short = FreeFile() FileOpen(F, sFile, OpenMode.Binary, OpenAccess.ReadWrite, OpenShare.LockReadWrite) FileClose(F) Catch Return True End Try End If End Function