Skip to main content

Creating, Saving, Opening Doucument


CREATING A NEW DOCUMENT :
We able to create new, i.e blank documents by using one of several options.
Choose File → New Blank File to open the New dialog box, in which we have choose the document size, resolution, and other attributes.

Follow these steps to create a new document:
Choose File → New → Blank File in any workspace or press Ctrl + N.
than New named dialog box opens.

Select the attributes for the new file.
We have several options from which to choose:

Name: Type a name for our file.

Preset: From the drop-down list, we select from a number of different sizes.

Size: we can select a preset size from a long drop-down list. This is optional because we can change the file attributes in the other text boxes and drop-down menus.

Dimensions (Width/Height): Values in the Width and Height text boxes can be edited without affecting the other. Adjacent to the values in the Width and Height text boxes, we find drop-down menus that offer many different options for units of measure.

Resolution: The resolution is an independent value and isn’t linked to the dimensions.

Color Mode: We have different choices like Bitmap, Grayscale, and RGB Color.

Background Contents: We have three choices: White, Background Color, and Transparent. The selection We make results in the color of the blank image.

Image Size: This value (displayed in the lower-right corner of the dialog box) dynamically changes when we change the Width, Height, and Resolution values. The reported value is how much file space is required to save the uncompressed file.

Click OK after setting the file attributes to create the new document.

SAVING A NEW DOCUMENT:

Most probably we use the Save command to save changes to the current file or the Save As command to save changes to a different file.


Save changes to the current file

Save a file with a different name, location, or format

Choose File > Save As.
Choose a format from the Format menu.
Specify a filename and location.
In the Save As dialog box, select saving options.  Click Save.

A dialog box appears for choosing options when saving in some image formats.
File saving options
We have to set a variety of file saving options in the Save As dialog box. The availability of options depends on the image we saving and the selected file format.

As A Copy
Saves a copy of the file while keeping the current file open on your desktop.
Alpha Channels
Saves alpha channel information with the image. Disabling this option removes the alpha channels from the saved image.
Layers
Preserves all layers in the image. If this option is disabled or unavailable, all visible layers are flattened or merged (depending on the selected format).
Notes
Saves notes with the image.
Spot Colors
Saves spot channel information with the image. Disabling this option removes spot colors from the saved image.
Use Proof Setup, ICC Profile (Windows), or Embed Color Profile (Mac OS)
Creates a color-managed document.
Thumbnail (Windows)
Saves thumbnail data for the file.
Use Lower Case Extension (Windows)
Makes the file extension lowercase.

OPENING A DOCUMENT:

Opening a file is easy, just go to Menu > File > Open…

Navigate to the file and highlight it, then click OK.

If the location of the file is unknown, use Find File.

1. Find the file Collage.jpg (Use File Find )( Note Location)

2. Go back to PhotoShop

3. Do Menu > File > Open Collage.jpg


Comments

Post a Comment

Popular posts from this blog

Characteristics of computers

    Characteristics:        All computers have similar characteristics, which tells how computers are efficient to perform task. Computers have some Limitations also. Speed:     Computer can work very fast. It takes only few seconds for calculations on very large amount of data. Computer can perform millions (1,000,000) of instructions per second.      We measure the speed of computer in terms of microsecond (10-6 part of a second) or nanosecond (10 to the power -9 part of a second).   Accuracy:        The degree of accuracy of computer is very high and every calculation is performed with the same accuracy.  The errors in computer are due to human and inaccurate data.       The calculation done by computer are 100% error free, If we provide accurate input. Diligence:        A computer is free from tiredness, lack of concentration...

DS LAB FOR II YEAR

1.SINGLE LINKED LIST Procedure for creation of single linked list: STEP-1 : Declaring a variable named as “item”.Ie the element what we place in the linkedlist of the new node.         STEP-2 : Read the value   in “item”. Set first=last=null and next=null. STEP-3: Create a new node named as temp and assign the variable item to data part andassign Address of the node temp to null.       temp.data=item;       temp.next=null; STEP-4: Check   the address part of the first node Check if first=null Then assign first=last=temp Other wise Then assign the new node tolast.next=temp          last=temp STEP-6 : Repeat STEP-3 until you read required nodes. Procedure for display the linked list: STEP-1 : Check whether the list having nodes or not i.e Check if first=null        ...

LEVELS AND CURVES

LEVELS:                 Levels are used to set the shadows, mid tone etc.  O pen an image on Photoshop window. Select image menu on menu bar than adjustments than levels. A dialogue box will appear on screen which shows three pointers which indicates three optimum. The black triangle indicates shadows and gray triangle indicates mid tone and white triangle indicates highlights. In the channel menu different options are provided in drop down list. Make sure select on preview, which gives current adjustments on your picture. CURVES: Curves are to  similar to levels, it gives more power to control shadows highlights and mid tones. One of the simplest adjustment we can make with curves is increasing the contrast. Go to image menu and than adjustments,than curves. Dialogue box will appear on screen with straight diagonal line.      ...