Go To Software Information Home
Photoshop Files and Formats
People often ask me: What image file formats will Photoshop open or save in? What are the advantages/disadvantages? Photoshop has the capability to open and save many different graphic files. Here are some of the most popular ones. Note: When you open an image file other than a Photoshop one, that image will default to the background layer. .psd, .pdd, .eps
Photoshop File. This format preserves the information in all the layers. If you're going to continue working with a picture, this is the best format to use. File size can be quite large, however. Note: It is advisable to save your work in the most up to date Photoshop format available. For example: if you have Photoshop CS and are sent a Photoshop 7 file, you should save it as a Photoshop CS file to preserve any elements that may not be supported by Photoshop 7. .jpg, .jpeg .jpe
This format compresses the images, so that information (details and colour subtleties) are lost. You can choose how much you want to compress the image. Good format for use on the web. Small file sizes. Millions of colours. tif, .tiff
Common in use with early scanners. Will produce high quality images, but very large files. Not for use on the web. .gif
Pronounced both "Gif" and "Jif", this file is one of the most popular for web graphics as it loads quickly. 8 bit format (256 colours max.). It has possibilities for transparent colour and animation. .png
New format for use on the web that is intended to replace both gif and jpeg. Compressed, millions of colours, transparencies. It compress in a different way than jpeg, and has advanced possibilities, such as alpha channel (opaque or partly transparent colours). The only trouble is: Internet Explorer doesn't support these! In 8 bit (256 colours) mode it compresses better than gif. .bmp
Windows bitmapped image. Used by Microsoft Windows applications. Good quality, large file size. Not for use on the web. .wmf
Windows MetaFile. Useful for clipart, and can be used to make large area, small sized background files. .pcx
Older general purpose format. Practically obsolete now. Not for use on the web. .psp
Internal format for Paint Shop Pro, useful if you want to swap files between these two applications. .pcd
Kodak PhotoCD format, used with Photo Developing - although most photo processors will save your photos as jpegs if you ask them to. .pdf
Portable Document File. Adobe's file system that allows electronic cross platform sharing of documents. So what's the best format for web graphics: gif or jpeg? The general rule of thumb is to use gifs for diagrams, line drawings, illustrations, and images that contain large areas of flat colour, and jpegs for photographs and images with continuous colour tones. The jpeg format has a very good compression rate, but compression reduces the quality of the image, so it's best to experiment with the tools in Image Ready until you have the optimal quality/file size. The gif format, on the other hand, has a smaller file size - but a limited range of colours. Shaun Pearce is a writer and video maker.
His latest production, "Photoshop Master", is an interactive video tutorial series. It shows you how to get the most from Photoshop, and can be downloaded from http://www.learnphotoshopfast.com
|
 |
 |
 |
