Opening Files
The Image Browser
Drag and Drop
Saving files

Opening Files

To open a new image in PD Pro, select Open from the file menu.

You are presented with a standard dialog box that you can use to select your file.

 

Use the 'Files of type' dropdown control to select the type of file you want to load.  PD loads and saves the Targa format by default.  Targa is a flexible and widely supported format for graphics exchange, used commonly in the computer graphics industry.  There are lots of other formats supported too, in fact around 60 of them.  If you want to open a Jpeg, Tiff, or any other supported file, just select 'Automatic' from the list.

Layered format is a special format used for loading and saving files that contain separate layers.  If you are using layers and want to keep them separate, without merging them, then use the layered format to save a copy of your file.

You can use the list of icons at the left to select common locations for your files. Or you can drop down a list of devices and folders to find the location of your files.

 

Dropping down the control on the top right of the dialog box lets you select several ways of displaying the contents of the folder you are browsing.

 

For example, you can display certain types of files (bmp, jpegs, gifs, png's) as thumbnails.  This is a feature of the operating system.  A dedicated image browser is also included and will be explained below.

 

Selecting Details gives you a lot more information about your files.  Included is the file type (determined by the file extension) and the file size.  The date of the files creation, or the last time it was modified is listed, and the dimensions of the image (of supported files) are listed to the right.
Right clicking on a file will give you a context menu of various options.  This will often vary from system to system, but a number of features remain the same.

You can select the 'Preview' item to open an external application to view the file.  Whatever program that is associated with the file type by the operating system will be used to show it.

The little doodad at the bottom corner of the window, under the open and cancel buttons, lets you change the size of your window, so you can show more files if you want to.
Pattern Matching

If you wish to list files of only a certain type, say Jpeg, then you can use Pattern Matching.  In it's basic form, it can be used like this...

 

Adding "*.jpg" to the filename control causes the dialog box to list only files with the extension ".jpg"

There are many other possibilities with pattern matching.  Suppose you want to list only files that begin with the letter B, use "B*".

Browsing with the Image Browser

A dedicated image browser is available from the file menu.  Select 'Browse' to open it.

The image browser lets you see thumbnail images of every supported file type, and it can be kept open while you work, so you can select files at any time.

 

Use this list to select the folder where your images can be found.

The dropdown control at the top lets you select the device, such as hard disc or removable drive.

If you prefer the standard folder browser, or if you need to browse a network for your files, you can access it with the button.

You can select the types of files you want to see as thumbnails.  The default is Targa, but you can select a number of file types.  You can also type in a file type that is not shown, and if it is supported by the converter, it will be displayed.  For example, a number of Unix formats are supported that were left out of the list for simplicity.  You could type '*.SGI' to load a Silicon Graphics file.

It can take a long time to generate all the thumbnails when there are a lot of files in your folder.  You can stop the process at any time by selecting the Stop menu item.

You can also restart at a later time.

The 'explore' option opens a standard browser to view your files with the operating system.

'Path to clipboard' copies the name and file path of the currently selected thumbnail to the systems clipboard.  You can then use it if you want to load the file with another application.

You can display smaller version of the thumbnails by selecting the 'Small icons' menu item.

Drag and Drop

Drag and Drop lets you select a file in the OS's "Explorer", and drag it onto the program to be opened.

Saving Files

The save dialog box differs only slightly from the open dialog box.  Select Save from the file menu to save a file.

The difference, is now you want to manually select what file format you want to save.

The default format is Targa.  It is a widely used, lossless 32 bit format.  The image is saved as 3, 8 bit channels, red, green, and blue.  The fourth channel is an 8 bit alpha channel.  The alpha channel is used as a 'selection' in the program.  Alpha channels are often also used for transparency.

The Layered format is a proprietary format used when you want to save an image that contains multiple layers.

The default Targa saver offers a number of options for saving your files.

With Targa files, you have a lot of control as to how the image is stored in the file.  You can save all 32 bits of you image (8 bits of red, green, blue, and alpha) or you can save the image only, or just a single channel of greyscale.

 

8 bit (color) converts (quantizes) your image into a single 8 bit channel that uses a lookup table (lut) to decode color information.  This is commonly referred to as a color table.  The advantage of doing this, is the file size is cut by 1/3 or 1/4.  The disadvantage, is that color information is lost in going from 24 million colors down to 255.  on the other hand, the results can still be quite good, because not many images actually take advantage of all those colors.

8 bit (grayscale) drops the color information by averaging each channel into a grayscale image.  The file is then saved in 8 bites per pixel.  This can represent a nice savings in size if you do not need color.

24 bit color images are saved with the red, green, and blue channels, but not the alpha channel.

32 bit color images look exactly the same as 24 bit, but the alpha channel is saved along with them.

Bmp (or Bitmap) is a format made popular by Microsoft Windows.  The saver will save BMPs in 32 bit format.  The alpha channel is supported if you have one active when you save.  BMP is a lossless format, although it may or may not be compressed with RLE (run length encoding) compression.

Jpeg (or jpg) is the format of the Joint Photographic Experts group.  It is a lossy format (meaning image data will be lost every time a file is saved or resaved.)  Compression ratios of 10 to 1 are not uncommon.  It is the preferred format for working with images for the web, because of the smaller file sizes.  The alpha channel is not supported in this format.  The jpeg baseline standard is supported, and you can set the quality using the panel that is opened.  Moving the slider to the right gives you a higher quality, at the expense of a larger file.  Values in the range of 60-90 are common.

PNG is a newer format, designed to be more flexible than older formats used on the web.  It supports various bit depths, and even the alpha channel, while offering good compression ratios.  Your files will be saved in 32 bit format.

PSD (Photoshop Document) format is supported in a baseline single layer.

Targa is also supported externally, as well as internally.  Use of the default targa saver is recommended.

Tiff, the Tagged Image File Format is a very flexible, form and chunk based format.  Just about any information can be stored in a tiff file, however it is presented here largely for loading and saving 32 bit images.

If you try to save a file with an extension different than the one specified, the correct one will be enforced.  For example, if you type 'MyFile.jpg' when you have Tif selected as your file type, the filename will be changed to MyFile.tif.

Any trademarks or registered trademarks mentioned here are the sole property of their respective owners