Typically a first look at a newly-updated product starts out with phrases like, “the long awaited” or “the much anticipated.” Not so with Photoshop CS4. The truth is that latest version of Photoshop will hit the streets practically on the heels of Photoshop CS3, its predecessor which debuted a little less than 18 months ago.
What kind of features could Photoshop CS4 have now that it didn’t have slightly over a year ago? As it turns out, the Photoshop product managers have barely slept since herding CS3 out the door and the answer is, “Quite a lot, thank you.” Photoshop CS4 sports an overhauled workspace, OpenGL features like a rotating canvas, new panels for Masks and Adjustments, on-image controls for some adjustments (a la Photoshop LightRoom), a 3-D engine, and that’s just for starters.
Here’s what to expect from the latest version of Photoshop when CS4 ships in October.
Workspace overhaul
In an attempt to significantly streamline your work environment and lessen window clutter, the new Application Frame was born. It confines all things Photoshop to a single resizable and movable window. You can grab the whole mess—documents and all—and move it to the side of your screen (or better yet, to another monitor) so it’s out of the way. If you open more than one document, they’re displayed in tabs (just like in Safari).
At the very top of the frame, you’ll notice a new row of tools called the Application Bar. Here you’ve got one-click access to handy stuff like Extras (grids, rulers, guides), zoom percentages, and more. The real gems, though, are the new Rotate Canvas and Arrange Documents menus. Rotate Canvas will make tablet users squeal with delight because it creates a more natural way to paint or draw. The Arrange Documents menu lets you view several open documents side by side, which is handy for before/after evaluations or just managing a bunch of open windows.
New masks and adjustments panels
With Photoshop CS4, palettes are out and panels are in. In an effort to reduce dialog box clutter, adjustments like Levels, Curves, Hue/Saturation, and so forth now happen in a single Adjustments panel, meaning dialog boxes will no longer litter your screen. The new Masks panel is a little more exciting because it lets you feather masks on the fly (nondestructively) and control their density, which lets you make them partially see-through. (Why it’s not called opacity is a mystery.)
Also new are “on-image” adjustments for Curves, Black & White, and Hue/Saturation adjustment layers. Instead of making a selection, you can apply the adjustment to a specific tonal range by clicking on the image itself and dragging up or down with your mouse.
Extended exclusives
If you pop for the $999 Extended version, you’ll notice a couple of new tools gracing your Tools panel called 3D Rotate and 3D Orbit, as well as a new menu stuffed full of commands like New Mesh from Grayscale, Invert Visible Surfaces, and Create UV Overlays.
With CS4, Adobe has stepped rather firmly into the realm of 3-D modeling, giving you the ability to convert 2-D into 3-D, along with a fair amount of control over object textures and lighting. You can even paint directly on the surface geometry of a model in real-time and open models downloaded from Google right there in Photoshop. Adobe also added a reparameterize command that can quickly rebuild the surface geometry of your 3-D object for smoother painting.
If you’re a video editor, you may appreciate Extended’s single-letter keyboard shortcuts, smooth display of no-square pixels, and the ability to preview and export audio.
Other features
Among the other enhancements are smoother screen display at odd zoom levels, the ability to “toss” your pixels with the spacebar, a bird’s eye view quick-zoom, a new Vibrance adjustment layer (straight from Camera Raw), spring-loaded tools allowing you to temporarily switch from one tool to another, a pixel-grid view above 600-percent zoom, linked masks for Smart Objects, drag-resizing for brush cursors, and the ability the delete layers by pressing the Delete key. (You can’t believe how handy that latter feature is!).
Camera Raw 5 also has major improvements like the ability to edit selectively using an Adjustments Brush or Gradient Filter. Adobe Bridge wasn’t left out either and now boosts faster performance, one-click previews, Spotlight integration, a super handy path bar (like a trail of breadcrumbs), and more.
Source: macworld.com
Tampilkan postingan dengan label Designer. Tampilkan semua postingan
Tampilkan postingan dengan label Designer. Tampilkan semua postingan
Kamis, 25 September 2008
Rabu, 24 September 2008
Basics of Web Layout
When you create a Web design, one of the more overlooked aspects of the design is the layout. Now, many people think about how to do a layout (CSS, tables, frames, etc.), but the basics of Web layout are often completely ignored.
Space and Whitespace
Use the whole space, but don't be specific in your use. In other words, use relatively sized layout sections on your Web pages, so that they expand and contract to fit the browser window.
Keep screen resolution in mind. While the majority of computer users have moved away from 640x480 resolution, keep that in mind when you're designing. Having customers leave because all they can see is a logo on their monitor is not good customer service.
Use color to define spaces. If you want to have a page that's a specific width, why not center it on the browser screen and make the background color of the page a different color? This will help the page appear to resize for different browsers; larger browsers will just have more background color showing, while smaller browsers will have less or none showing.
Images and Graphics
Align your images. One of the most common newbie layout mistakes is to slap images into a page willy-nilly without thought to layout. If you just use an img tag and then write text to follow it, you'll have the image and then one line of text to the right of it. Using the align attribute will help make your images part of the layout.
Balance the graphics and text on a page. It's easy to get carried away with lots of images and animations, but they can make a page very hard to read. When you're considering your layout, remember that images are a major part of the design, not just afterthoughts.
Text Width
Think about text width. This is often called the "scan length", and refers to how many words are displayed on one line. Most people can comfortably read about 7 to 11 words on a line. Longer than that, and the text is hard to read, shorter than that and it's disjointed and distracting. When designing your layouts make sure that the major text area displays the text in a readable width.
Centering text is inadvisable. One of the first layout techniques that a new designer learns is the center tag, and they center everything on their pages. However, centering is very difficult to do well and it's often hard to read.
Articles source : http://webdesign.about.com/od/layout/a/aa062104.htm
Space and Whitespace
Use the whole space, but don't be specific in your use. In other words, use relatively sized layout sections on your Web pages, so that they expand and contract to fit the browser window.
Keep screen resolution in mind. While the majority of computer users have moved away from 640x480 resolution, keep that in mind when you're designing. Having customers leave because all they can see is a logo on their monitor is not good customer service.
Use color to define spaces. If you want to have a page that's a specific width, why not center it on the browser screen and make the background color of the page a different color? This will help the page appear to resize for different browsers; larger browsers will just have more background color showing, while smaller browsers will have less or none showing.
Images and Graphics
Align your images. One of the most common newbie layout mistakes is to slap images into a page willy-nilly without thought to layout. If you just use an img tag and then write text to follow it, you'll have the image and then one line of text to the right of it. Using the align attribute will help make your images part of the layout.
Balance the graphics and text on a page. It's easy to get carried away with lots of images and animations, but they can make a page very hard to read. When you're considering your layout, remember that images are a major part of the design, not just afterthoughts.
Text Width
Think about text width. This is often called the "scan length", and refers to how many words are displayed on one line. Most people can comfortably read about 7 to 11 words on a line. Longer than that, and the text is hard to read, shorter than that and it's disjointed and distracting. When designing your layouts make sure that the major text area displays the text in a readable width.
Centering text is inadvisable. One of the first layout techniques that a new designer learns is the center tag, and they center everything on their pages. However, centering is very difficult to do well and it's often hard to read.
Articles source : http://webdesign.about.com/od/layout/a/aa062104.htm
Langganan:
Postingan (Atom)