RELATED ARTICLES
Microsoft Great Plains Nationwide Remote Support
ERP Consulting industry is on the way to serve clients nationwide and even worldwide, when the client is multinational corporation. There are several reasons to specialize in remote support. In this small article we'll give you these reasons and the advantages of remote installation, customization, integration, programming, reporting.
Inherent Dangers Of File Sharing Via The Internet.
Cyberspace has opened up a new frontier with exciting possibilities of "File Sharing." We can explore any interest imaginable and research any topic of choice. We truly are global in reach with high speed internet usage at our disposal and a keyboard at our fingertips. We can share music, movies, games and even personal photographs.
Crystal Reports - Geterogeneus databases: SQL Server, Oracle, Unidata, Btrieve ? Tips For Developer
Crystal Reports is the most flexible tool on the market and it has market recognition. Multiple software vendors offer Crystal Reports as the main reporting tool: Microsoft, Best Software, Oracle to name a few.
Software: What Suits Me?
Almost all new and major brand of PCs come with bundled software packages that can handle both business and personal needs.
Protect Your Computer...and Your Business!
We all take the computer for granted. I mean, all we have to do is switch it on and it's ready to go. But did you ever stop to think what would happen if your computer suddenly crashed? And that is the only computer you have to work on!
Assertion in Java
Assertion facility is added in J2SE 1.4. In order to support this facility J2SE 1.4 added the keyword assert to the language, and AssertionError class. An assertion checks a boolean-typed expression that must be true during program runtime execution. The assertion facility can be enabled or disable at runtime.
Microsoft CRM Integration With Microsoft Office Documents ? Overview For System Integrator
Microsoft CRM is CRM application, maintained and supported by Microsoft Business Solutions. Microsoft CRM utilizes majority of the Microsoft technologies: Windows Active Directory, SQL Server, MS Exchange, BizTalk (integration with MS Great Plains, and soon with Navision), Message Queuing, .Net web services to name a few. There is market demand on the efficient integration of MS Office documents into Microsoft CRM. Let's take a look at the options:
Microsoft Great Plains Integration Manager: Using Continuum ? Overview for Developer
Microsoft Business Solutions Great Plains has I'd say end user integration tool ? Great Plains Integration manager. Integration Manager itself uses OLE functionality to validate text or ODBC integration files data through Great Plains forms behind the scenes. This sounds very promising and powerful ? however the realities place the restrictions. We heard a lot of complains about Integration Manager slowness and inability to integrate data to multiple companies automatically ? without operator intervention. This is probably true if you do not have IM expertise in your company. However there are Microsoft Great Plains maestros who could make magic things happen
MySQL for Beginners ? How to Create a MySQL Database
Whether you are an experienced web programmer or a complete novice attempting to provide data interactivity with your web site, MyQSL is an easy to use and free database solution that can allow you to store and configure data to be displayed on your web site.
Crystal Reports for Microsoft Great Plains ? Overview for Developer
Microsoft Great Plains is main accounting / ERP application from Microsoft Business Solutions, targeted to the US market. It serves the whole of vertical and horizontal market: most of the industries and company sizes. Crystal Reports on the other hand is the leader in the reporting software industry and Microsoft is willing to use Crystal as main reporting tool for Great Plains, Solomon, Microsoft CRM, .Net platform, etc.
If you are developer who is asked: how do we extend Great Plains ReportWriter with somewhat more sophisticated ? read this and you will have the clues on where to look further.
Great Plains Tables Structure ? first of all you need to know the tables to link. Launch Great Plains and go to Tools->Resource Description->Tables. Find the table in the proper series. If you are looking for the customers ? it should be RM00101 ? customer master file. If you need historical Sales Order Processing documents ? they are in SOP30200 ? Sales History Header file, etc.
Create ODBC connection to GP Company database. Use the same technique as when you create standard ODBC connection for GP workstation ? but change default database to targeted company database.
Consider SQL Views ? if you don't want complex links in Crystal Report itself or if you need unionization from several companies ? SQL view is the answer.
Consider SQL Stored Procedures. Sometimes you can not pull the data in one view ? you need temporary tables to be created and the final query should be based on these temp tables ? this is when you need stored procedure.
Call Crystal Report from GP Screens via VBA/Modifier ? if the user wants to call Crystal report for example - printing Invoices in GP and do it from SOP Entry window ? you can use Modifier and VBA to call Crystal Reports engine.
Create SQL Query to probe the data ? we always recommend tuning your query and see that you are getting adequate results ? in any case ? Crystal Report is just a nice tool to show the results of your query.
Happy customizing, querying and designing! if you want us to do the job - give us a call 1-866-528-0577! help@albaspectrum.com
Accessing XML Using Java Technologies
The most important benefit of XML is its simplicity. Though it is simple it is powerful enough to express complex data structures. Java is one of most important programming languages that is used for creating your web pages.
Dreamweaver vs FrontPage
There are two major WYSIWYG(What You See Is What You Get) editors available for beginners. These are: Microsoft FrontPage and Macromedia Dreamweaver. So the question is which one is better?
Microsoft Great Plains Payroll Module Customization Scenarios
It is now common thing when large corporation selects mid-market ERP or so-called standard functionality MRP solution as its corporate accounting system. Microsoft Business Solutions Great Plains is very good candidate. As all MBS ERPs it has MS SQL Server 2000/2005 database platform and allows you to deploy customizable and altered solution, serving large corporation HR department. If you use US / Canadian Payroll module as paycheck solution for internal employees ? you probably don't need custom logic. In this small article we'll show you the way of tailored integrated solution for nation-wide placement agency.
Mozilla Vs. Firefox
For those who are unclear on the differences between the Mozilla package (Netscape is also comparable to Mozilla except they're two different companies) and Firefox / Thunderbird, here it is:
Great Plains Customization ? Programming Auto-apply in Accounts Receivable
Microsoft Great Plains is one of three Microsoft Business Solutions mid-market ERP products: Great Plains, Solomon, Navision. Considering that Great Plains is now very good candidate for integration with POS application, such as Microsoft Retail Management System or RMS and Client Relation Systems, such as Microsoft CRM ? there is common need in Great Plains customizations and integrations, especially on the level of MS SQL Server transact SQL queries and stored procedures.
Microsoft Great Plains POP: Purchase Order Processing ? Overview For Consultants
Great Plains Purchase Order Processing (POP) module makes up one-third of the core Great Plains Inventory and Order Processing group (the other two being Inventory Management and Sales Order Processing). POP seamlessly integrates with other Great Plains modules (GL, PM, FA, SOP, etc.) allowing for a tightly-knit information system. Gone are the days when invoices from purchases have to be asked from other departments. Great Plains POP module empowers its users by allowing access to mission-critical information including audit control and purchase activity analysis (with proper security permission, of course).
Microsoft CRM Customization ? Programming Closed Email Activity
Microsoft CRM is CRM answer from Microsoft and attempt to get market share from Siebel, Oracle and others traditional Client Relationship Management System vendors. Microsoft CRM uses all the spectrum of Microsoft recent technologies: .Net, MS Exchange, MS Outlook, MS SQL Server, Replication, Indexing, Active Directory, Windows 2000/2003 security model, C#, VB.Net, HTML, XML Web Service, XLTP, Javascript to name a few.
eCommerce development for Microsoft Great Plains: tools and highlights for programmer
Microsoft Business Solutions Great Plains, former Great Plains Software Dynamics and eEnterprise was designed in earlier 1990th as ERP, which can be easily transferable to the winning Database and OS platform and it was originally available on Mac and PC ? Mac OS and Microsoft Windows respectively. Graphical platforms battle is pretty much over and now with eCommerce demands, we should look at Great Plains Dynamics tables structure:
Software Process Improvement -A Successful Journey
Background:
For many organizations like ours, the interim target of achieving ISO 9001 or CMM levels is a daunting task. Discipline is no fun -Organizations readily acknowledge that striving to address projects according to ISO 9001 or CMM guidelines requires the creation of new procedures. It is vital to the success of improvement efforts to realize that process change entails cultural change and its human nature to resist change. Numerous social and technical barriers must be overcome to effect lasting improvement.
Great Plains Dynamics/eEnterprise Upgrade ? Things to Consider and FAQ
If you have Great Plains Dynamics/eEnterprise (version 6.0 or earlier) and support it for your company then you need to know some technical details about Great Plains version upgrade and what is going on behind the scenes, which options do you have in case of Dexterity, VBA, SQL customization, additional complexity comes with migration from ctree/Pervasive to MS SQL/MSDE. Currently you are probably thinking to upgrade to Microsoft Great Plains 8.0 or 7.5.
|