by Weaver on Sat Jul 31, 2004 11:12 am
Keep in mind thought that JPG is not lossless, it is a lossy compression. You should never be saving master copies of any work in JPG format for just this reason.
PNG (pronounced "ping") and GIF on the other hand are lossless, which is why, pixel for pixel they can never yield the kind of compression that JPG can. GIF has always had patent issues from Unisys. Most of these patents are now expiring but GIF was (and still is) frowned upon by most OSS web developers, including myself. Because of this, I choose PNG for nearly all of my images that I can. JPG comes in second and is only used when I care about really reducing the filesize.
-Weaver
Public Keys
The primary purpose of the DATA statement is to give names to constants; instead of referring to pi as 3.141592653589793 at every appearance, the variable PI can be given that value with a DATA statement and used instead of the longer form of the constant. This also simplifies modifying the program, should the value of pi change.
-- FORTRAN manual for Xerox Computers