Home » Archimedes archive » Acorn User » AU 1997-Xmas B.adf » PD » MakeJPEG/FAQ/JPEGFAQ2

MakeJPEG/FAQ/JPEGFAQ2

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Archimedes archive » Acorn User » AU 1997-Xmas B.adf » PD
Filename: MakeJPEG/FAQ/JPEGFAQ2
Read OK:
File size: 7F54 bytes
Load address: 0000
Exec address: 0000
File contents
Archive-name: jpeg-faq/part2
Posting-Frequency: every 14 days
Last-modified: 1 October 1995

This article answers Frequently Asked Questions about JPEG image compression.
This is part 2, covering system-specific hints and program recommendations
for a variety of computer systems.  Part 1 covers general questions and
answers about JPEG.  As always, suggestions for improvement of this FAQ are
welcome.

New since version of 17 September 1995:
  * Minor FTP-pointer corrections.


This article includes the following sections:

General info:

[1] What is covered in this FAQ?
[2] How do I retrieve these programs?

Programs and hints for specific systems:

[3] X Windows
[4] Unix (without X)
[5] MS-DOS
[6] Microsoft Windows
[7] OS/2
[8] Macintosh
[9] Amiga
[10] Atari ST
[11] Acorn Archimedes
[12] NeXT
[13] Other systems

Source code for JPEG:

[14] Freely available source code for JPEG

Miscellaneous:

[15] Where are FAQ lists archived?


This article and its companion are posted every 2 weeks.  If you can't find
part 1, you can get it from the news.answers archive at rtfm.mit.edu
(see "[15] Where are FAQ lists archived?"). This article changes frequently;
get a new copy if the one you are reading is more than a couple months old.

------------------------------

Subject: [1] What is covered in this FAQ?

This list describes programs that are of particular interest to JPEG users.
For the most part, I concentrate on viewers, since a viewer program is the
first thing you'll need.  Some general image-editing programs are listed
too, especially if they are useful as plain viewers (meaning that they can
load and display an image as quickly and easily as a dedicated viewer).
Programs that convert JPEG to and from other image file formats are also
covered.

I list only freeware and shareware programs that are available on the
Internet by FTP.  Commercial products are intentionally excluded, to keep
the list to a reasonable size and to avoid any appearance of advertising.
Also, I try to list only programs that are popular among Usenet users, as
indicated by comments and recommendations in news articles.  I have no
access to many of the types of systems covered here, so I have to rely on
what other people say about a program to decide whether to list it.  If you
have an opinion pro or con on any program, I'd appreciate hearing it.

This FAQ also includes a few hints that are specific to a machine or
program, and thus don't belong in the general discussion of part 1.

------------------------------

Subject: [2] How do I retrieve these programs?

All the files mentioned in this FAQ are available by standard Internet FTP.
If you don't know how to use FTP, please read the article "Anonymous FTP
FAQ List", which you can get by sending e-mail to mail-server@rtfm.mit.edu
with the single line "send usenet/news.answers/ftp-list/faq" in the body.
(See also "[15] Where are FAQ lists archived?")  This section gives some
quick reminders which are not meant as a substitute for reading the FTP FAQ.

If you do not have direct access to FTP, you can use an "ftpmail" server to
obtain files by e-mail.  See the FTP FAQ for details.

If you use a WWW browser such as Mosaic or Lynx, it will do FTP for you.
To retrieve a file described here as "site.name:/path/to/file", tell the
browser to open the URL "ftp://site.name/path/to/file".  (If you are reading
this FAQ in the WWW FAQ archive, the file names should appear as links that
you can just click on.)  Don't forget to set save-to-disk mode first.

Many of the pointers given here refer to popular central archive sites,
such as ftp.coast.net for DOS software or sumex-aim.stanford.edu for Mac.
These sites are often overloaded, and are likely to refuse your connection
request when they are busy.  You can try again at a less popular time of
day, or you can look for a "mirror site".  Most central archive sites have
groups of mirror sites that keep copies of their files.  Find out the name
of the mirror site closest to you, and visit that site instead; it's good
net citizenship and you'll get faster response.  Check the FAQs for the
newsgroups specific to your system type to find lists of mirror sites.
(The archive site may list some mirror sites in its connection-refused error
message.  Unfortunately, some FTP programs won't show you the whole message.
WWW browsers are often bad about this.)

If you are able to reach the archive site, but the file you want doesn't
exist, most likely it's been replaced by a newer version.  Get a directory
listing of the directory that's supposed to contain the file, and look for
a file with a similar name but a higher version number.  (If you find an
out-of-date reference in a *current* version of the JPEG FAQ, I'd
appreciate hearing about it by e-mail.)

Practically all of the files listed here are compressed archive files.
This means you need to retrieve them in binary mode.  (WWW browsers do this
automatically, but many older FTP programs must be told to use binary mode.)
Once you've got the archive file, you'll need a decompressor/dearchiver
to extract the program and documentation files inside it.  Check the FAQs
for your system type to find out where to get dearchiver programs.

------------------------------

Subject: [3] X Windows

XV is an excellent viewer for JPEG, GIF, and many other image formats.
It can also do format conversion and some simple image manipulations.
Get it from ftp.cis.upenn.edu:/pub/xv/xv-3.10a.tar.gz.  Shareware, $25.
Version 3.10 has some nifty new features, and it loads JPEGs noticeably
faster than any prior version.  If you're still using version 2.anything,
it's definitely time to upgrade.  HINT: if you have an 8-bit display then
you need to "lock 8-bit mode" to get decent display of JPEG images.  (But
do NOT do this if you intend to resave the image, because it'll be written
from the 8-bit version, thus costing you image quality.)  You can set this
mode to be default by adding "xv.force8: true" to your .Xdefaults file.

Another excellent choice is John Cristy's free ImageMagick package,
ftp.x.org:/contrib/applications/ImageMagick/ImageMagick-3.6.3.tar.gz.  This
package handles many image processing and conversion tasks.  The ImageMagick
viewer handles 24-bit displays correctly; for colormapped displays, it does
better (though slower) color quantization than XV or the basic IJG JPEG
software.

Both of the above are large, complex packages.  If you just want a simple
image viewer, try xloadimage or xli.  xloadimage views and converts many
image file types including JPEG.  Version 4.1 has better JPEG support than
prior versions and is easier to install.  xloadimage is free and available
from ftp.x.org:/R5contrib/xloadimage.4.1.tar.gz.  xli is a variant version
of xloadimage; xli is slightly better as an interactive viewer, but it can't
be used as a converter, and it supports fewer file formats.  xli is also
free and available from ftp.x.org:/contrib/applications/xli.1.16.tar.gz.

------------------------------

Subject: [4] Unix (without X)

If you want a command-line JPEG conversion program, see the IJG source code
described in section 14.  (This code is included as a subdirectory in most
of the X programs described above, although they may not have the latest
version.)

Non-X viewers are hard to come by, since they are very hardware dependent.
Linux users with VGA/SVGA displays may like zgv.  Version 2.7 is available
from sunsite.unc.edu:/pub/Linux/apps/graphics/viewers/zgv2.7-bin.tar.gz.
(Several other alternatives are available in the same directory.)
If you use a less popular platform, you're probably out of luck.

------------------------------

Subject: [5] MS-DOS

This covers plain DOS; for Windows or OS/2 programs, see the next sections.

NOTE ABOUT SIMTEL FILES: The largest Internet collection of PC-related
programs is the Simtel archives (named for the original archive site, now
defunct).  The principal archive site for these files is ftp.coast.net,
which is the site referenced by the FTP pointers given below.  However,
there are numerous mirror sites that keep copies of the Simtel files.
For quickest response you should use the mirror site closest to you.
Consult the periodic postings in comp.archives.msdos.announce to find your
nearest mirror site.  If you have no FTP capability, the same postings will
tell you how to retrieve Simtel files by e-mail.

QPV (formerly called QPEG) is an extremely fast JPEG viewer. In exchange for
speed, QPV gives up some image quality, particularly on 256-or-less-color
displays.  Its best feature is a really-fast small preview window, which is
great for searching through lots of image files. Also views GIF,TGA,BMP,PNG.
Requires 386-or-better CPU and VGA-or-better display card.  Current version
is 1.7a, available from ftp.tu-clausthal.de:/pub/msdos/graphics/qpv17a.zip.
In the USA, a closer site is ftp.best.com:/pub/bryanw/qpv/.  Shareware, $20.

SEA is a brand new JPEG/PNG/GIF/etc viewer and file-format converter.  It is
very very fast --- faster than QPV in some cases, slower in others.  Version
1.0 has some rough edges, but it's definitely worth taking a look at.
Requires 386-or-better CPU and VESA-compatible display.  Available from
ftp.coast.net:/SimTel/msdos/graphics/sea10.zip.  Shareware, $24.

DVPEG is a free viewer for JPEG, GIF, Targa, and PPM files.  Current version
is 3.0l, available from sunee.uwaterloo.ca:/pub/jpeg/viewers/dvpeg30l.zip.
(That's lower case l, not digit 1.)  This is a good basic viewer that works
on either 286 or 386/486 machines.  The user interface is clunky but
functional.  DVPEG is substantially faster than it used to be; on hi-color
displays it is nearly as fast as QPV.  On 8-bit displays, its two-pass
quantization mode is slow but gives much better image quality than QPV can
provide.

Lesser-used DOS viewers include:
* DISPLAY, alias DISP.  The Swiss army knife of DOS viewers.  Does almost
  everything, but a bit intimidating for newcomers.  User interface is much
  improved over early versions, but still awkward in places.  Requires 386
  or better.  Freeware.  Current version is 1.88, available from
  nctuccca.edu.tw:/PC/graphics/disp/disp188a.zip and disp188b.zip.
* GDS.  A well-done viewer and image converter for many image formats.
  Installation is simple, and the on-line documentation is very good.
  JPEG loading is a bit slower than the above viewers, though.  Shareware,
  $40.  Current version is 3.1f.  A slightly restricted demo version is
  available from ftp.photodex.com:/gds31f.exe.
* NVIEW.  Views JPEG and half a dozen other image formats.  Easy to use,
  very easy to install.  Only moderately fast, but it has lots of options.
  Supports hi-color and true-color modes on some cards, but not mine :-(.
  Requires 386 or better.  Current version is 1.50, available from
  ftp.coast.net:/SimTel/msdos/graphics/nview150.zip.  Shareware, $29.
* CSHOW or CompuShow (recently renamed 2SHOW).  This is a widely used viewer
  for GIF and other formats.  Versions prior to CSHOW 9.00 or 2SHOW 2.00 had
  absolutely abysmal JPEG support; if you have one of those, toss it and get
  a newer version.  The current release is still the slowest DOS JPEG viewer
  listed here, but it's faster than it used to be, and image quality and
  robustness have improved substantially.  The main reason to use CSHOW
  as a JPEG viewer is that it supports a wide range of pre-VGA display
  hardware (most of the above viewers require VGA or better).  Also, CSHOW
  doesn't require a 386.  Current version is 2.03, available from
  ftp.coast.net:/SimTel/msdos/gif/2show203.zip.  Shareware, $39.

Due to the remarkable variety of PC graphics hardware, any one of these
viewers might not work on your particular machine.  If you can't get *any*
of them to work, you'll need to use one of the following conversion programs
to convert JPEG to GIF, then view with your favorite GIF viewer.  (If you
have hi-color hardware, don't use GIF as the intermediate format; try to
find a hi-color BMP- or TARGA-capable viewer instead.)

The free IJG JPEG converters are available from
ftp.coast.net:/SimTel/msdos/graphics/jpeg6.zip (or jpeg6386.zip if you have
a 386-or-better CPU and extended memory).  These programs will convert JPEG
to and from GIF, BMP, Targa, and PPM formats; they are DOS compilations of
the free source code described in section 14.

Handmade Software offers free JPEG<=>GIF conversion tools, GIF2JPG/JPG2GIF.
These are quite slow and are limited to conversion to and from GIF format;
thus they can't produce 24-bit color output from a JPEG.  The sole advantage
of these tools is that they will read and write HSI's proprietary JPEG
format as well as the Usenet-standard JFIF format.  Since HSI-format files
are rather widespread on BBSes, this is a useful capability.  Version 2.0
of these tools is free (prior versions were shareware), and is available
from ftp.coast.net:/SimTel/msdos/graphics/gif2jpg2.zip.
NOTE: do not use HSI format for files to be posted on Usenet, since it is
not readable by any non-HSI software.

Handmade Software also has a shareware image conversion and manipulation
package, Image Alchemy.  This will translate JPEG files (both JFIF and HSI
formats) to and from many other image formats.  It can also display images.
A demo version of Image Alchemy version 1.77 is available from
ftp.coast.net:/SimTel/msdos/graphics/alch177.zip.

JPGINDEX is a useful tool for making indexes of JPEG image collections.
Available from ftp.coast.net:/SimTel/msdos/graphics/jpgidx13.zip.

------------------------------

Subject: [6] Microsoft Windows

ACDSee is a very fast, easy to use JPEG/GIF/BMP/TGA viewer.  Good viewing
and browsing capabilities, including a fast preview display; but no image
editing or conversion functions.  Current version is 1.25, available from
ftp.coast.net:/SimTel/win3/graphics/acdc125.zip (and other Simtel mirror
sites; see NOTE in previous section).  Shareware, $15.

LView Pro is a viewer/editor/converter for JPEG, GIF, BMP, and other
formats.  It offers a wide array of image editing functions and can load
JPEGs in either fast/low-quality or slow/high-quality modes.  Version 1.B is
available from ftp.coast.net:/SimTel/win3/graphics/lviewp1b.zip.  Requires
386 or better CPU.  Shareware payment ($30) is required only for business
usage or to obtain versions optimized for Win32s/NT, 486 or Pentium CPUs.

WinECJ is a fast, no-frills viewer with image quality noticeably worse than
most other JPEG viewers.  (You can purchase a version with better image
quality for AUD$30.)  Version 1.2 is free and available from
ftp.coast.net:/SimTel/win3/graphics/winecj12.zip.  Requires Windows 3.1 and
256-or-more-colors mode.

WinJPEG displays and converts JPEG, GIF, TIFF, BMP, and other file formats.
It has some other nifty features including screen capture, color-balance
adjustment, and slideshow.  Shareware, $25.  The current version is 2.76,
available from ftp.coast.net:/SimTel/win3/graphics/winjp276.zip.  (This is a
286-compatible version; if you register, you'll get the 386-and-up version,
which is roughly twice as fast.)

VuePrint is a widely used viewer and printer for JPEG, GIF, BMP, and other
file formats.  It's slower at loading JPEGs than most other programs listed
here, but it has an impressive array of features.  Shareware, $40.  Version
4.0 is available from ftp.coast.net:/SimTel/win3/graphics/vuepri40.zip.

Some people prefer Paint Shop Pro.  It's not very impressive as just a JPEG
viewer (especially since image quality is not very good on 8-bit displays),
but it has *lots* of image manipulation and conversion features.  Current
version is 3.11, available from
ftp.coast.net:/SimTel/win3/graphics/psp311.zip.  Shareware, $69.

QPV and DVPEG (see previous section) work under Windows, but only in
full-screen mode, not in a window.  Also note that you can run the DOS
conversion programs described earlier inside a Windows DOS window.

Native Windows NT viewers are starting to appear.  A couple of popular
ones are:
* NTj.  Reads JPEG, GIF, and BMP.  Available from
  ftp.digital.com:/pub/DEC/NTj/NTj-x86.exe (or NTj.exe for the DEC Alpha
  version).  Freeware.
* PolyView.  Reads JPEG, GIF, BMP, Photo-CD.  Current version is 1.70,
  available from ftp.cica.indiana.edu:/pub/pc/winnt/misc/polyv170.zip.
  Shareware, $20.

------------------------------

Subject: [7] OS/2

The most widely used OS/2 JPEG viewers are:

JView (formerly JoeView): JPEG/GIF/BMP/PCX/TIFF viewer.  Available from
hobbes.nmsu.edu:/os2/graphics/jvw10e.zip.  This beta version is free,
but apparently the final release will be shareware.

PMJPEG 1.73: OS/2 2.x port of WinJPEG, a popular viewer/converter for
Windows (see description in previous section).  Shareware, $20.  Available
from hobbes.nmsu.edu:/os2/graphics/pmjpg173.zip.

PMView 0.90: JPEG/GIF/BMP/Targa/etc viewer.  GIF viewing very fast, JPEG
viewing roughly the same speed as the above two programs.  Has image
manipulation & slideshow functions.  Shareware, $35.  Available from
hobbes.nmsu.edu:/os2/graphics/pmview90.zip.

Galleria 2.2:  JPEG/BMP/PCX/Targa/TIFF viewer/editor/converter.
Shareware, $65.  Available from hobbes.nmsu.edu:/os2/graphics/galler22.zip.

All of these viewers require Palette Manager for best display quality.
Opinion seems to be about equally split as to which is the best, so try
them all to see which one you like.

JPEGPROC enables all OS/2 multimedia applications (notably, IB.EXE) to read
JPEG files; the current version doesn't support writing them, however.
Shareware, $10.  Available from hobbes.nmsu.edu:/os2/graphics/jpegp051.zip.

Rather out-of-date OS/2 executables of the free IJG conversion programs
are available from hobbes.nmsu.edu:/os2/graphics/jpegv4.zip (32-bit) or
hobbes.nmsu.edu:/os2/graphics/jpeg4_16.zip (16-bit, for OS/2 1.x).
I hope someone will submit newer versions soon.

Note: the hobbes OS/2 collection is mirrored at ftp-os2.cdrom.com.

------------------------------

Subject: [8] Macintosh

Most Mac JPEG programs rely on Apple's JPEG implementation, which is part of
the QuickTime system extension; so you need to have QuickTime installed.
To use QuickTime, you need a 68020 or better CPU and you need to be running
System 6.0.7 or later.  (If you're running System 6, you must also install
the 32-bit QuickDraw extension; in System 7, that is built in.)  The latest
version of QuickTime is 2.1, available from
ftp.support.apple.com:/pub/apple_sw_updates/US/mac/system_sw/other_sys_sw/QuickTime_2.1.hqx.

Mac users should keep in mind that QuickTime's JPEG format, PICT/JPEG, is
not the same as the Usenet-standard JFIF JPEG format.  (See part 1 for
details.)  If you post images on Usenet, make sure they are in JFIF format.
Most of the programs mentioned here can handle either format.

The two major Internet sites for Mac software are sumex-aim.stanford.edu and
mac.archive.umich.edu.  Unfortunately they are both very busy, so you may
have better luck getting files from a mirror site.  (In fact, these days
you *must* use a mirror site for sumex-aim; the primary archive only allows
mirror sites to log in!  The sumex-aim FTP pointers given below are
therefore useless as-is; you *must* substitute a mirror site name.)  See
"Introductory Macintosh Frequently Asked Questions" in the comp.sys.mac.*
newsgroups for the current locations of mirrors.

JPEGView is an excellent free program for viewing JFIF,PICT/JPEG,GIF,TIFF,
and other image files.  It can convert between the two JPEG formats and can
create preview images for files.  The current version is 3.3.1, available
from sumex-aim.stanford.edu:/info-mac/gst/grf/jpeg-view-331.hqx.  Requires
System 7; QuickTime is optional.  JPEGView usually produces the best color
image quality of all the currently available Mac JPEG viewers, and it needs
much less memory to view large images than most other Mac viewers.  Given
a large image, JPEGView automatically scales it down to fit on the screen,
rather than presenting scroll bars like most other viewers.  (You can zoom
in on any desired portion, though.)  Some people like this behavior, some
don't.  Overall, JPEGView's user interface is very well thought out.

GIFConverter, a shareware ($40) image viewer/editor/converter, supports
JFIF,PICT/JPEG,GIF, and many other image formats.  Current version is 2.3.7,
mac.archive.umich.edu:/mac/graphics/graphicsutil/gifconverter2.37.cpt.hqx.
Requires System 6.0.5 or later.  GIFConverter is not better than JPEGView as
a plain JPEG/GIF viewer, but it has much more extensive image manipulation
and format conversion capabilities.  Also, GIFConverter can load and save
JFIF images *without* QuickTime, so it is your best bet if your machine is
too old to run QuickTime.  (But it's faster with QuickTime.)  Hint: if
GIFConverter runs out of memory while loading a large JPEG, try converting
the file to GIF with JPEG Convert, then viewing the GIF version.

A competitor to GIFConverter is GraphicConverter, also shareware ($35).
Current version is 2.1.5, available at
sumex-aim.stanford.edu:/info-mac/gst/grf/graphic-converter-215.hqx.
Requires System 7 and QuickTime to handle JPEG.  GraphicConverter has even
more functionality than GIFConverter, but is correspondingly larger.  Worth
checking out if you want to manipulate images, not just look at them.

JPEG Convert, a Mac version of the free IJG JPEG conversion utilities, is
available at sumex-aim.stanford.edu:/info-mac/gst/grf/jpeg-convert-10.hqx.
This will run on any Mac, but it only does file conversion, not viewing.
You can use it in conjunction with any GIF viewer.

Storm Technology's Picture Decompress is a free JPEG viewer/converter.
This rather old program is inferior to the above programs in many ways, but
it will run without System 7 or QuickTime, so you may be forced to use it on
older systems.  (It needs 32-bit QuickDraw, so really old machines can't use
it.)  File sumex-aim.stanford.edu:/info-mac/app/picture-decompress-201.hqx.

If your Mac is too old to run 32-bit QuickDraw (a Mac Plus for instance),
GIFConverter is your only choice for single-program JPEG viewing.  If you
don't want to pay for GIFConverter, use JPEG Convert and a free GIF viewer.

More and more commercial Mac applications are supporting JPEG, although not
all can deal with the Usenet-standard JFIF format.  Adobe Photoshop, version
2.0.1 or later, can read and write JFIF-format JPEG files.  (In 2.0.1, use
the JPEG plug-in on the Acquire menu; 2.5 and later handle JPEG the same as
other file types.)  You must set the file type code of a downloaded JPEG
file to 'JPEG' to allow Photoshop to recognize it.

HINT: if you use Fetch to retrieve files by FTP, add ".jpg" to its list of
binary file types under Customize/Suffix Mapping.  Otherwise Fetch's
"automatic" retrieval mode will retrieve JPEGs in text mode, thus corrupting
the data.

------------------------------

Subject: [9] Amiga

Most programs listed in this section are available from "AmiNet" archive
sites.  The master AmiNet site is wuarchive.wustl.edu, but there are many
mirror sites and you should try to use the closest one.

Osma Ahvenlampi posted a good review of Amiga picture viewers in
comp.sys.amiga.reviews in March 1994.  You can retrieve it from
math.uh.edu:/pub/Amiga/comp.sys.amiga.reviews/software/graphics/PictureViewerSurvey_2.
Opinions here are mostly stolen from his article.

FastView is a fast, high-quality JPEG/GIF/ILBM viewer.  It's new but has
achieved a good reputation in a short time.  Works well on both ECS and AGA
displays.  Shareware, $15; requires OS 2.0.  Version 1.41 is available from
Aminet sites, file /pub/aminet/gfx/show/FView141.lha.

FastJPEG is a free JPEG viewer; it's fast and has good image quality, but it
doesn't view any formats except JPEG.  Somewhat faster than FastView on ECS
machines, slower on AGA.  Version 1.10 is available from Aminet sites, file
/pub/aminet/gfx/show/FastJPEG_1.10.lha.

PPShow is a good free JPEG/GIF/ILBM/ANIM/Datatype viewer.  Version 4.0 is
available from Aminet sites, file /pub/aminet/gfx/show/PPShow40.lha.  For
viewing JPEGs it is a little slower than FastJPEG, and image quality is not
as good (particularly on ECS machines); but if you want to use just one
viewer, PPShow is the one.

HamLab Plus is an excellent JPEG viewer/converter, as well as being a
general image manipulation tool.  It's cheap (shareware, $20) and can read
several formats besides JPEG.  The current version is 2.0.8.  A demo version
is available from AmiNet sites, file /pub/aminet/gfx/edit/hamlab208d.lha.
The demo version will crop images larger than 512x512, but it is otherwise
fully functional.

Rend24 (shareware, $30) is an image renderer that can display JPEG, ILBM,
and GIF images.  The program can be used to create animations, even
capturing frames on-the-fly from rendering packages like Lightwave.
The current version is 1.05, available from AmiNet sites, file
/pub/aminet/gfx/aga/rend105.lha.

Viewtek is a free JPEG/ILBM/GIF/ANIM viewer.  The current version is 2.1,
available from AmiNet sites, file /pub/aminet/gfx/show/ViewTEK21.lha.
Viewtek used to be the best free JPEG viewer for Amiga, but it now faces
stiff competition from FastJPEG and PPShow.  The choice depends on your
display hardware and personal preferences.  Viewtek has poor display quality
on OCS/ECS (HAM6) screens; but it looks very good on AGA (HAM8).

There is finally a good JPEG datatype for use with datatype-based viewers
(such as Multiview or ShowDT).  Available from AmiNet sites, file
/pub/aminet/util/dtype/jfif_dtc.lha.  (The version dated 12/12/94
has a bug; you should also get /pub/aminet/util/dtype/jfif_FIX.lha.)

The free IJG JPEG software is available compiled for Amigas from AmiNet
sites, file /pub/aminet/gfx/conv/jpegV6bin.lha.  These programs convert
JPEG to/from PPM, GIF, BMP, Targa formats.

If you have a DCTV box or a compatible display, try JPEGonDCTV.  Available
from AmiNet sites, file /pub/aminet/gfx/show/JPEGonDCTV100.lha.  Viewtek is
also reported to work well with DCTV.

------------------------------

Subject: [10] Atari ST

GEM-View (shareware, $26) displays JPEG, GIF, and other image formats.
FTP from atari.archive.umich.edu:/atari/Graphics/Gemview/gview248.lzh.
This is a well regarded viewer.  The English documentation tends to be a
few versions behind, though.

For monochrome ST monitors, try MGIF, which manages to achieve four-level
gray-scale effect by flickering.  Version 4.2 loads JPEG files much faster
than 4.1 did.  FTP from atari.archive.umich.edu:/atari/Graphics/mgif42b.zoo.

The free IJG JPEG software is available compiled for Atari ST/TT/etc
from micros.hensa.ac.uk:/micros/atari/tos/p/p108/jpeg5abn.zoo.
These programs convert JPEG to/from PPM, GIF, BMP, Targa formats.

------------------------------

Subject: [11] Acorn Archimedes

The Acorn archive at micros.hensa.ac.uk contains several JPEG-capable
programs.  Read the file micros.hensa.ac.uk:/micros/arch/riscos/index
for retrieval instructions.  Recommended archive entries include:

a022 Translator 7.18: image file format converter (shareware)
b008 FYEO 2.01: For Your Eyes Only, fast JPEG/GIF image viewer (shareware)
a110 JPEG 5.00: IJG v5 software (JPEG<=>PPM,GIF,Targa) w/ desktop front end

!ChangeFSI, supplied with RISC OS 3 version 3.10, can convert from and view
JPEG JFIF format.  Provision is also made to convert images to JPEG,
although this must be done from the CLI rather than by double-clicking.

------------------------------

Subject: [12] NeXT

OmniImageFilter is a filter package that converts NeXTStep TIFF to and from
about 30 image formats.  It reads JPEG but does not write it.  It works with
most NeXTStep programs that handle drag-and-drop.  OmniImage is a simple
image viewer that uses the filter package.  Both are free.  Available from
ftp.omnigroup.com:/pub/software/OmniImageFilter-3.0.pkg.tar and
ftp.omnigroup.com:/pub/software/OmniImage-3.0.1.pkg.tar.

ImageViewer is a PD utility that displays images and can do some format
conversions.  The current version reads JPEG but does not write it.
ImageViewer is available from the NeXT archives at sonata.cc.purdue.edu and
cs.orst.edu:/pub/next/3.0/bin/ImageViewer0.9i.tar.Z.  Note that there
is an older version floating around that does not support JPEG.

The "imagetools" archive at ftp.thoughtport.com:/pub/next/graphics/ includes
NeXTStep compiled binaries for a wide array of free image manipulation tools
including the IJG JPEG tools.

NeXTStep includes built-in support for TIFF/JPEG, but not for the
Usenet-standard JFIF format.  Be warned that the TIFF/JPEG standard is
about to change away from the flavor currently produced by NeXTStep,
so compatibility with other platforms is doubtful.

------------------------------

Subject: [13] Other systems

If you don't see what you want for your machine, check out the free IJG
source code described in the next section.  Assuming you have a C compiler
and at least a little knowledge of compiling C programs, you should be able
to prepare JPEG conversion programs from the source code.  You'll also need
a viewer program.  If your display is 8 bits or less, any GIF viewer will do
fine; if you have a display with more color capability, try to find a viewer
that can read Targa, BMP, or PPM 24-bit image files.

------------------------------

Subject: [14] Freely available source code for JPEG

Free, portable C code for JPEG compression is available from the Independent
JPEG Group.  Source code, documentation, and test files are included.
Version 6 is available from ftp.uu.net:/graphics/jpeg/jpegsrc.v6.tar.gz.
If you are on a PC you may prefer ZIP archive format, which you can find at
ftp.coast.net:/SimTel/msdos/graphics/jpegsrc6.zip (or at any Simtel mirror
site).  On CompuServe, see the Graphics Support forum (GO CIS:GRAPHSUP),
library 12 "JPEG Tools", file jpegsrc6.zip.

The IJG code includes a reusable JPEG compression/decompression library,
plus sample applications "cjpeg" and "djpeg", which perform conversion
between JPEG JFIF format and image files in PPM/PGM (PBMPLUS), GIF, BMP,
Utah RLE, and Targa formats.  A third application "jpegtran" provides
lossless transcoding between different JPEG formats --- for example, it can
convert a baseline JPEG file to an equivalent progressive JPEG file.  Two
small applications "wrjpgcom" and "rdjpgcom" insert and extract textual
comments in JFIF files.  The package is highly portable; it has been used
successfully on many machines ranging from Apple IIs to Crays.

The IJG code is free for both noncommercial and commercial use; only an
acknowledgement in your documentation is required to use it in a product.
(See the README file in the distribution for details.)


A different free JPEG implementation, written by the PVRG group at Stanford,
is available from havefun.stanford.edu:/pub/jpeg/JPEGv1.2.tar.Z.  The PVRG
code is designed for research and experimentation rather than production
use; it is slower, harder to use, and less portable than the IJG code, but
the PVRG code is easier to understand.  Also, the PVRG code supports
lossless JPEG, while the IJG code does not.  (But PVRG does not support
progressive JPEG.)

------------------------------

Subject: [15] Where are FAQ lists archived?

Many FAQs are crossposted to news.answers.  Well-run netnews sites will have
the latest versions available in that newsgroup.  However, there are a *lot*
of postings in news.answers, and they can be hard to sort through.

The latest versions of news.answers postings are archived at rtfm.mit.edu.
You can retrieve this FAQ by FTP as /pub/usenet/news.answers/jpeg-faq/part1
and /pub/usenet/news.answers/jpeg-faq/part2.  If you have no FTP access,
send e-mail to mail-server@rtfm.mit.edu containing the lines
	send usenet/news.answers/jpeg-faq/part1
	send usenet/news.answers/jpeg-faq/part2
(If you don't get a reply, the server may be misreading your return address;
add a line such as "path myname@mysite" to specify your correct e-mail
address to reply to.)  For more info about the FAQ archive, retrieve the
file rtfm.mit.edu:/pub/usenet/news.answers/news-answers/introduction.

The same FAQs are also available in the World Wide Web; see the index at
http://www.cis.ohio-state.edu/hypertext/faq/usenet/FAQ-List.html.  This FAQ
is http://www.cis.ohio-state.edu/hypertext/faq/usenet/jpeg-faq/top.html.
Other WWW FAQ archives include http://www.cs.ruu.nl/cgi-bin/faqwais and
http://www.lib.ox.ac.uk/internet/news/.

-- 
			tom lane
			organizer, Independent JPEG Group
			tgl@netcom.com or tgl@sss.pgh.pa.us
00000000  41 72 63 68 69 76 65 2d  6e 61 6d 65 3a 20 6a 70  |Archive-name: jp|
00000010  65 67 2d 66 61 71 2f 70  61 72 74 32 0a 50 6f 73  |eg-faq/part2.Pos|
00000020  74 69 6e 67 2d 46 72 65  71 75 65 6e 63 79 3a 20  |ting-Frequency: |
00000030  65 76 65 72 79 20 31 34  20 64 61 79 73 0a 4c 61  |every 14 days.La|
00000040  73 74 2d 6d 6f 64 69 66  69 65 64 3a 20 31 20 4f  |st-modified: 1 O|
00000050  63 74 6f 62 65 72 20 31  39 39 35 0a 0a 54 68 69  |ctober 1995..Thi|
00000060  73 20 61 72 74 69 63 6c  65 20 61 6e 73 77 65 72  |s article answer|
00000070  73 20 46 72 65 71 75 65  6e 74 6c 79 20 41 73 6b  |s Frequently Ask|
00000080  65 64 20 51 75 65 73 74  69 6f 6e 73 20 61 62 6f  |ed Questions abo|
00000090  75 74 20 4a 50 45 47 20  69 6d 61 67 65 20 63 6f  |ut JPEG image co|
000000a0  6d 70 72 65 73 73 69 6f  6e 2e 0a 54 68 69 73 20  |mpression..This |
000000b0  69 73 20 70 61 72 74 20  32 2c 20 63 6f 76 65 72  |is part 2, cover|
000000c0  69 6e 67 20 73 79 73 74  65 6d 2d 73 70 65 63 69  |ing system-speci|
000000d0  66 69 63 20 68 69 6e 74  73 20 61 6e 64 20 70 72  |fic hints and pr|
000000e0  6f 67 72 61 6d 20 72 65  63 6f 6d 6d 65 6e 64 61  |ogram recommenda|
000000f0  74 69 6f 6e 73 0a 66 6f  72 20 61 20 76 61 72 69  |tions.for a vari|
00000100  65 74 79 20 6f 66 20 63  6f 6d 70 75 74 65 72 20  |ety of computer |
00000110  73 79 73 74 65 6d 73 2e  20 20 50 61 72 74 20 31  |systems.  Part 1|
00000120  20 63 6f 76 65 72 73 20  67 65 6e 65 72 61 6c 20  | covers general |
00000130  71 75 65 73 74 69 6f 6e  73 20 61 6e 64 0a 61 6e  |questions and.an|
00000140  73 77 65 72 73 20 61 62  6f 75 74 20 4a 50 45 47  |swers about JPEG|
00000150  2e 20 20 41 73 20 61 6c  77 61 79 73 2c 20 73 75  |.  As always, su|
00000160  67 67 65 73 74 69 6f 6e  73 20 66 6f 72 20 69 6d  |ggestions for im|
00000170  70 72 6f 76 65 6d 65 6e  74 20 6f 66 20 74 68 69  |provement of thi|
00000180  73 20 46 41 51 20 61 72  65 0a 77 65 6c 63 6f 6d  |s FAQ are.welcom|
00000190  65 2e 0a 0a 4e 65 77 20  73 69 6e 63 65 20 76 65  |e...New since ve|
000001a0  72 73 69 6f 6e 20 6f 66  20 31 37 20 53 65 70 74  |rsion of 17 Sept|
000001b0  65 6d 62 65 72 20 31 39  39 35 3a 0a 20 20 2a 20  |ember 1995:.  * |
000001c0  4d 69 6e 6f 72 20 46 54  50 2d 70 6f 69 6e 74 65  |Minor FTP-pointe|
000001d0  72 20 63 6f 72 72 65 63  74 69 6f 6e 73 2e 0a 0a  |r corrections...|
000001e0  0a 54 68 69 73 20 61 72  74 69 63 6c 65 20 69 6e  |.This article in|
000001f0  63 6c 75 64 65 73 20 74  68 65 20 66 6f 6c 6c 6f  |cludes the follo|
00000200  77 69 6e 67 20 73 65 63  74 69 6f 6e 73 3a 0a 0a  |wing sections:..|
00000210  47 65 6e 65 72 61 6c 20  69 6e 66 6f 3a 0a 0a 5b  |General info:..[|
00000220  31 5d 20 57 68 61 74 20  69 73 20 63 6f 76 65 72  |1] What is cover|
00000230  65 64 20 69 6e 20 74 68  69 73 20 46 41 51 3f 0a  |ed in this FAQ?.|
00000240  5b 32 5d 20 48 6f 77 20  64 6f 20 49 20 72 65 74  |[2] How do I ret|
00000250  72 69 65 76 65 20 74 68  65 73 65 20 70 72 6f 67  |rieve these prog|
00000260  72 61 6d 73 3f 0a 0a 50  72 6f 67 72 61 6d 73 20  |rams?..Programs |
00000270  61 6e 64 20 68 69 6e 74  73 20 66 6f 72 20 73 70  |and hints for sp|
00000280  65 63 69 66 69 63 20 73  79 73 74 65 6d 73 3a 0a  |ecific systems:.|
00000290  0a 5b 33 5d 20 58 20 57  69 6e 64 6f 77 73 0a 5b  |.[3] X Windows.[|
000002a0  34 5d 20 55 6e 69 78 20  28 77 69 74 68 6f 75 74  |4] Unix (without|
000002b0  20 58 29 0a 5b 35 5d 20  4d 53 2d 44 4f 53 0a 5b  | X).[5] MS-DOS.[|
000002c0  36 5d 20 4d 69 63 72 6f  73 6f 66 74 20 57 69 6e  |6] Microsoft Win|
000002d0  64 6f 77 73 0a 5b 37 5d  20 4f 53 2f 32 0a 5b 38  |dows.[7] OS/2.[8|
000002e0  5d 20 4d 61 63 69 6e 74  6f 73 68 0a 5b 39 5d 20  |] Macintosh.[9] |
000002f0  41 6d 69 67 61 0a 5b 31  30 5d 20 41 74 61 72 69  |Amiga.[10] Atari|
00000300  20 53 54 0a 5b 31 31 5d  20 41 63 6f 72 6e 20 41  | ST.[11] Acorn A|
00000310  72 63 68 69 6d 65 64 65  73 0a 5b 31 32 5d 20 4e  |rchimedes.[12] N|
00000320  65 58 54 0a 5b 31 33 5d  20 4f 74 68 65 72 20 73  |eXT.[13] Other s|
00000330  79 73 74 65 6d 73 0a 0a  53 6f 75 72 63 65 20 63  |ystems..Source c|
00000340  6f 64 65 20 66 6f 72 20  4a 50 45 47 3a 0a 0a 5b  |ode for JPEG:..[|
00000350  31 34 5d 20 46 72 65 65  6c 79 20 61 76 61 69 6c  |14] Freely avail|
00000360  61 62 6c 65 20 73 6f 75  72 63 65 20 63 6f 64 65  |able source code|
00000370  20 66 6f 72 20 4a 50 45  47 0a 0a 4d 69 73 63 65  | for JPEG..Misce|
00000380  6c 6c 61 6e 65 6f 75 73  3a 0a 0a 5b 31 35 5d 20  |llaneous:..[15] |
00000390  57 68 65 72 65 20 61 72  65 20 46 41 51 20 6c 69  |Where are FAQ li|
000003a0  73 74 73 20 61 72 63 68  69 76 65 64 3f 0a 0a 0a  |sts archived?...|
000003b0  54 68 69 73 20 61 72 74  69 63 6c 65 20 61 6e 64  |This article and|
000003c0  20 69 74 73 20 63 6f 6d  70 61 6e 69 6f 6e 20 61  | its companion a|
000003d0  72 65 20 70 6f 73 74 65  64 20 65 76 65 72 79 20  |re posted every |
000003e0  32 20 77 65 65 6b 73 2e  20 20 49 66 20 79 6f 75  |2 weeks.  If you|
000003f0  20 63 61 6e 27 74 20 66  69 6e 64 0a 70 61 72 74  | can't find.part|
00000400  20 31 2c 20 79 6f 75 20  63 61 6e 20 67 65 74 20  | 1, you can get |
00000410  69 74 20 66 72 6f 6d 20  74 68 65 20 6e 65 77 73  |it from the news|
00000420  2e 61 6e 73 77 65 72 73  20 61 72 63 68 69 76 65  |.answers archive|
00000430  20 61 74 20 72 74 66 6d  2e 6d 69 74 2e 65 64 75  | at rtfm.mit.edu|
00000440  0a 28 73 65 65 20 22 5b  31 35 5d 20 57 68 65 72  |.(see "[15] Wher|
00000450  65 20 61 72 65 20 46 41  51 20 6c 69 73 74 73 20  |e are FAQ lists |
00000460  61 72 63 68 69 76 65 64  3f 22 29 2e 20 54 68 69  |archived?"). Thi|
00000470  73 20 61 72 74 69 63 6c  65 20 63 68 61 6e 67 65  |s article change|
00000480  73 20 66 72 65 71 75 65  6e 74 6c 79 3b 0a 67 65  |s frequently;.ge|
00000490  74 20 61 20 6e 65 77 20  63 6f 70 79 20 69 66 20  |t a new copy if |
000004a0  74 68 65 20 6f 6e 65 20  79 6f 75 20 61 72 65 20  |the one you are |
000004b0  72 65 61 64 69 6e 67 20  69 73 20 6d 6f 72 65 20  |reading is more |
000004c0  74 68 61 6e 20 61 20 63  6f 75 70 6c 65 20 6d 6f  |than a couple mo|
000004d0  6e 74 68 73 20 6f 6c 64  2e 0a 0a 2d 2d 2d 2d 2d  |nths old...-----|
000004e0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
000004f0  2d 2d 2d 2d 2d 2d 2d 2d  2d 0a 0a 53 75 62 6a 65  |---------..Subje|
00000500  63 74 3a 20 5b 31 5d 20  57 68 61 74 20 69 73 20  |ct: [1] What is |
00000510  63 6f 76 65 72 65 64 20  69 6e 20 74 68 69 73 20  |covered in this |
00000520  46 41 51 3f 0a 0a 54 68  69 73 20 6c 69 73 74 20  |FAQ?..This list |
00000530  64 65 73 63 72 69 62 65  73 20 70 72 6f 67 72 61  |describes progra|
00000540  6d 73 20 74 68 61 74 20  61 72 65 20 6f 66 20 70  |ms that are of p|
00000550  61 72 74 69 63 75 6c 61  72 20 69 6e 74 65 72 65  |articular intere|
00000560  73 74 20 74 6f 20 4a 50  45 47 20 75 73 65 72 73  |st to JPEG users|
00000570  2e 0a 46 6f 72 20 74 68  65 20 6d 6f 73 74 20 70  |..For the most p|
00000580  61 72 74 2c 20 49 20 63  6f 6e 63 65 6e 74 72 61  |art, I concentra|
00000590  74 65 20 6f 6e 20 76 69  65 77 65 72 73 2c 20 73  |te on viewers, s|
000005a0  69 6e 63 65 20 61 20 76  69 65 77 65 72 20 70 72  |ince a viewer pr|
000005b0  6f 67 72 61 6d 20 69 73  20 74 68 65 0a 66 69 72  |ogram is the.fir|
000005c0  73 74 20 74 68 69 6e 67  20 79 6f 75 27 6c 6c 20  |st thing you'll |
000005d0  6e 65 65 64 2e 20 20 53  6f 6d 65 20 67 65 6e 65  |need.  Some gene|
000005e0  72 61 6c 20 69 6d 61 67  65 2d 65 64 69 74 69 6e  |ral image-editin|
000005f0  67 20 70 72 6f 67 72 61  6d 73 20 61 72 65 20 6c  |g programs are l|
00000600  69 73 74 65 64 0a 74 6f  6f 2c 20 65 73 70 65 63  |isted.too, espec|
00000610  69 61 6c 6c 79 20 69 66  20 74 68 65 79 20 61 72  |ially if they ar|
00000620  65 20 75 73 65 66 75 6c  20 61 73 20 70 6c 61 69  |e useful as plai|
00000630  6e 20 76 69 65 77 65 72  73 20 28 6d 65 61 6e 69  |n viewers (meani|
00000640  6e 67 20 74 68 61 74 20  74 68 65 79 20 63 61 6e  |ng that they can|
00000650  0a 6c 6f 61 64 20 61 6e  64 20 64 69 73 70 6c 61  |.load and displa|
00000660  79 20 61 6e 20 69 6d 61  67 65 20 61 73 20 71 75  |y an image as qu|
00000670  69 63 6b 6c 79 20 61 6e  64 20 65 61 73 69 6c 79  |ickly and easily|
00000680  20 61 73 20 61 20 64 65  64 69 63 61 74 65 64 20  | as a dedicated |
00000690  76 69 65 77 65 72 29 2e  0a 50 72 6f 67 72 61 6d  |viewer)..Program|
000006a0  73 20 74 68 61 74 20 63  6f 6e 76 65 72 74 20 4a  |s that convert J|
000006b0  50 45 47 20 74 6f 20 61  6e 64 20 66 72 6f 6d 20  |PEG to and from |
000006c0  6f 74 68 65 72 20 69 6d  61 67 65 20 66 69 6c 65  |other image file|
000006d0  20 66 6f 72 6d 61 74 73  20 61 72 65 20 61 6c 73  | formats are als|
000006e0  6f 0a 63 6f 76 65 72 65  64 2e 0a 0a 49 20 6c 69  |o.covered...I li|
000006f0  73 74 20 6f 6e 6c 79 20  66 72 65 65 77 61 72 65  |st only freeware|
00000700  20 61 6e 64 20 73 68 61  72 65 77 61 72 65 20 70  | and shareware p|
00000710  72 6f 67 72 61 6d 73 20  74 68 61 74 20 61 72 65  |rograms that are|
00000720  20 61 76 61 69 6c 61 62  6c 65 20 6f 6e 20 74 68  | available on th|
00000730  65 0a 49 6e 74 65 72 6e  65 74 20 62 79 20 46 54  |e.Internet by FT|
00000740  50 2e 20 20 43 6f 6d 6d  65 72 63 69 61 6c 20 70  |P.  Commercial p|
00000750  72 6f 64 75 63 74 73 20  61 72 65 20 69 6e 74 65  |roducts are inte|
00000760  6e 74 69 6f 6e 61 6c 6c  79 20 65 78 63 6c 75 64  |ntionally exclud|
00000770  65 64 2c 20 74 6f 20 6b  65 65 70 0a 74 68 65 20  |ed, to keep.the |
00000780  6c 69 73 74 20 74 6f 20  61 20 72 65 61 73 6f 6e  |list to a reason|
00000790  61 62 6c 65 20 73 69 7a  65 20 61 6e 64 20 74 6f  |able size and to|
000007a0  20 61 76 6f 69 64 20 61  6e 79 20 61 70 70 65 61  | avoid any appea|
000007b0  72 61 6e 63 65 20 6f 66  20 61 64 76 65 72 74 69  |rance of adverti|
000007c0  73 69 6e 67 2e 0a 41 6c  73 6f 2c 20 49 20 74 72  |sing..Also, I tr|
000007d0  79 20 74 6f 20 6c 69 73  74 20 6f 6e 6c 79 20 70  |y to list only p|
000007e0  72 6f 67 72 61 6d 73 20  74 68 61 74 20 61 72 65  |rograms that are|
000007f0  20 70 6f 70 75 6c 61 72  20 61 6d 6f 6e 67 20 55  | popular among U|
00000800  73 65 6e 65 74 20 75 73  65 72 73 2c 20 61 73 0a  |senet users, as.|
00000810  69 6e 64 69 63 61 74 65  64 20 62 79 20 63 6f 6d  |indicated by com|
00000820  6d 65 6e 74 73 20 61 6e  64 20 72 65 63 6f 6d 6d  |ments and recomm|
00000830  65 6e 64 61 74 69 6f 6e  73 20 69 6e 20 6e 65 77  |endations in new|
00000840  73 20 61 72 74 69 63 6c  65 73 2e 20 20 49 20 68  |s articles.  I h|
00000850  61 76 65 20 6e 6f 0a 61  63 63 65 73 73 20 74 6f  |ave no.access to|
00000860  20 6d 61 6e 79 20 6f 66  20 74 68 65 20 74 79 70  | many of the typ|
00000870  65 73 20 6f 66 20 73 79  73 74 65 6d 73 20 63 6f  |es of systems co|
00000880  76 65 72 65 64 20 68 65  72 65 2c 20 73 6f 20 49  |vered here, so I|
00000890  20 68 61 76 65 20 74 6f  20 72 65 6c 79 20 6f 6e  | have to rely on|
000008a0  0a 77 68 61 74 20 6f 74  68 65 72 20 70 65 6f 70  |.what other peop|
000008b0  6c 65 20 73 61 79 20 61  62 6f 75 74 20 61 20 70  |le say about a p|
000008c0  72 6f 67 72 61 6d 20 74  6f 20 64 65 63 69 64 65  |rogram to decide|
000008d0  20 77 68 65 74 68 65 72  20 74 6f 20 6c 69 73 74  | whether to list|
000008e0  20 69 74 2e 20 20 49 66  20 79 6f 75 0a 68 61 76  | it.  If you.hav|
000008f0  65 20 61 6e 20 6f 70 69  6e 69 6f 6e 20 70 72 6f  |e an opinion pro|
00000900  20 6f 72 20 63 6f 6e 20  6f 6e 20 61 6e 79 20 70  | or con on any p|
00000910  72 6f 67 72 61 6d 2c 20  49 27 64 20 61 70 70 72  |rogram, I'd appr|
00000920  65 63 69 61 74 65 20 68  65 61 72 69 6e 67 20 69  |eciate hearing i|
00000930  74 2e 0a 0a 54 68 69 73  20 46 41 51 20 61 6c 73  |t...This FAQ als|
00000940  6f 20 69 6e 63 6c 75 64  65 73 20 61 20 66 65 77  |o includes a few|
00000950  20 68 69 6e 74 73 20 74  68 61 74 20 61 72 65 20  | hints that are |
00000960  73 70 65 63 69 66 69 63  20 74 6f 20 61 20 6d 61  |specific to a ma|
00000970  63 68 69 6e 65 20 6f 72  0a 70 72 6f 67 72 61 6d  |chine or.program|
00000980  2c 20 61 6e 64 20 74 68  75 73 20 64 6f 6e 27 74  |, and thus don't|
00000990  20 62 65 6c 6f 6e 67 20  69 6e 20 74 68 65 20 67  | belong in the g|
000009a0  65 6e 65 72 61 6c 20 64  69 73 63 75 73 73 69 6f  |eneral discussio|
000009b0  6e 20 6f 66 20 70 61 72  74 20 31 2e 0a 0a 2d 2d  |n of part 1...--|
000009c0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
000009d0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 0a 0a 53 75  |------------..Su|
000009e0  62 6a 65 63 74 3a 20 5b  32 5d 20 48 6f 77 20 64  |bject: [2] How d|
000009f0  6f 20 49 20 72 65 74 72  69 65 76 65 20 74 68 65  |o I retrieve the|
00000a00  73 65 20 70 72 6f 67 72  61 6d 73 3f 0a 0a 41 6c  |se programs?..Al|
00000a10  6c 20 74 68 65 20 66 69  6c 65 73 20 6d 65 6e 74  |l the files ment|
00000a20  69 6f 6e 65 64 20 69 6e  20 74 68 69 73 20 46 41  |ioned in this FA|
00000a30  51 20 61 72 65 20 61 76  61 69 6c 61 62 6c 65 20  |Q are available |
00000a40  62 79 20 73 74 61 6e 64  61 72 64 20 49 6e 74 65  |by standard Inte|
00000a50  72 6e 65 74 20 46 54 50  2e 0a 49 66 20 79 6f 75  |rnet FTP..If you|
00000a60  20 64 6f 6e 27 74 20 6b  6e 6f 77 20 68 6f 77 20  | don't know how |
00000a70  74 6f 20 75 73 65 20 46  54 50 2c 20 70 6c 65 61  |to use FTP, plea|
00000a80  73 65 20 72 65 61 64 20  74 68 65 20 61 72 74 69  |se read the arti|
00000a90  63 6c 65 20 22 41 6e 6f  6e 79 6d 6f 75 73 20 46  |cle "Anonymous F|
00000aa0  54 50 0a 46 41 51 20 4c  69 73 74 22 2c 20 77 68  |TP.FAQ List", wh|
00000ab0  69 63 68 20 79 6f 75 20  63 61 6e 20 67 65 74 20  |ich you can get |
00000ac0  62 79 20 73 65 6e 64 69  6e 67 20 65 2d 6d 61 69  |by sending e-mai|
00000ad0  6c 20 74 6f 20 6d 61 69  6c 2d 73 65 72 76 65 72  |l to mail-server|
00000ae0  40 72 74 66 6d 2e 6d 69  74 2e 65 64 75 0a 77 69  |@rtfm.mit.edu.wi|
00000af0  74 68 20 74 68 65 20 73  69 6e 67 6c 65 20 6c 69  |th the single li|
00000b00  6e 65 20 22 73 65 6e 64  20 75 73 65 6e 65 74 2f  |ne "send usenet/|
00000b10  6e 65 77 73 2e 61 6e 73  77 65 72 73 2f 66 74 70  |news.answers/ftp|
00000b20  2d 6c 69 73 74 2f 66 61  71 22 20 69 6e 20 74 68  |-list/faq" in th|
00000b30  65 20 62 6f 64 79 2e 0a  28 53 65 65 20 61 6c 73  |e body..(See als|
00000b40  6f 20 22 5b 31 35 5d 20  57 68 65 72 65 20 61 72  |o "[15] Where ar|
00000b50  65 20 46 41 51 20 6c 69  73 74 73 20 61 72 63 68  |e FAQ lists arch|
00000b60  69 76 65 64 3f 22 29 20  20 54 68 69 73 20 73 65  |ived?")  This se|
00000b70  63 74 69 6f 6e 20 67 69  76 65 73 20 73 6f 6d 65  |ction gives some|
00000b80  0a 71 75 69 63 6b 20 72  65 6d 69 6e 64 65 72 73  |.quick reminders|
00000b90  20 77 68 69 63 68 20 61  72 65 20 6e 6f 74 20 6d  | which are not m|
00000ba0  65 61 6e 74 20 61 73 20  61 20 73 75 62 73 74 69  |eant as a substi|
00000bb0  74 75 74 65 20 66 6f 72  20 72 65 61 64 69 6e 67  |tute for reading|
00000bc0  20 74 68 65 20 46 54 50  20 46 41 51 2e 0a 0a 49  | the FTP FAQ...I|
00000bd0  66 20 79 6f 75 20 64 6f  20 6e 6f 74 20 68 61 76  |f you do not hav|
00000be0  65 20 64 69 72 65 63 74  20 61 63 63 65 73 73 20  |e direct access |
00000bf0  74 6f 20 46 54 50 2c 20  79 6f 75 20 63 61 6e 20  |to FTP, you can |
00000c00  75 73 65 20 61 6e 20 22  66 74 70 6d 61 69 6c 22  |use an "ftpmail"|
00000c10  20 73 65 72 76 65 72 20  74 6f 0a 6f 62 74 61 69  | server to.obtai|
00000c20  6e 20 66 69 6c 65 73 20  62 79 20 65 2d 6d 61 69  |n files by e-mai|
00000c30  6c 2e 20 20 53 65 65 20  74 68 65 20 46 54 50 20  |l.  See the FTP |
00000c40  46 41 51 20 66 6f 72 20  64 65 74 61 69 6c 73 2e  |FAQ for details.|
00000c50  0a 0a 49 66 20 79 6f 75  20 75 73 65 20 61 20 57  |..If you use a W|
00000c60  57 57 20 62 72 6f 77 73  65 72 20 73 75 63 68 20  |WW browser such |
00000c70  61 73 20 4d 6f 73 61 69  63 20 6f 72 20 4c 79 6e  |as Mosaic or Lyn|
00000c80  78 2c 20 69 74 20 77 69  6c 6c 20 64 6f 20 46 54  |x, it will do FT|
00000c90  50 20 66 6f 72 20 79 6f  75 2e 0a 54 6f 20 72 65  |P for you..To re|
00000ca0  74 72 69 65 76 65 20 61  20 66 69 6c 65 20 64 65  |trieve a file de|
00000cb0  73 63 72 69 62 65 64 20  68 65 72 65 20 61 73 20  |scribed here as |
00000cc0  22 73 69 74 65 2e 6e 61  6d 65 3a 2f 70 61 74 68  |"site.name:/path|
00000cd0  2f 74 6f 2f 66 69 6c 65  22 2c 20 74 65 6c 6c 20  |/to/file", tell |
00000ce0  74 68 65 0a 62 72 6f 77  73 65 72 20 74 6f 20 6f  |the.browser to o|
00000cf0  70 65 6e 20 74 68 65 20  55 52 4c 20 22 66 74 70  |pen the URL "ftp|
00000d00  3a 2f 2f 73 69 74 65 2e  6e 61 6d 65 2f 70 61 74  |://site.name/pat|
00000d10  68 2f 74 6f 2f 66 69 6c  65 22 2e 20 20 28 49 66  |h/to/file".  (If|
00000d20  20 79 6f 75 20 61 72 65  20 72 65 61 64 69 6e 67  | you are reading|
00000d30  0a 74 68 69 73 20 46 41  51 20 69 6e 20 74 68 65  |.this FAQ in the|
00000d40  20 57 57 57 20 46 41 51  20 61 72 63 68 69 76 65  | WWW FAQ archive|
00000d50  2c 20 74 68 65 20 66 69  6c 65 20 6e 61 6d 65 73  |, the file names|
00000d60  20 73 68 6f 75 6c 64 20  61 70 70 65 61 72 20 61  | should appear a|
00000d70  73 20 6c 69 6e 6b 73 20  74 68 61 74 0a 79 6f 75  |s links that.you|
00000d80  20 63 61 6e 20 6a 75 73  74 20 63 6c 69 63 6b 20  | can just click |
00000d90  6f 6e 2e 29 20 20 44 6f  6e 27 74 20 66 6f 72 67  |on.)  Don't forg|
00000da0  65 74 20 74 6f 20 73 65  74 20 73 61 76 65 2d 74  |et to set save-t|
00000db0  6f 2d 64 69 73 6b 20 6d  6f 64 65 20 66 69 72 73  |o-disk mode firs|
00000dc0  74 2e 0a 0a 4d 61 6e 79  20 6f 66 20 74 68 65 20  |t...Many of the |
00000dd0  70 6f 69 6e 74 65 72 73  20 67 69 76 65 6e 20 68  |pointers given h|
00000de0  65 72 65 20 72 65 66 65  72 20 74 6f 20 70 6f 70  |ere refer to pop|
00000df0  75 6c 61 72 20 63 65 6e  74 72 61 6c 20 61 72 63  |ular central arc|
00000e00  68 69 76 65 20 73 69 74  65 73 2c 0a 73 75 63 68  |hive sites,.such|
00000e10  20 61 73 20 66 74 70 2e  63 6f 61 73 74 2e 6e 65  | as ftp.coast.ne|
00000e20  74 20 66 6f 72 20 44 4f  53 20 73 6f 66 74 77 61  |t for DOS softwa|
00000e30  72 65 20 6f 72 20 73 75  6d 65 78 2d 61 69 6d 2e  |re or sumex-aim.|
00000e40  73 74 61 6e 66 6f 72 64  2e 65 64 75 20 66 6f 72  |stanford.edu for|
00000e50  20 4d 61 63 2e 0a 54 68  65 73 65 20 73 69 74 65  | Mac..These site|
00000e60  73 20 61 72 65 20 6f 66  74 65 6e 20 6f 76 65 72  |s are often over|
00000e70  6c 6f 61 64 65 64 2c 20  61 6e 64 20 61 72 65 20  |loaded, and are |
00000e80  6c 69 6b 65 6c 79 20 74  6f 20 72 65 66 75 73 65  |likely to refuse|
00000e90  20 79 6f 75 72 20 63 6f  6e 6e 65 63 74 69 6f 6e  | your connection|
00000ea0  0a 72 65 71 75 65 73 74  20 77 68 65 6e 20 74 68  |.request when th|
00000eb0  65 79 20 61 72 65 20 62  75 73 79 2e 20 20 59 6f  |ey are busy.  Yo|
00000ec0  75 20 63 61 6e 20 74 72  79 20 61 67 61 69 6e 20  |u can try again |
00000ed0  61 74 20 61 20 6c 65 73  73 20 70 6f 70 75 6c 61  |at a less popula|
00000ee0  72 20 74 69 6d 65 20 6f  66 0a 64 61 79 2c 20 6f  |r time of.day, o|
00000ef0  72 20 79 6f 75 20 63 61  6e 20 6c 6f 6f 6b 20 66  |r you can look f|
00000f00  6f 72 20 61 20 22 6d 69  72 72 6f 72 20 73 69 74  |or a "mirror sit|
00000f10  65 22 2e 20 20 4d 6f 73  74 20 63 65 6e 74 72 61  |e".  Most centra|
00000f20  6c 20 61 72 63 68 69 76  65 20 73 69 74 65 73 20  |l archive sites |
00000f30  68 61 76 65 0a 67 72 6f  75 70 73 20 6f 66 20 6d  |have.groups of m|
00000f40  69 72 72 6f 72 20 73 69  74 65 73 20 74 68 61 74  |irror sites that|
00000f50  20 6b 65 65 70 20 63 6f  70 69 65 73 20 6f 66 20  | keep copies of |
00000f60  74 68 65 69 72 20 66 69  6c 65 73 2e 20 20 46 69  |their files.  Fi|
00000f70  6e 64 20 6f 75 74 20 74  68 65 20 6e 61 6d 65 0a  |nd out the name.|
00000f80  6f 66 20 74 68 65 20 6d  69 72 72 6f 72 20 73 69  |of the mirror si|
00000f90  74 65 20 63 6c 6f 73 65  73 74 20 74 6f 20 79 6f  |te closest to yo|
00000fa0  75 2c 20 61 6e 64 20 76  69 73 69 74 20 74 68 61  |u, and visit tha|
00000fb0  74 20 73 69 74 65 20 69  6e 73 74 65 61 64 3b 20  |t site instead; |
00000fc0  69 74 27 73 20 67 6f 6f  64 0a 6e 65 74 20 63 69  |it's good.net ci|
00000fd0  74 69 7a 65 6e 73 68 69  70 20 61 6e 64 20 79 6f  |tizenship and yo|
00000fe0  75 27 6c 6c 20 67 65 74  20 66 61 73 74 65 72 20  |u'll get faster |
00000ff0  72 65 73 70 6f 6e 73 65  2e 20 20 43 68 65 63 6b  |response.  Check|
00001000  20 74 68 65 20 46 41 51  73 20 66 6f 72 20 74 68  | the FAQs for th|
00001010  65 0a 6e 65 77 73 67 72  6f 75 70 73 20 73 70 65  |e.newsgroups spe|
00001020  63 69 66 69 63 20 74 6f  20 79 6f 75 72 20 73 79  |cific to your sy|
00001030  73 74 65 6d 20 74 79 70  65 20 74 6f 20 66 69 6e  |stem type to fin|
00001040  64 20 6c 69 73 74 73 20  6f 66 20 6d 69 72 72 6f  |d lists of mirro|
00001050  72 20 73 69 74 65 73 2e  0a 28 54 68 65 20 61 72  |r sites..(The ar|
00001060  63 68 69 76 65 20 73 69  74 65 20 6d 61 79 20 6c  |chive site may l|
00001070  69 73 74 20 73 6f 6d 65  20 6d 69 72 72 6f 72 20  |ist some mirror |
00001080  73 69 74 65 73 20 69 6e  20 69 74 73 20 63 6f 6e  |sites in its con|
00001090  6e 65 63 74 69 6f 6e 2d  72 65 66 75 73 65 64 20  |nection-refused |
000010a0  65 72 72 6f 72 0a 6d 65  73 73 61 67 65 2e 20 20  |error.message.  |
000010b0  55 6e 66 6f 72 74 75 6e  61 74 65 6c 79 2c 20 73  |Unfortunately, s|
000010c0  6f 6d 65 20 46 54 50 20  70 72 6f 67 72 61 6d 73  |ome FTP programs|
000010d0  20 77 6f 6e 27 74 20 73  68 6f 77 20 79 6f 75 20  | won't show you |
000010e0  74 68 65 20 77 68 6f 6c  65 20 6d 65 73 73 61 67  |the whole messag|
000010f0  65 2e 0a 57 57 57 20 62  72 6f 77 73 65 72 73 20  |e..WWW browsers |
00001100  61 72 65 20 6f 66 74 65  6e 20 62 61 64 20 61 62  |are often bad ab|
00001110  6f 75 74 20 74 68 69 73  2e 29 0a 0a 49 66 20 79  |out this.)..If y|
00001120  6f 75 20 61 72 65 20 61  62 6c 65 20 74 6f 20 72  |ou are able to r|
00001130  65 61 63 68 20 74 68 65  20 61 72 63 68 69 76 65  |each the archive|
00001140  20 73 69 74 65 2c 20 62  75 74 20 74 68 65 20 66  | site, but the f|
00001150  69 6c 65 20 79 6f 75 20  77 61 6e 74 20 64 6f 65  |ile you want doe|
00001160  73 6e 27 74 0a 65 78 69  73 74 2c 20 6d 6f 73 74  |sn't.exist, most|
00001170  20 6c 69 6b 65 6c 79 20  69 74 27 73 20 62 65 65  | likely it's bee|
00001180  6e 20 72 65 70 6c 61 63  65 64 20 62 79 20 61 20  |n replaced by a |
00001190  6e 65 77 65 72 20 76 65  72 73 69 6f 6e 2e 20 20  |newer version.  |
000011a0  47 65 74 20 61 20 64 69  72 65 63 74 6f 72 79 0a  |Get a directory.|
000011b0  6c 69 73 74 69 6e 67 20  6f 66 20 74 68 65 20 64  |listing of the d|
000011c0  69 72 65 63 74 6f 72 79  20 74 68 61 74 27 73 20  |irectory that's |
000011d0  73 75 70 70 6f 73 65 64  20 74 6f 20 63 6f 6e 74  |supposed to cont|
000011e0  61 69 6e 20 74 68 65 20  66 69 6c 65 2c 20 61 6e  |ain the file, an|
000011f0  64 20 6c 6f 6f 6b 20 66  6f 72 0a 61 20 66 69 6c  |d look for.a fil|
00001200  65 20 77 69 74 68 20 61  20 73 69 6d 69 6c 61 72  |e with a similar|
00001210  20 6e 61 6d 65 20 62 75  74 20 61 20 68 69 67 68  | name but a high|
00001220  65 72 20 76 65 72 73 69  6f 6e 20 6e 75 6d 62 65  |er version numbe|
00001230  72 2e 20 20 28 49 66 20  79 6f 75 20 66 69 6e 64  |r.  (If you find|
00001240  20 61 6e 0a 6f 75 74 2d  6f 66 2d 64 61 74 65 20  | an.out-of-date |
00001250  72 65 66 65 72 65 6e 63  65 20 69 6e 20 61 20 2a  |reference in a *|
00001260  63 75 72 72 65 6e 74 2a  20 76 65 72 73 69 6f 6e  |current* version|
00001270  20 6f 66 20 74 68 65 20  4a 50 45 47 20 46 41 51  | of the JPEG FAQ|
00001280  2c 20 49 27 64 0a 61 70  70 72 65 63 69 61 74 65  |, I'd.appreciate|
00001290  20 68 65 61 72 69 6e 67  20 61 62 6f 75 74 20 69  | hearing about i|
000012a0  74 20 62 79 20 65 2d 6d  61 69 6c 2e 29 0a 0a 50  |t by e-mail.)..P|
000012b0  72 61 63 74 69 63 61 6c  6c 79 20 61 6c 6c 20 6f  |ractically all o|
000012c0  66 20 74 68 65 20 66 69  6c 65 73 20 6c 69 73 74  |f the files list|
000012d0  65 64 20 68 65 72 65 20  61 72 65 20 63 6f 6d 70  |ed here are comp|
000012e0  72 65 73 73 65 64 20 61  72 63 68 69 76 65 20 66  |ressed archive f|
000012f0  69 6c 65 73 2e 0a 54 68  69 73 20 6d 65 61 6e 73  |iles..This means|
00001300  20 79 6f 75 20 6e 65 65  64 20 74 6f 20 72 65 74  | you need to ret|
00001310  72 69 65 76 65 20 74 68  65 6d 20 69 6e 20 62 69  |rieve them in bi|
00001320  6e 61 72 79 20 6d 6f 64  65 2e 20 20 28 57 57 57  |nary mode.  (WWW|
00001330  20 62 72 6f 77 73 65 72  73 20 64 6f 20 74 68 69  | browsers do thi|
00001340  73 0a 61 75 74 6f 6d 61  74 69 63 61 6c 6c 79 2c  |s.automatically,|
00001350  20 62 75 74 20 6d 61 6e  79 20 6f 6c 64 65 72 20  | but many older |
00001360  46 54 50 20 70 72 6f 67  72 61 6d 73 20 6d 75 73  |FTP programs mus|
00001370  74 20 62 65 20 74 6f 6c  64 20 74 6f 20 75 73 65  |t be told to use|
00001380  20 62 69 6e 61 72 79 20  6d 6f 64 65 2e 29 0a 4f  | binary mode.).O|
00001390  6e 63 65 20 79 6f 75 27  76 65 20 67 6f 74 20 74  |nce you've got t|
000013a0  68 65 20 61 72 63 68 69  76 65 20 66 69 6c 65 2c  |he archive file,|
000013b0  20 79 6f 75 27 6c 6c 20  6e 65 65 64 20 61 20 64  | you'll need a d|
000013c0  65 63 6f 6d 70 72 65 73  73 6f 72 2f 64 65 61 72  |ecompressor/dear|
000013d0  63 68 69 76 65 72 0a 74  6f 20 65 78 74 72 61 63  |chiver.to extrac|
000013e0  74 20 74 68 65 20 70 72  6f 67 72 61 6d 20 61 6e  |t the program an|
000013f0  64 20 64 6f 63 75 6d 65  6e 74 61 74 69 6f 6e 20  |d documentation |
00001400  66 69 6c 65 73 20 69 6e  73 69 64 65 20 69 74 2e  |files inside it.|
00001410  20 20 43 68 65 63 6b 20  74 68 65 20 46 41 51 73  |  Check the FAQs|
00001420  0a 66 6f 72 20 79 6f 75  72 20 73 79 73 74 65 6d  |.for your system|
00001430  20 74 79 70 65 20 74 6f  20 66 69 6e 64 20 6f 75  | type to find ou|
00001440  74 20 77 68 65 72 65 20  74 6f 20 67 65 74 20 64  |t where to get d|
00001450  65 61 72 63 68 69 76 65  72 20 70 72 6f 67 72 61  |earchiver progra|
00001460  6d 73 2e 0a 0a 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |ms...-----------|
00001470  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
00001480  2d 2d 2d 0a 0a 53 75 62  6a 65 63 74 3a 20 5b 33  |---..Subject: [3|
00001490  5d 20 58 20 57 69 6e 64  6f 77 73 0a 0a 58 56 20  |] X Windows..XV |
000014a0  69 73 20 61 6e 20 65 78  63 65 6c 6c 65 6e 74 20  |is an excellent |
000014b0  76 69 65 77 65 72 20 66  6f 72 20 4a 50 45 47 2c  |viewer for JPEG,|
000014c0  20 47 49 46 2c 20 61 6e  64 20 6d 61 6e 79 20 6f  | GIF, and many o|
000014d0  74 68 65 72 20 69 6d 61  67 65 20 66 6f 72 6d 61  |ther image forma|
000014e0  74 73 2e 0a 49 74 20 63  61 6e 20 61 6c 73 6f 20  |ts..It can also |
000014f0  64 6f 20 66 6f 72 6d 61  74 20 63 6f 6e 76 65 72  |do format conver|
00001500  73 69 6f 6e 20 61 6e 64  20 73 6f 6d 65 20 73 69  |sion and some si|
00001510  6d 70 6c 65 20 69 6d 61  67 65 20 6d 61 6e 69 70  |mple image manip|
00001520  75 6c 61 74 69 6f 6e 73  2e 0a 47 65 74 20 69 74  |ulations..Get it|
00001530  20 66 72 6f 6d 20 66 74  70 2e 63 69 73 2e 75 70  | from ftp.cis.up|
00001540  65 6e 6e 2e 65 64 75 3a  2f 70 75 62 2f 78 76 2f  |enn.edu:/pub/xv/|
00001550  78 76 2d 33 2e 31 30 61  2e 74 61 72 2e 67 7a 2e  |xv-3.10a.tar.gz.|
00001560  20 20 53 68 61 72 65 77  61 72 65 2c 20 24 32 35  |  Shareware, $25|
00001570  2e 0a 56 65 72 73 69 6f  6e 20 33 2e 31 30 20 68  |..Version 3.10 h|
00001580  61 73 20 73 6f 6d 65 20  6e 69 66 74 79 20 6e 65  |as some nifty ne|
00001590  77 20 66 65 61 74 75 72  65 73 2c 20 61 6e 64 20  |w features, and |
000015a0  69 74 20 6c 6f 61 64 73  20 4a 50 45 47 73 20 6e  |it loads JPEGs n|
000015b0  6f 74 69 63 65 61 62 6c  79 0a 66 61 73 74 65 72  |oticeably.faster|
000015c0  20 74 68 61 6e 20 61 6e  79 20 70 72 69 6f 72 20  | than any prior |
000015d0  76 65 72 73 69 6f 6e 2e  20 20 49 66 20 79 6f 75  |version.  If you|
000015e0  27 72 65 20 73 74 69 6c  6c 20 75 73 69 6e 67 20  |'re still using |
000015f0  76 65 72 73 69 6f 6e 20  32 2e 61 6e 79 74 68 69  |version 2.anythi|
00001600  6e 67 2c 0a 69 74 27 73  20 64 65 66 69 6e 69 74  |ng,.it's definit|
00001610  65 6c 79 20 74 69 6d 65  20 74 6f 20 75 70 67 72  |ely time to upgr|
00001620  61 64 65 2e 20 20 48 49  4e 54 3a 20 69 66 20 79  |ade.  HINT: if y|
00001630  6f 75 20 68 61 76 65 20  61 6e 20 38 2d 62 69 74  |ou have an 8-bit|
00001640  20 64 69 73 70 6c 61 79  20 74 68 65 6e 0a 79 6f  | display then.yo|
00001650  75 20 6e 65 65 64 20 74  6f 20 22 6c 6f 63 6b 20  |u need to "lock |
00001660  38 2d 62 69 74 20 6d 6f  64 65 22 20 74 6f 20 67  |8-bit mode" to g|
00001670  65 74 20 64 65 63 65 6e  74 20 64 69 73 70 6c 61  |et decent displa|
00001680  79 20 6f 66 20 4a 50 45  47 20 69 6d 61 67 65 73  |y of JPEG images|
00001690  2e 20 20 28 42 75 74 0a  64 6f 20 4e 4f 54 20 64  |.  (But.do NOT d|
000016a0  6f 20 74 68 69 73 20 69  66 20 79 6f 75 20 69 6e  |o this if you in|
000016b0  74 65 6e 64 20 74 6f 20  72 65 73 61 76 65 20 74  |tend to resave t|
000016c0  68 65 20 69 6d 61 67 65  2c 20 62 65 63 61 75 73  |he image, becaus|
000016d0  65 20 69 74 27 6c 6c 20  62 65 20 77 72 69 74 74  |e it'll be writt|
000016e0  65 6e 0a 66 72 6f 6d 20  74 68 65 20 38 2d 62 69  |en.from the 8-bi|
000016f0  74 20 76 65 72 73 69 6f  6e 2c 20 74 68 75 73 20  |t version, thus |
00001700  63 6f 73 74 69 6e 67 20  79 6f 75 20 69 6d 61 67  |costing you imag|
00001710  65 20 71 75 61 6c 69 74  79 2e 29 20 20 59 6f 75  |e quality.)  You|
00001720  20 63 61 6e 20 73 65 74  20 74 68 69 73 0a 6d 6f  | can set this.mo|
00001730  64 65 20 74 6f 20 62 65  20 64 65 66 61 75 6c 74  |de to be default|
00001740  20 62 79 20 61 64 64 69  6e 67 20 22 78 76 2e 66  | by adding "xv.f|
00001750  6f 72 63 65 38 3a 20 74  72 75 65 22 20 74 6f 20  |orce8: true" to |
00001760  79 6f 75 72 20 2e 58 64  65 66 61 75 6c 74 73 20  |your .Xdefaults |
00001770  66 69 6c 65 2e 0a 0a 41  6e 6f 74 68 65 72 20 65  |file...Another e|
00001780  78 63 65 6c 6c 65 6e 74  20 63 68 6f 69 63 65 20  |xcellent choice |
00001790  69 73 20 4a 6f 68 6e 20  43 72 69 73 74 79 27 73  |is John Cristy's|
000017a0  20 66 72 65 65 20 49 6d  61 67 65 4d 61 67 69 63  | free ImageMagic|
000017b0  6b 20 70 61 63 6b 61 67  65 2c 0a 66 74 70 2e 78  |k package,.ftp.x|
000017c0  2e 6f 72 67 3a 2f 63 6f  6e 74 72 69 62 2f 61 70  |.org:/contrib/ap|
000017d0  70 6c 69 63 61 74 69 6f  6e 73 2f 49 6d 61 67 65  |plications/Image|
000017e0  4d 61 67 69 63 6b 2f 49  6d 61 67 65 4d 61 67 69  |Magick/ImageMagi|
000017f0  63 6b 2d 33 2e 36 2e 33  2e 74 61 72 2e 67 7a 2e  |ck-3.6.3.tar.gz.|
00001800  20 20 54 68 69 73 0a 70  61 63 6b 61 67 65 20 68  |  This.package h|
00001810  61 6e 64 6c 65 73 20 6d  61 6e 79 20 69 6d 61 67  |andles many imag|
00001820  65 20 70 72 6f 63 65 73  73 69 6e 67 20 61 6e 64  |e processing and|
00001830  20 63 6f 6e 76 65 72 73  69 6f 6e 20 74 61 73 6b  | conversion task|
00001840  73 2e 20 20 54 68 65 20  49 6d 61 67 65 4d 61 67  |s.  The ImageMag|
00001850  69 63 6b 0a 76 69 65 77  65 72 20 68 61 6e 64 6c  |ick.viewer handl|
00001860  65 73 20 32 34 2d 62 69  74 20 64 69 73 70 6c 61  |es 24-bit displa|
00001870  79 73 20 63 6f 72 72 65  63 74 6c 79 3b 20 66 6f  |ys correctly; fo|
00001880  72 20 63 6f 6c 6f 72 6d  61 70 70 65 64 20 64 69  |r colormapped di|
00001890  73 70 6c 61 79 73 2c 20  69 74 20 64 6f 65 73 0a  |splays, it does.|
000018a0  62 65 74 74 65 72 20 28  74 68 6f 75 67 68 20 73  |better (though s|
000018b0  6c 6f 77 65 72 29 20 63  6f 6c 6f 72 20 71 75 61  |lower) color qua|
000018c0  6e 74 69 7a 61 74 69 6f  6e 20 74 68 61 6e 20 58  |ntization than X|
000018d0  56 20 6f 72 20 74 68 65  20 62 61 73 69 63 20 49  |V or the basic I|
000018e0  4a 47 20 4a 50 45 47 0a  73 6f 66 74 77 61 72 65  |JG JPEG.software|
000018f0  2e 0a 0a 42 6f 74 68 20  6f 66 20 74 68 65 20 61  |...Both of the a|
00001900  62 6f 76 65 20 61 72 65  20 6c 61 72 67 65 2c 20  |bove are large, |
00001910  63 6f 6d 70 6c 65 78 20  70 61 63 6b 61 67 65 73  |complex packages|
00001920  2e 20 20 49 66 20 79 6f  75 20 6a 75 73 74 20 77  |.  If you just w|
00001930  61 6e 74 20 61 20 73 69  6d 70 6c 65 0a 69 6d 61  |ant a simple.ima|
00001940  67 65 20 76 69 65 77 65  72 2c 20 74 72 79 20 78  |ge viewer, try x|
00001950  6c 6f 61 64 69 6d 61 67  65 20 6f 72 20 78 6c 69  |loadimage or xli|
00001960  2e 20 20 78 6c 6f 61 64  69 6d 61 67 65 20 76 69  |.  xloadimage vi|
00001970  65 77 73 20 61 6e 64 20  63 6f 6e 76 65 72 74 73  |ews and converts|
00001980  20 6d 61 6e 79 0a 69 6d  61 67 65 20 66 69 6c 65  | many.image file|
00001990  20 74 79 70 65 73 20 69  6e 63 6c 75 64 69 6e 67  | types including|
000019a0  20 4a 50 45 47 2e 20 20  56 65 72 73 69 6f 6e 20  | JPEG.  Version |
000019b0  34 2e 31 20 68 61 73 20  62 65 74 74 65 72 20 4a  |4.1 has better J|
000019c0  50 45 47 20 73 75 70 70  6f 72 74 20 74 68 61 6e  |PEG support than|
000019d0  0a 70 72 69 6f 72 20 76  65 72 73 69 6f 6e 73 20  |.prior versions |
000019e0  61 6e 64 20 69 73 20 65  61 73 69 65 72 20 74 6f  |and is easier to|
000019f0  20 69 6e 73 74 61 6c 6c  2e 20 20 78 6c 6f 61 64  | install.  xload|
00001a00  69 6d 61 67 65 20 69 73  20 66 72 65 65 20 61 6e  |image is free an|
00001a10  64 20 61 76 61 69 6c 61  62 6c 65 0a 66 72 6f 6d  |d available.from|
00001a20  20 66 74 70 2e 78 2e 6f  72 67 3a 2f 52 35 63 6f  | ftp.x.org:/R5co|
00001a30  6e 74 72 69 62 2f 78 6c  6f 61 64 69 6d 61 67 65  |ntrib/xloadimage|
00001a40  2e 34 2e 31 2e 74 61 72  2e 67 7a 2e 20 20 78 6c  |.4.1.tar.gz.  xl|
00001a50  69 20 69 73 20 61 20 76  61 72 69 61 6e 74 20 76  |i is a variant v|
00001a60  65 72 73 69 6f 6e 0a 6f  66 20 78 6c 6f 61 64 69  |ersion.of xloadi|
00001a70  6d 61 67 65 3b 20 78 6c  69 20 69 73 20 73 6c 69  |mage; xli is sli|
00001a80  67 68 74 6c 79 20 62 65  74 74 65 72 20 61 73 20  |ghtly better as |
00001a90  61 6e 20 69 6e 74 65 72  61 63 74 69 76 65 20 76  |an interactive v|
00001aa0  69 65 77 65 72 2c 20 62  75 74 20 69 74 20 63 61  |iewer, but it ca|
00001ab0  6e 27 74 0a 62 65 20 75  73 65 64 20 61 73 20 61  |n't.be used as a|
00001ac0  20 63 6f 6e 76 65 72 74  65 72 2c 20 61 6e 64 20  | converter, and |
00001ad0  69 74 20 73 75 70 70 6f  72 74 73 20 66 65 77 65  |it supports fewe|
00001ae0  72 20 66 69 6c 65 20 66  6f 72 6d 61 74 73 2e 20  |r file formats. |
00001af0  20 78 6c 69 20 69 73 20  61 6c 73 6f 0a 66 72 65  | xli is also.fre|
00001b00  65 20 61 6e 64 20 61 76  61 69 6c 61 62 6c 65 20  |e and available |
00001b10  66 72 6f 6d 20 66 74 70  2e 78 2e 6f 72 67 3a 2f  |from ftp.x.org:/|
00001b20  63 6f 6e 74 72 69 62 2f  61 70 70 6c 69 63 61 74  |contrib/applicat|
00001b30  69 6f 6e 73 2f 78 6c 69  2e 31 2e 31 36 2e 74 61  |ions/xli.1.16.ta|
00001b40  72 2e 67 7a 2e 0a 0a 2d  2d 2d 2d 2d 2d 2d 2d 2d  |r.gz...---------|
00001b50  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
00001b60  2d 2d 2d 2d 2d 0a 0a 53  75 62 6a 65 63 74 3a 20  |-----..Subject: |
00001b70  5b 34 5d 20 55 6e 69 78  20 28 77 69 74 68 6f 75  |[4] Unix (withou|
00001b80  74 20 58 29 0a 0a 49 66  20 79 6f 75 20 77 61 6e  |t X)..If you wan|
00001b90  74 20 61 20 63 6f 6d 6d  61 6e 64 2d 6c 69 6e 65  |t a command-line|
00001ba0  20 4a 50 45 47 20 63 6f  6e 76 65 72 73 69 6f 6e  | JPEG conversion|
00001bb0  20 70 72 6f 67 72 61 6d  2c 20 73 65 65 20 74 68  | program, see th|
00001bc0  65 20 49 4a 47 20 73 6f  75 72 63 65 20 63 6f 64  |e IJG source cod|
00001bd0  65 0a 64 65 73 63 72 69  62 65 64 20 69 6e 20 73  |e.described in s|
00001be0  65 63 74 69 6f 6e 20 31  34 2e 20 20 28 54 68 69  |ection 14.  (Thi|
00001bf0  73 20 63 6f 64 65 20 69  73 20 69 6e 63 6c 75 64  |s code is includ|
00001c00  65 64 20 61 73 20 61 20  73 75 62 64 69 72 65 63  |ed as a subdirec|
00001c10  74 6f 72 79 20 69 6e 20  6d 6f 73 74 0a 6f 66 20  |tory in most.of |
00001c20  74 68 65 20 58 20 70 72  6f 67 72 61 6d 73 20 64  |the X programs d|
00001c30  65 73 63 72 69 62 65 64  20 61 62 6f 76 65 2c 20  |escribed above, |
00001c40  61 6c 74 68 6f 75 67 68  20 74 68 65 79 20 6d 61  |although they ma|
00001c50  79 20 6e 6f 74 20 68 61  76 65 20 74 68 65 20 6c  |y not have the l|
00001c60  61 74 65 73 74 0a 76 65  72 73 69 6f 6e 2e 29 0a  |atest.version.).|
00001c70  0a 4e 6f 6e 2d 58 20 76  69 65 77 65 72 73 20 61  |.Non-X viewers a|
00001c80  72 65 20 68 61 72 64 20  74 6f 20 63 6f 6d 65 20  |re hard to come |
00001c90  62 79 2c 20 73 69 6e 63  65 20 74 68 65 79 20 61  |by, since they a|
00001ca0  72 65 20 76 65 72 79 20  68 61 72 64 77 61 72 65  |re very hardware|
00001cb0  20 64 65 70 65 6e 64 65  6e 74 2e 0a 4c 69 6e 75  | dependent..Linu|
00001cc0  78 20 75 73 65 72 73 20  77 69 74 68 20 56 47 41  |x users with VGA|
00001cd0  2f 53 56 47 41 20 64 69  73 70 6c 61 79 73 20 6d  |/SVGA displays m|
00001ce0  61 79 20 6c 69 6b 65 20  7a 67 76 2e 20 20 56 65  |ay like zgv.  Ve|
00001cf0  72 73 69 6f 6e 20 32 2e  37 20 69 73 20 61 76 61  |rsion 2.7 is ava|
00001d00  69 6c 61 62 6c 65 0a 66  72 6f 6d 20 73 75 6e 73  |ilable.from suns|
00001d10  69 74 65 2e 75 6e 63 2e  65 64 75 3a 2f 70 75 62  |ite.unc.edu:/pub|
00001d20  2f 4c 69 6e 75 78 2f 61  70 70 73 2f 67 72 61 70  |/Linux/apps/grap|
00001d30  68 69 63 73 2f 76 69 65  77 65 72 73 2f 7a 67 76  |hics/viewers/zgv|
00001d40  32 2e 37 2d 62 69 6e 2e  74 61 72 2e 67 7a 2e 0a  |2.7-bin.tar.gz..|
00001d50  28 53 65 76 65 72 61 6c  20 6f 74 68 65 72 20 61  |(Several other a|
00001d60  6c 74 65 72 6e 61 74 69  76 65 73 20 61 72 65 20  |lternatives are |
00001d70  61 76 61 69 6c 61 62 6c  65 20 69 6e 20 74 68 65  |available in the|
00001d80  20 73 61 6d 65 20 64 69  72 65 63 74 6f 72 79 2e  | same directory.|
00001d90  29 0a 49 66 20 79 6f 75  20 75 73 65 20 61 20 6c  |).If you use a l|
00001da0  65 73 73 20 70 6f 70 75  6c 61 72 20 70 6c 61 74  |ess popular plat|
00001db0  66 6f 72 6d 2c 20 79 6f  75 27 72 65 20 70 72 6f  |form, you're pro|
00001dc0  62 61 62 6c 79 20 6f 75  74 20 6f 66 20 6c 75 63  |bably out of luc|
00001dd0  6b 2e 0a 0a 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |k...------------|
00001de0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
00001df0  2d 2d 0a 0a 53 75 62 6a  65 63 74 3a 20 5b 35 5d  |--..Subject: [5]|
00001e00  20 4d 53 2d 44 4f 53 0a  0a 54 68 69 73 20 63 6f  | MS-DOS..This co|
00001e10  76 65 72 73 20 70 6c 61  69 6e 20 44 4f 53 3b 20  |vers plain DOS; |
00001e20  66 6f 72 20 57 69 6e 64  6f 77 73 20 6f 72 20 4f  |for Windows or O|
00001e30  53 2f 32 20 70 72 6f 67  72 61 6d 73 2c 20 73 65  |S/2 programs, se|
00001e40  65 20 74 68 65 20 6e 65  78 74 20 73 65 63 74 69  |e the next secti|
00001e50  6f 6e 73 2e 0a 0a 4e 4f  54 45 20 41 42 4f 55 54  |ons...NOTE ABOUT|
00001e60  20 53 49 4d 54 45 4c 20  46 49 4c 45 53 3a 20 54  | SIMTEL FILES: T|
00001e70  68 65 20 6c 61 72 67 65  73 74 20 49 6e 74 65 72  |he largest Inter|
00001e80  6e 65 74 20 63 6f 6c 6c  65 63 74 69 6f 6e 20 6f  |net collection o|
00001e90  66 20 50 43 2d 72 65 6c  61 74 65 64 0a 70 72 6f  |f PC-related.pro|
00001ea0  67 72 61 6d 73 20 69 73  20 74 68 65 20 53 69 6d  |grams is the Sim|
00001eb0  74 65 6c 20 61 72 63 68  69 76 65 73 20 28 6e 61  |tel archives (na|
00001ec0  6d 65 64 20 66 6f 72 20  74 68 65 20 6f 72 69 67  |med for the orig|
00001ed0  69 6e 61 6c 20 61 72 63  68 69 76 65 20 73 69 74  |inal archive sit|
00001ee0  65 2c 20 6e 6f 77 0a 64  65 66 75 6e 63 74 29 2e  |e, now.defunct).|
00001ef0  20 20 54 68 65 20 70 72  69 6e 63 69 70 61 6c 20  |  The principal |
00001f00  61 72 63 68 69 76 65 20  73 69 74 65 20 66 6f 72  |archive site for|
00001f10  20 74 68 65 73 65 20 66  69 6c 65 73 20 69 73 20  | these files is |
00001f20  66 74 70 2e 63 6f 61 73  74 2e 6e 65 74 2c 0a 77  |ftp.coast.net,.w|
00001f30  68 69 63 68 20 69 73 20  74 68 65 20 73 69 74 65  |hich is the site|
00001f40  20 72 65 66 65 72 65 6e  63 65 64 20 62 79 20 74  | referenced by t|
00001f50  68 65 20 46 54 50 20 70  6f 69 6e 74 65 72 73 20  |he FTP pointers |
00001f60  67 69 76 65 6e 20 62 65  6c 6f 77 2e 20 20 48 6f  |given below.  Ho|
00001f70  77 65 76 65 72 2c 0a 74  68 65 72 65 20 61 72 65  |wever,.there are|
00001f80  20 6e 75 6d 65 72 6f 75  73 20 6d 69 72 72 6f 72  | numerous mirror|
00001f90  20 73 69 74 65 73 20 74  68 61 74 20 6b 65 65 70  | sites that keep|
00001fa0  20 63 6f 70 69 65 73 20  6f 66 20 74 68 65 20 53  | copies of the S|
00001fb0  69 6d 74 65 6c 20 66 69  6c 65 73 2e 0a 46 6f 72  |imtel files..For|
00001fc0  20 71 75 69 63 6b 65 73  74 20 72 65 73 70 6f 6e  | quickest respon|
00001fd0  73 65 20 79 6f 75 20 73  68 6f 75 6c 64 20 75 73  |se you should us|
00001fe0  65 20 74 68 65 20 6d 69  72 72 6f 72 20 73 69 74  |e the mirror sit|
00001ff0  65 20 63 6c 6f 73 65 73  74 20 74 6f 20 79 6f 75  |e closest to you|
00002000  2e 0a 43 6f 6e 73 75 6c  74 20 74 68 65 20 70 65  |..Consult the pe|
00002010  72 69 6f 64 69 63 20 70  6f 73 74 69 6e 67 73 20  |riodic postings |
00002020  69 6e 20 63 6f 6d 70 2e  61 72 63 68 69 76 65 73  |in comp.archives|
00002030  2e 6d 73 64 6f 73 2e 61  6e 6e 6f 75 6e 63 65 20  |.msdos.announce |
00002040  74 6f 20 66 69 6e 64 20  79 6f 75 72 0a 6e 65 61  |to find your.nea|
00002050  72 65 73 74 20 6d 69 72  72 6f 72 20 73 69 74 65  |rest mirror site|
00002060  2e 20 20 49 66 20 79 6f  75 20 68 61 76 65 20 6e  |.  If you have n|
00002070  6f 20 46 54 50 20 63 61  70 61 62 69 6c 69 74 79  |o FTP capability|
00002080  2c 20 74 68 65 20 73 61  6d 65 20 70 6f 73 74 69  |, the same posti|
00002090  6e 67 73 20 77 69 6c 6c  0a 74 65 6c 6c 20 79 6f  |ngs will.tell yo|
000020a0  75 20 68 6f 77 20 74 6f  20 72 65 74 72 69 65 76  |u how to retriev|
000020b0  65 20 53 69 6d 74 65 6c  20 66 69 6c 65 73 20 62  |e Simtel files b|
000020c0  79 20 65 2d 6d 61 69 6c  2e 0a 0a 51 50 56 20 28  |y e-mail...QPV (|
000020d0  66 6f 72 6d 65 72 6c 79  20 63 61 6c 6c 65 64 20  |formerly called |
000020e0  51 50 45 47 29 20 69 73  20 61 6e 20 65 78 74 72  |QPEG) is an extr|
000020f0  65 6d 65 6c 79 20 66 61  73 74 20 4a 50 45 47 20  |emely fast JPEG |
00002100  76 69 65 77 65 72 2e 20  49 6e 20 65 78 63 68 61  |viewer. In excha|
00002110  6e 67 65 20 66 6f 72 0a  73 70 65 65 64 2c 20 51  |nge for.speed, Q|
00002120  50 56 20 67 69 76 65 73  20 75 70 20 73 6f 6d 65  |PV gives up some|
00002130  20 69 6d 61 67 65 20 71  75 61 6c 69 74 79 2c 20  | image quality, |
00002140  70 61 72 74 69 63 75 6c  61 72 6c 79 20 6f 6e 20  |particularly on |
00002150  32 35 36 2d 6f 72 2d 6c  65 73 73 2d 63 6f 6c 6f  |256-or-less-colo|
00002160  72 0a 64 69 73 70 6c 61  79 73 2e 20 20 49 74 73  |r.displays.  Its|
00002170  20 62 65 73 74 20 66 65  61 74 75 72 65 20 69 73  | best feature is|
00002180  20 61 20 72 65 61 6c 6c  79 2d 66 61 73 74 20 73  | a really-fast s|
00002190  6d 61 6c 6c 20 70 72 65  76 69 65 77 20 77 69 6e  |mall preview win|
000021a0  64 6f 77 2c 20 77 68 69  63 68 20 69 73 0a 67 72  |dow, which is.gr|
000021b0  65 61 74 20 66 6f 72 20  73 65 61 72 63 68 69 6e  |eat for searchin|
000021c0  67 20 74 68 72 6f 75 67  68 20 6c 6f 74 73 20 6f  |g through lots o|
000021d0  66 20 69 6d 61 67 65 20  66 69 6c 65 73 2e 20 41  |f image files. A|
000021e0  6c 73 6f 20 76 69 65 77  73 20 47 49 46 2c 54 47  |lso views GIF,TG|
000021f0  41 2c 42 4d 50 2c 50 4e  47 2e 0a 52 65 71 75 69  |A,BMP,PNG..Requi|
00002200  72 65 73 20 33 38 36 2d  6f 72 2d 62 65 74 74 65  |res 386-or-bette|
00002210  72 20 43 50 55 20 61 6e  64 20 56 47 41 2d 6f 72  |r CPU and VGA-or|
00002220  2d 62 65 74 74 65 72 20  64 69 73 70 6c 61 79 20  |-better display |
00002230  63 61 72 64 2e 20 20 43  75 72 72 65 6e 74 20 76  |card.  Current v|
00002240  65 72 73 69 6f 6e 0a 69  73 20 31 2e 37 61 2c 20  |ersion.is 1.7a, |
00002250  61 76 61 69 6c 61 62 6c  65 20 66 72 6f 6d 20 66  |available from f|
00002260  74 70 2e 74 75 2d 63 6c  61 75 73 74 68 61 6c 2e  |tp.tu-clausthal.|
00002270  64 65 3a 2f 70 75 62 2f  6d 73 64 6f 73 2f 67 72  |de:/pub/msdos/gr|
00002280  61 70 68 69 63 73 2f 71  70 76 31 37 61 2e 7a 69  |aphics/qpv17a.zi|
00002290  70 2e 0a 49 6e 20 74 68  65 20 55 53 41 2c 20 61  |p..In the USA, a|
000022a0  20 63 6c 6f 73 65 72 20  73 69 74 65 20 69 73 20  | closer site is |
000022b0  66 74 70 2e 62 65 73 74  2e 63 6f 6d 3a 2f 70 75  |ftp.best.com:/pu|
000022c0  62 2f 62 72 79 61 6e 77  2f 71 70 76 2f 2e 20 20  |b/bryanw/qpv/.  |
000022d0  53 68 61 72 65 77 61 72  65 2c 20 24 32 30 2e 0a  |Shareware, $20..|
000022e0  0a 53 45 41 20 69 73 20  61 20 62 72 61 6e 64 20  |.SEA is a brand |
000022f0  6e 65 77 20 4a 50 45 47  2f 50 4e 47 2f 47 49 46  |new JPEG/PNG/GIF|
00002300  2f 65 74 63 20 76 69 65  77 65 72 20 61 6e 64 20  |/etc viewer and |
00002310  66 69 6c 65 2d 66 6f 72  6d 61 74 20 63 6f 6e 76  |file-format conv|
00002320  65 72 74 65 72 2e 20 20  49 74 20 69 73 0a 76 65  |erter.  It is.ve|
00002330  72 79 20 76 65 72 79 20  66 61 73 74 20 2d 2d 2d  |ry very fast ---|
00002340  20 66 61 73 74 65 72 20  74 68 61 6e 20 51 50 56  | faster than QPV|
00002350  20 69 6e 20 73 6f 6d 65  20 63 61 73 65 73 2c 20  | in some cases, |
00002360  73 6c 6f 77 65 72 20 69  6e 20 6f 74 68 65 72 73  |slower in others|
00002370  2e 20 20 56 65 72 73 69  6f 6e 0a 31 2e 30 20 68  |.  Version.1.0 h|
00002380  61 73 20 73 6f 6d 65 20  72 6f 75 67 68 20 65 64  |as some rough ed|
00002390  67 65 73 2c 20 62 75 74  20 69 74 27 73 20 64 65  |ges, but it's de|
000023a0  66 69 6e 69 74 65 6c 79  20 77 6f 72 74 68 20 74  |finitely worth t|
000023b0  61 6b 69 6e 67 20 61 20  6c 6f 6f 6b 20 61 74 2e  |aking a look at.|
000023c0  0a 52 65 71 75 69 72 65  73 20 33 38 36 2d 6f 72  |.Requires 386-or|
000023d0  2d 62 65 74 74 65 72 20  43 50 55 20 61 6e 64 20  |-better CPU and |
000023e0  56 45 53 41 2d 63 6f 6d  70 61 74 69 62 6c 65 20  |VESA-compatible |
000023f0  64 69 73 70 6c 61 79 2e  20 20 41 76 61 69 6c 61  |display.  Availa|
00002400  62 6c 65 20 66 72 6f 6d  0a 66 74 70 2e 63 6f 61  |ble from.ftp.coa|
00002410  73 74 2e 6e 65 74 3a 2f  53 69 6d 54 65 6c 2f 6d  |st.net:/SimTel/m|
00002420  73 64 6f 73 2f 67 72 61  70 68 69 63 73 2f 73 65  |sdos/graphics/se|
00002430  61 31 30 2e 7a 69 70 2e  20 20 53 68 61 72 65 77  |a10.zip.  Sharew|
00002440  61 72 65 2c 20 24 32 34  2e 0a 0a 44 56 50 45 47  |are, $24...DVPEG|
00002450  20 69 73 20 61 20 66 72  65 65 20 76 69 65 77 65  | is a free viewe|
00002460  72 20 66 6f 72 20 4a 50  45 47 2c 20 47 49 46 2c  |r for JPEG, GIF,|
00002470  20 54 61 72 67 61 2c 20  61 6e 64 20 50 50 4d 20  | Targa, and PPM |
00002480  66 69 6c 65 73 2e 20 20  43 75 72 72 65 6e 74 20  |files.  Current |
00002490  76 65 72 73 69 6f 6e 0a  69 73 20 33 2e 30 6c 2c  |version.is 3.0l,|
000024a0  20 61 76 61 69 6c 61 62  6c 65 20 66 72 6f 6d 20  | available from |
000024b0  73 75 6e 65 65 2e 75 77  61 74 65 72 6c 6f 6f 2e  |sunee.uwaterloo.|
000024c0  63 61 3a 2f 70 75 62 2f  6a 70 65 67 2f 76 69 65  |ca:/pub/jpeg/vie|
000024d0  77 65 72 73 2f 64 76 70  65 67 33 30 6c 2e 7a 69  |wers/dvpeg30l.zi|
000024e0  70 2e 0a 28 54 68 61 74  27 73 20 6c 6f 77 65 72  |p..(That's lower|
000024f0  20 63 61 73 65 20 6c 2c  20 6e 6f 74 20 64 69 67  | case l, not dig|
00002500  69 74 20 31 2e 29 20 20  54 68 69 73 20 69 73 20  |it 1.)  This is |
00002510  61 20 67 6f 6f 64 20 62  61 73 69 63 20 76 69 65  |a good basic vie|
00002520  77 65 72 20 74 68 61 74  20 77 6f 72 6b 73 0a 6f  |wer that works.o|
00002530  6e 20 65 69 74 68 65 72  20 32 38 36 20 6f 72 20  |n either 286 or |
00002540  33 38 36 2f 34 38 36 20  6d 61 63 68 69 6e 65 73  |386/486 machines|
00002550  2e 20 20 54 68 65 20 75  73 65 72 20 69 6e 74 65  |.  The user inte|
00002560  72 66 61 63 65 20 69 73  20 63 6c 75 6e 6b 79 20  |rface is clunky |
00002570  62 75 74 0a 66 75 6e 63  74 69 6f 6e 61 6c 2e 20  |but.functional. |
00002580  20 44 56 50 45 47 20 69  73 20 73 75 62 73 74 61  | DVPEG is substa|
00002590  6e 74 69 61 6c 6c 79 20  66 61 73 74 65 72 20 74  |ntially faster t|
000025a0  68 61 6e 20 69 74 20 75  73 65 64 20 74 6f 20 62  |han it used to b|
000025b0  65 3b 20 6f 6e 20 68 69  2d 63 6f 6c 6f 72 0a 64  |e; on hi-color.d|
000025c0  69 73 70 6c 61 79 73 20  69 74 20 69 73 20 6e 65  |isplays it is ne|
000025d0  61 72 6c 79 20 61 73 20  66 61 73 74 20 61 73 20  |arly as fast as |
000025e0  51 50 56 2e 20 20 4f 6e  20 38 2d 62 69 74 20 64  |QPV.  On 8-bit d|
000025f0  69 73 70 6c 61 79 73 2c  20 69 74 73 20 74 77 6f  |isplays, its two|
00002600  2d 70 61 73 73 0a 71 75  61 6e 74 69 7a 61 74 69  |-pass.quantizati|
00002610  6f 6e 20 6d 6f 64 65 20  69 73 20 73 6c 6f 77 20  |on mode is slow |
00002620  62 75 74 20 67 69 76 65  73 20 6d 75 63 68 20 62  |but gives much b|
00002630  65 74 74 65 72 20 69 6d  61 67 65 20 71 75 61 6c  |etter image qual|
00002640  69 74 79 20 74 68 61 6e  20 51 50 56 20 63 61 6e  |ity than QPV can|
00002650  0a 70 72 6f 76 69 64 65  2e 0a 0a 4c 65 73 73 65  |.provide...Lesse|
00002660  72 2d 75 73 65 64 20 44  4f 53 20 76 69 65 77 65  |r-used DOS viewe|
00002670  72 73 20 69 6e 63 6c 75  64 65 3a 0a 2a 20 44 49  |rs include:.* DI|
00002680  53 50 4c 41 59 2c 20 61  6c 69 61 73 20 44 49 53  |SPLAY, alias DIS|
00002690  50 2e 20 20 54 68 65 20  53 77 69 73 73 20 61 72  |P.  The Swiss ar|
000026a0  6d 79 20 6b 6e 69 66 65  20 6f 66 20 44 4f 53 20  |my knife of DOS |
000026b0  76 69 65 77 65 72 73 2e  20 20 44 6f 65 73 20 61  |viewers.  Does a|
000026c0  6c 6d 6f 73 74 0a 20 20  65 76 65 72 79 74 68 69  |lmost.  everythi|
000026d0  6e 67 2c 20 62 75 74 20  61 20 62 69 74 20 69 6e  |ng, but a bit in|
000026e0  74 69 6d 69 64 61 74 69  6e 67 20 66 6f 72 20 6e  |timidating for n|
000026f0  65 77 63 6f 6d 65 72 73  2e 20 20 55 73 65 72 20  |ewcomers.  User |
00002700  69 6e 74 65 72 66 61 63  65 20 69 73 20 6d 75 63  |interface is muc|
00002710  68 0a 20 20 69 6d 70 72  6f 76 65 64 20 6f 76 65  |h.  improved ove|
00002720  72 20 65 61 72 6c 79 20  76 65 72 73 69 6f 6e 73  |r early versions|
00002730  2c 20 62 75 74 20 73 74  69 6c 6c 20 61 77 6b 77  |, but still awkw|
00002740  61 72 64 20 69 6e 20 70  6c 61 63 65 73 2e 20 20  |ard in places.  |
00002750  52 65 71 75 69 72 65 73  20 33 38 36 0a 20 20 6f  |Requires 386.  o|
00002760  72 20 62 65 74 74 65 72  2e 20 20 46 72 65 65 77  |r better.  Freew|
00002770  61 72 65 2e 20 20 43 75  72 72 65 6e 74 20 76 65  |are.  Current ve|
00002780  72 73 69 6f 6e 20 69 73  20 31 2e 38 38 2c 20 61  |rsion is 1.88, a|
00002790  76 61 69 6c 61 62 6c 65  20 66 72 6f 6d 0a 20 20  |vailable from.  |
000027a0  6e 63 74 75 63 63 63 61  2e 65 64 75 2e 74 77 3a  |nctuccca.edu.tw:|
000027b0  2f 50 43 2f 67 72 61 70  68 69 63 73 2f 64 69 73  |/PC/graphics/dis|
000027c0  70 2f 64 69 73 70 31 38  38 61 2e 7a 69 70 20 61  |p/disp188a.zip a|
000027d0  6e 64 20 64 69 73 70 31  38 38 62 2e 7a 69 70 2e  |nd disp188b.zip.|
000027e0  0a 2a 20 47 44 53 2e 20  20 41 20 77 65 6c 6c 2d  |.* GDS.  A well-|
000027f0  64 6f 6e 65 20 76 69 65  77 65 72 20 61 6e 64 20  |done viewer and |
00002800  69 6d 61 67 65 20 63 6f  6e 76 65 72 74 65 72 20  |image converter |
00002810  66 6f 72 20 6d 61 6e 79  20 69 6d 61 67 65 20 66  |for many image f|
00002820  6f 72 6d 61 74 73 2e 0a  20 20 49 6e 73 74 61 6c  |ormats..  Instal|
00002830  6c 61 74 69 6f 6e 20 69  73 20 73 69 6d 70 6c 65  |lation is simple|
00002840  2c 20 61 6e 64 20 74 68  65 20 6f 6e 2d 6c 69 6e  |, and the on-lin|
00002850  65 20 64 6f 63 75 6d 65  6e 74 61 74 69 6f 6e 20  |e documentation |
00002860  69 73 20 76 65 72 79 20  67 6f 6f 64 2e 0a 20 20  |is very good..  |
00002870  4a 50 45 47 20 6c 6f 61  64 69 6e 67 20 69 73 20  |JPEG loading is |
00002880  61 20 62 69 74 20 73 6c  6f 77 65 72 20 74 68 61  |a bit slower tha|
00002890  6e 20 74 68 65 20 61 62  6f 76 65 20 76 69 65 77  |n the above view|
000028a0  65 72 73 2c 20 74 68 6f  75 67 68 2e 20 20 53 68  |ers, though.  Sh|
000028b0  61 72 65 77 61 72 65 2c  0a 20 20 24 34 30 2e 20  |areware,.  $40. |
000028c0  20 43 75 72 72 65 6e 74  20 76 65 72 73 69 6f 6e  | Current version|
000028d0  20 69 73 20 33 2e 31 66  2e 20 20 41 20 73 6c 69  | is 3.1f.  A sli|
000028e0  67 68 74 6c 79 20 72 65  73 74 72 69 63 74 65 64  |ghtly restricted|
000028f0  20 64 65 6d 6f 20 76 65  72 73 69 6f 6e 20 69 73  | demo version is|
00002900  0a 20 20 61 76 61 69 6c  61 62 6c 65 20 66 72 6f  |.  available fro|
00002910  6d 20 66 74 70 2e 70 68  6f 74 6f 64 65 78 2e 63  |m ftp.photodex.c|
00002920  6f 6d 3a 2f 67 64 73 33  31 66 2e 65 78 65 2e 0a  |om:/gds31f.exe..|
00002930  2a 20 4e 56 49 45 57 2e  20 20 56 69 65 77 73 20  |* NVIEW.  Views |
00002940  4a 50 45 47 20 61 6e 64  20 68 61 6c 66 20 61 20  |JPEG and half a |
00002950  64 6f 7a 65 6e 20 6f 74  68 65 72 20 69 6d 61 67  |dozen other imag|
00002960  65 20 66 6f 72 6d 61 74  73 2e 20 20 45 61 73 79  |e formats.  Easy|
00002970  20 74 6f 20 75 73 65 2c  0a 20 20 76 65 72 79 20  | to use,.  very |
00002980  65 61 73 79 20 74 6f 20  69 6e 73 74 61 6c 6c 2e  |easy to install.|
00002990  20 20 4f 6e 6c 79 20 6d  6f 64 65 72 61 74 65 6c  |  Only moderatel|
000029a0  79 20 66 61 73 74 2c 20  62 75 74 20 69 74 20 68  |y fast, but it h|
000029b0  61 73 20 6c 6f 74 73 20  6f 66 20 6f 70 74 69 6f  |as lots of optio|
000029c0  6e 73 2e 0a 20 20 53 75  70 70 6f 72 74 73 20 68  |ns..  Supports h|
000029d0  69 2d 63 6f 6c 6f 72 20  61 6e 64 20 74 72 75 65  |i-color and true|
000029e0  2d 63 6f 6c 6f 72 20 6d  6f 64 65 73 20 6f 6e 20  |-color modes on |
000029f0  73 6f 6d 65 20 63 61 72  64 73 2c 20 62 75 74 20  |some cards, but |
00002a00  6e 6f 74 20 6d 69 6e 65  20 3a 2d 28 2e 0a 20 20  |not mine :-(..  |
00002a10  52 65 71 75 69 72 65 73  20 33 38 36 20 6f 72 20  |Requires 386 or |
00002a20  62 65 74 74 65 72 2e 20  20 43 75 72 72 65 6e 74  |better.  Current|
00002a30  20 76 65 72 73 69 6f 6e  20 69 73 20 31 2e 35 30  | version is 1.50|
00002a40  2c 20 61 76 61 69 6c 61  62 6c 65 20 66 72 6f 6d  |, available from|
00002a50  0a 20 20 66 74 70 2e 63  6f 61 73 74 2e 6e 65 74  |.  ftp.coast.net|
00002a60  3a 2f 53 69 6d 54 65 6c  2f 6d 73 64 6f 73 2f 67  |:/SimTel/msdos/g|
00002a70  72 61 70 68 69 63 73 2f  6e 76 69 65 77 31 35 30  |raphics/nview150|
00002a80  2e 7a 69 70 2e 20 20 53  68 61 72 65 77 61 72 65  |.zip.  Shareware|
00002a90  2c 20 24 32 39 2e 0a 2a  20 43 53 48 4f 57 20 6f  |, $29..* CSHOW o|
00002aa0  72 20 43 6f 6d 70 75 53  68 6f 77 20 28 72 65 63  |r CompuShow (rec|
00002ab0  65 6e 74 6c 79 20 72 65  6e 61 6d 65 64 20 32 53  |ently renamed 2S|
00002ac0  48 4f 57 29 2e 20 20 54  68 69 73 20 69 73 20 61  |HOW).  This is a|
00002ad0  20 77 69 64 65 6c 79 20  75 73 65 64 20 76 69 65  | widely used vie|
00002ae0  77 65 72 0a 20 20 66 6f  72 20 47 49 46 20 61 6e  |wer.  for GIF an|
00002af0  64 20 6f 74 68 65 72 20  66 6f 72 6d 61 74 73 2e  |d other formats.|
00002b00  20 20 56 65 72 73 69 6f  6e 73 20 70 72 69 6f 72  |  Versions prior|
00002b10  20 74 6f 20 43 53 48 4f  57 20 39 2e 30 30 20 6f  | to CSHOW 9.00 o|
00002b20  72 20 32 53 48 4f 57 20  32 2e 30 30 20 68 61 64  |r 2SHOW 2.00 had|
00002b30  0a 20 20 61 62 73 6f 6c  75 74 65 6c 79 20 61 62  |.  absolutely ab|
00002b40  79 73 6d 61 6c 20 4a 50  45 47 20 73 75 70 70 6f  |ysmal JPEG suppo|
00002b50  72 74 3b 20 69 66 20 79  6f 75 20 68 61 76 65 20  |rt; if you have |
00002b60  6f 6e 65 20 6f 66 20 74  68 6f 73 65 2c 20 74 6f  |one of those, to|
00002b70  73 73 20 69 74 20 61 6e  64 20 67 65 74 0a 20 20  |ss it and get.  |
00002b80  61 20 6e 65 77 65 72 20  76 65 72 73 69 6f 6e 2e  |a newer version.|
00002b90  20 20 54 68 65 20 63 75  72 72 65 6e 74 20 72 65  |  The current re|
00002ba0  6c 65 61 73 65 20 69 73  20 73 74 69 6c 6c 20 74  |lease is still t|
00002bb0  68 65 20 73 6c 6f 77 65  73 74 20 44 4f 53 20 4a  |he slowest DOS J|
00002bc0  50 45 47 20 76 69 65 77  65 72 0a 20 20 6c 69 73  |PEG viewer.  lis|
00002bd0  74 65 64 20 68 65 72 65  2c 20 62 75 74 20 69 74  |ted here, but it|
00002be0  27 73 20 66 61 73 74 65  72 20 74 68 61 6e 20 69  |'s faster than i|
00002bf0  74 20 75 73 65 64 20 74  6f 20 62 65 2c 20 61 6e  |t used to be, an|
00002c00  64 20 69 6d 61 67 65 20  71 75 61 6c 69 74 79 20  |d image quality |
00002c10  61 6e 64 0a 20 20 72 6f  62 75 73 74 6e 65 73 73  |and.  robustness|
00002c20  20 68 61 76 65 20 69 6d  70 72 6f 76 65 64 20 73  | have improved s|
00002c30  75 62 73 74 61 6e 74 69  61 6c 6c 79 2e 20 20 54  |ubstantially.  T|
00002c40  68 65 20 6d 61 69 6e 20  72 65 61 73 6f 6e 20 74  |he main reason t|
00002c50  6f 20 75 73 65 20 43 53  48 4f 57 0a 20 20 61 73  |o use CSHOW.  as|
00002c60  20 61 20 4a 50 45 47 20  76 69 65 77 65 72 20 69  | a JPEG viewer i|
00002c70  73 20 74 68 61 74 20 69  74 20 73 75 70 70 6f 72  |s that it suppor|
00002c80  74 73 20 61 20 77 69 64  65 20 72 61 6e 67 65 20  |ts a wide range |
00002c90  6f 66 20 70 72 65 2d 56  47 41 20 64 69 73 70 6c  |of pre-VGA displ|
00002ca0  61 79 0a 20 20 68 61 72  64 77 61 72 65 20 28 6d  |ay.  hardware (m|
00002cb0  6f 73 74 20 6f 66 20 74  68 65 20 61 62 6f 76 65  |ost of the above|
00002cc0  20 76 69 65 77 65 72 73  20 72 65 71 75 69 72 65  | viewers require|
00002cd0  20 56 47 41 20 6f 72 20  62 65 74 74 65 72 29 2e  | VGA or better).|
00002ce0  20 20 41 6c 73 6f 2c 20  43 53 48 4f 57 0a 20 20  |  Also, CSHOW.  |
00002cf0  64 6f 65 73 6e 27 74 20  72 65 71 75 69 72 65 20  |doesn't require |
00002d00  61 20 33 38 36 2e 20 20  43 75 72 72 65 6e 74 20  |a 386.  Current |
00002d10  76 65 72 73 69 6f 6e 20  69 73 20 32 2e 30 33 2c  |version is 2.03,|
00002d20  20 61 76 61 69 6c 61 62  6c 65 20 66 72 6f 6d 0a  | available from.|
00002d30  20 20 66 74 70 2e 63 6f  61 73 74 2e 6e 65 74 3a  |  ftp.coast.net:|
00002d40  2f 53 69 6d 54 65 6c 2f  6d 73 64 6f 73 2f 67 69  |/SimTel/msdos/gi|
00002d50  66 2f 32 73 68 6f 77 32  30 33 2e 7a 69 70 2e 20  |f/2show203.zip. |
00002d60  20 53 68 61 72 65 77 61  72 65 2c 20 24 33 39 2e  | Shareware, $39.|
00002d70  0a 0a 44 75 65 20 74 6f  20 74 68 65 20 72 65 6d  |..Due to the rem|
00002d80  61 72 6b 61 62 6c 65 20  76 61 72 69 65 74 79 20  |arkable variety |
00002d90  6f 66 20 50 43 20 67 72  61 70 68 69 63 73 20 68  |of PC graphics h|
00002da0  61 72 64 77 61 72 65 2c  20 61 6e 79 20 6f 6e 65  |ardware, any one|
00002db0  20 6f 66 20 74 68 65 73  65 0a 76 69 65 77 65 72  | of these.viewer|
00002dc0  73 20 6d 69 67 68 74 20  6e 6f 74 20 77 6f 72 6b  |s might not work|
00002dd0  20 6f 6e 20 79 6f 75 72  20 70 61 72 74 69 63 75  | on your particu|
00002de0  6c 61 72 20 6d 61 63 68  69 6e 65 2e 20 20 49 66  |lar machine.  If|
00002df0  20 79 6f 75 20 63 61 6e  27 74 20 67 65 74 20 2a  | you can't get *|
00002e00  61 6e 79 2a 0a 6f 66 20  74 68 65 6d 20 74 6f 20  |any*.of them to |
00002e10  77 6f 72 6b 2c 20 79 6f  75 27 6c 6c 20 6e 65 65  |work, you'll nee|
00002e20  64 20 74 6f 20 75 73 65  20 6f 6e 65 20 6f 66 20  |d to use one of |
00002e30  74 68 65 20 66 6f 6c 6c  6f 77 69 6e 67 20 63 6f  |the following co|
00002e40  6e 76 65 72 73 69 6f 6e  20 70 72 6f 67 72 61 6d  |nversion program|
00002e50  73 0a 74 6f 20 63 6f 6e  76 65 72 74 20 4a 50 45  |s.to convert JPE|
00002e60  47 20 74 6f 20 47 49 46  2c 20 74 68 65 6e 20 76  |G to GIF, then v|
00002e70  69 65 77 20 77 69 74 68  20 79 6f 75 72 20 66 61  |iew with your fa|
00002e80  76 6f 72 69 74 65 20 47  49 46 20 76 69 65 77 65  |vorite GIF viewe|
00002e90  72 2e 20 20 28 49 66 20  79 6f 75 0a 68 61 76 65  |r.  (If you.have|
00002ea0  20 68 69 2d 63 6f 6c 6f  72 20 68 61 72 64 77 61  | hi-color hardwa|
00002eb0  72 65 2c 20 64 6f 6e 27  74 20 75 73 65 20 47 49  |re, don't use GI|
00002ec0  46 20 61 73 20 74 68 65  20 69 6e 74 65 72 6d 65  |F as the interme|
00002ed0  64 69 61 74 65 20 66 6f  72 6d 61 74 3b 20 74 72  |diate format; tr|
00002ee0  79 20 74 6f 0a 66 69 6e  64 20 61 20 68 69 2d 63  |y to.find a hi-c|
00002ef0  6f 6c 6f 72 20 42 4d 50  2d 20 6f 72 20 54 41 52  |olor BMP- or TAR|
00002f00  47 41 2d 63 61 70 61 62  6c 65 20 76 69 65 77 65  |GA-capable viewe|
00002f10  72 20 69 6e 73 74 65 61  64 2e 29 0a 0a 54 68 65  |r instead.)..The|
00002f20  20 66 72 65 65 20 49 4a  47 20 4a 50 45 47 20 63  | free IJG JPEG c|
00002f30  6f 6e 76 65 72 74 65 72  73 20 61 72 65 20 61 76  |onverters are av|
00002f40  61 69 6c 61 62 6c 65 20  66 72 6f 6d 0a 66 74 70  |ailable from.ftp|
00002f50  2e 63 6f 61 73 74 2e 6e  65 74 3a 2f 53 69 6d 54  |.coast.net:/SimT|
00002f60  65 6c 2f 6d 73 64 6f 73  2f 67 72 61 70 68 69 63  |el/msdos/graphic|
00002f70  73 2f 6a 70 65 67 36 2e  7a 69 70 20 28 6f 72 20  |s/jpeg6.zip (or |
00002f80  6a 70 65 67 36 33 38 36  2e 7a 69 70 20 69 66 20  |jpeg6386.zip if |
00002f90  79 6f 75 20 68 61 76 65  0a 61 20 33 38 36 2d 6f  |you have.a 386-o|
00002fa0  72 2d 62 65 74 74 65 72  20 43 50 55 20 61 6e 64  |r-better CPU and|
00002fb0  20 65 78 74 65 6e 64 65  64 20 6d 65 6d 6f 72 79  | extended memory|
00002fc0  29 2e 20 20 54 68 65 73  65 20 70 72 6f 67 72 61  |).  These progra|
00002fd0  6d 73 20 77 69 6c 6c 20  63 6f 6e 76 65 72 74 20  |ms will convert |
00002fe0  4a 50 45 47 0a 74 6f 20  61 6e 64 20 66 72 6f 6d  |JPEG.to and from|
00002ff0  20 47 49 46 2c 20 42 4d  50 2c 20 54 61 72 67 61  | GIF, BMP, Targa|
00003000  2c 20 61 6e 64 20 50 50  4d 20 66 6f 72 6d 61 74  |, and PPM format|
00003010  73 3b 20 74 68 65 79 20  61 72 65 20 44 4f 53 20  |s; they are DOS |
00003020  63 6f 6d 70 69 6c 61 74  69 6f 6e 73 20 6f 66 0a  |compilations of.|
00003030  74 68 65 20 66 72 65 65  20 73 6f 75 72 63 65 20  |the free source |
00003040  63 6f 64 65 20 64 65 73  63 72 69 62 65 64 20 69  |code described i|
00003050  6e 20 73 65 63 74 69 6f  6e 20 31 34 2e 0a 0a 48  |n section 14...H|
00003060  61 6e 64 6d 61 64 65 20  53 6f 66 74 77 61 72 65  |andmade Software|
00003070  20 6f 66 66 65 72 73 20  66 72 65 65 20 4a 50 45  | offers free JPE|
00003080  47 3c 3d 3e 47 49 46 20  63 6f 6e 76 65 72 73 69  |G<=>GIF conversi|
00003090  6f 6e 20 74 6f 6f 6c 73  2c 20 47 49 46 32 4a 50  |on tools, GIF2JP|
000030a0  47 2f 4a 50 47 32 47 49  46 2e 0a 54 68 65 73 65  |G/JPG2GIF..These|
000030b0  20 61 72 65 20 71 75 69  74 65 20 73 6c 6f 77 20  | are quite slow |
000030c0  61 6e 64 20 61 72 65 20  6c 69 6d 69 74 65 64 20  |and are limited |
000030d0  74 6f 20 63 6f 6e 76 65  72 73 69 6f 6e 20 74 6f  |to conversion to|
000030e0  20 61 6e 64 20 66 72 6f  6d 20 47 49 46 20 66 6f  | and from GIF fo|
000030f0  72 6d 61 74 3b 0a 74 68  75 73 20 74 68 65 79 20  |rmat;.thus they |
00003100  63 61 6e 27 74 20 70 72  6f 64 75 63 65 20 32 34  |can't produce 24|
00003110  2d 62 69 74 20 63 6f 6c  6f 72 20 6f 75 74 70 75  |-bit color outpu|
00003120  74 20 66 72 6f 6d 20 61  20 4a 50 45 47 2e 20 20  |t from a JPEG.  |
00003130  54 68 65 20 73 6f 6c 65  20 61 64 76 61 6e 74 61  |The sole advanta|
00003140  67 65 0a 6f 66 20 74 68  65 73 65 20 74 6f 6f 6c  |ge.of these tool|
00003150  73 20 69 73 20 74 68 61  74 20 74 68 65 79 20 77  |s is that they w|
00003160  69 6c 6c 20 72 65 61 64  20 61 6e 64 20 77 72 69  |ill read and wri|
00003170  74 65 20 48 53 49 27 73  20 70 72 6f 70 72 69 65  |te HSI's proprie|
00003180  74 61 72 79 20 4a 50 45  47 0a 66 6f 72 6d 61 74  |tary JPEG.format|
00003190  20 61 73 20 77 65 6c 6c  20 61 73 20 74 68 65 20  | as well as the |
000031a0  55 73 65 6e 65 74 2d 73  74 61 6e 64 61 72 64 20  |Usenet-standard |
000031b0  4a 46 49 46 20 66 6f 72  6d 61 74 2e 20 20 53 69  |JFIF format.  Si|
000031c0  6e 63 65 20 48 53 49 2d  66 6f 72 6d 61 74 20 66  |nce HSI-format f|
000031d0  69 6c 65 73 0a 61 72 65  20 72 61 74 68 65 72 20  |iles.are rather |
000031e0  77 69 64 65 73 70 72 65  61 64 20 6f 6e 20 42 42  |widespread on BB|
000031f0  53 65 73 2c 20 74 68 69  73 20 69 73 20 61 20 75  |Ses, this is a u|
00003200  73 65 66 75 6c 20 63 61  70 61 62 69 6c 69 74 79  |seful capability|
00003210  2e 20 20 56 65 72 73 69  6f 6e 20 32 2e 30 0a 6f  |.  Version 2.0.o|
00003220  66 20 74 68 65 73 65 20  74 6f 6f 6c 73 20 69 73  |f these tools is|
00003230  20 66 72 65 65 20 28 70  72 69 6f 72 20 76 65 72  | free (prior ver|
00003240  73 69 6f 6e 73 20 77 65  72 65 20 73 68 61 72 65  |sions were share|
00003250  77 61 72 65 29 2c 20 61  6e 64 20 69 73 20 61 76  |ware), and is av|
00003260  61 69 6c 61 62 6c 65 0a  66 72 6f 6d 20 66 74 70  |ailable.from ftp|
00003270  2e 63 6f 61 73 74 2e 6e  65 74 3a 2f 53 69 6d 54  |.coast.net:/SimT|
00003280  65 6c 2f 6d 73 64 6f 73  2f 67 72 61 70 68 69 63  |el/msdos/graphic|
00003290  73 2f 67 69 66 32 6a 70  67 32 2e 7a 69 70 2e 0a  |s/gif2jpg2.zip..|
000032a0  4e 4f 54 45 3a 20 64 6f  20 6e 6f 74 20 75 73 65  |NOTE: do not use|
000032b0  20 48 53 49 20 66 6f 72  6d 61 74 20 66 6f 72 20  | HSI format for |
000032c0  66 69 6c 65 73 20 74 6f  20 62 65 20 70 6f 73 74  |files to be post|
000032d0  65 64 20 6f 6e 20 55 73  65 6e 65 74 2c 20 73 69  |ed on Usenet, si|
000032e0  6e 63 65 20 69 74 20 69  73 0a 6e 6f 74 20 72 65  |nce it is.not re|
000032f0  61 64 61 62 6c 65 20 62  79 20 61 6e 79 20 6e 6f  |adable by any no|
00003300  6e 2d 48 53 49 20 73 6f  66 74 77 61 72 65 2e 0a  |n-HSI software..|
00003310  0a 48 61 6e 64 6d 61 64  65 20 53 6f 66 74 77 61  |.Handmade Softwa|
00003320  72 65 20 61 6c 73 6f 20  68 61 73 20 61 20 73 68  |re also has a sh|
00003330  61 72 65 77 61 72 65 20  69 6d 61 67 65 20 63 6f  |areware image co|
00003340  6e 76 65 72 73 69 6f 6e  20 61 6e 64 20 6d 61 6e  |nversion and man|
00003350  69 70 75 6c 61 74 69 6f  6e 0a 70 61 63 6b 61 67  |ipulation.packag|
00003360  65 2c 20 49 6d 61 67 65  20 41 6c 63 68 65 6d 79  |e, Image Alchemy|
00003370  2e 20 20 54 68 69 73 20  77 69 6c 6c 20 74 72 61  |.  This will tra|
00003380  6e 73 6c 61 74 65 20 4a  50 45 47 20 66 69 6c 65  |nslate JPEG file|
00003390  73 20 28 62 6f 74 68 20  4a 46 49 46 20 61 6e 64  |s (both JFIF and|
000033a0  20 48 53 49 0a 66 6f 72  6d 61 74 73 29 20 74 6f  | HSI.formats) to|
000033b0  20 61 6e 64 20 66 72 6f  6d 20 6d 61 6e 79 20 6f  | and from many o|
000033c0  74 68 65 72 20 69 6d 61  67 65 20 66 6f 72 6d 61  |ther image forma|
000033d0  74 73 2e 20 20 49 74 20  63 61 6e 20 61 6c 73 6f  |ts.  It can also|
000033e0  20 64 69 73 70 6c 61 79  20 69 6d 61 67 65 73 2e  | display images.|
000033f0  0a 41 20 64 65 6d 6f 20  76 65 72 73 69 6f 6e 20  |.A demo version |
00003400  6f 66 20 49 6d 61 67 65  20 41 6c 63 68 65 6d 79  |of Image Alchemy|
00003410  20 76 65 72 73 69 6f 6e  20 31 2e 37 37 20 69 73  | version 1.77 is|
00003420  20 61 76 61 69 6c 61 62  6c 65 20 66 72 6f 6d 0a  | available from.|
00003430  66 74 70 2e 63 6f 61 73  74 2e 6e 65 74 3a 2f 53  |ftp.coast.net:/S|
00003440  69 6d 54 65 6c 2f 6d 73  64 6f 73 2f 67 72 61 70  |imTel/msdos/grap|
00003450  68 69 63 73 2f 61 6c 63  68 31 37 37 2e 7a 69 70  |hics/alch177.zip|
00003460  2e 0a 0a 4a 50 47 49 4e  44 45 58 20 69 73 20 61  |...JPGINDEX is a|
00003470  20 75 73 65 66 75 6c 20  74 6f 6f 6c 20 66 6f 72  | useful tool for|
00003480  20 6d 61 6b 69 6e 67 20  69 6e 64 65 78 65 73 20  | making indexes |
00003490  6f 66 20 4a 50 45 47 20  69 6d 61 67 65 20 63 6f  |of JPEG image co|
000034a0  6c 6c 65 63 74 69 6f 6e  73 2e 0a 41 76 61 69 6c  |llections..Avail|
000034b0  61 62 6c 65 20 66 72 6f  6d 20 66 74 70 2e 63 6f  |able from ftp.co|
000034c0  61 73 74 2e 6e 65 74 3a  2f 53 69 6d 54 65 6c 2f  |ast.net:/SimTel/|
000034d0  6d 73 64 6f 73 2f 67 72  61 70 68 69 63 73 2f 6a  |msdos/graphics/j|
000034e0  70 67 69 64 78 31 33 2e  7a 69 70 2e 0a 0a 2d 2d  |pgidx13.zip...--|
000034f0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
00003500  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 0a 0a 53 75  |------------..Su|
00003510  62 6a 65 63 74 3a 20 5b  36 5d 20 4d 69 63 72 6f  |bject: [6] Micro|
00003520  73 6f 66 74 20 57 69 6e  64 6f 77 73 0a 0a 41 43  |soft Windows..AC|
00003530  44 53 65 65 20 69 73 20  61 20 76 65 72 79 20 66  |DSee is a very f|
00003540  61 73 74 2c 20 65 61 73  79 20 74 6f 20 75 73 65  |ast, easy to use|
00003550  20 4a 50 45 47 2f 47 49  46 2f 42 4d 50 2f 54 47  | JPEG/GIF/BMP/TG|
00003560  41 20 76 69 65 77 65 72  2e 20 20 47 6f 6f 64 20  |A viewer.  Good |
00003570  76 69 65 77 69 6e 67 0a  61 6e 64 20 62 72 6f 77  |viewing.and brow|
00003580  73 69 6e 67 20 63 61 70  61 62 69 6c 69 74 69 65  |sing capabilitie|
00003590  73 2c 20 69 6e 63 6c 75  64 69 6e 67 20 61 20 66  |s, including a f|
000035a0  61 73 74 20 70 72 65 76  69 65 77 20 64 69 73 70  |ast preview disp|
000035b0  6c 61 79 3b 20 62 75 74  20 6e 6f 20 69 6d 61 67  |lay; but no imag|
000035c0  65 0a 65 64 69 74 69 6e  67 20 6f 72 20 63 6f 6e  |e.editing or con|
000035d0  76 65 72 73 69 6f 6e 20  66 75 6e 63 74 69 6f 6e  |version function|
000035e0  73 2e 20 20 43 75 72 72  65 6e 74 20 76 65 72 73  |s.  Current vers|
000035f0  69 6f 6e 20 69 73 20 31  2e 32 35 2c 20 61 76 61  |ion is 1.25, ava|
00003600  69 6c 61 62 6c 65 20 66  72 6f 6d 0a 66 74 70 2e  |ilable from.ftp.|
00003610  63 6f 61 73 74 2e 6e 65  74 3a 2f 53 69 6d 54 65  |coast.net:/SimTe|
00003620  6c 2f 77 69 6e 33 2f 67  72 61 70 68 69 63 73 2f  |l/win3/graphics/|
00003630  61 63 64 63 31 32 35 2e  7a 69 70 20 28 61 6e 64  |acdc125.zip (and|
00003640  20 6f 74 68 65 72 20 53  69 6d 74 65 6c 20 6d 69  | other Simtel mi|
00003650  72 72 6f 72 0a 73 69 74  65 73 3b 20 73 65 65 20  |rror.sites; see |
00003660  4e 4f 54 45 20 69 6e 20  70 72 65 76 69 6f 75 73  |NOTE in previous|
00003670  20 73 65 63 74 69 6f 6e  29 2e 20 20 53 68 61 72  | section).  Shar|
00003680  65 77 61 72 65 2c 20 24  31 35 2e 0a 0a 4c 56 69  |eware, $15...LVi|
00003690  65 77 20 50 72 6f 20 69  73 20 61 20 76 69 65 77  |ew Pro is a view|
000036a0  65 72 2f 65 64 69 74 6f  72 2f 63 6f 6e 76 65 72  |er/editor/conver|
000036b0  74 65 72 20 66 6f 72 20  4a 50 45 47 2c 20 47 49  |ter for JPEG, GI|
000036c0  46 2c 20 42 4d 50 2c 20  61 6e 64 20 6f 74 68 65  |F, BMP, and othe|
000036d0  72 0a 66 6f 72 6d 61 74  73 2e 20 20 49 74 20 6f  |r.formats.  It o|
000036e0  66 66 65 72 73 20 61 20  77 69 64 65 20 61 72 72  |ffers a wide arr|
000036f0  61 79 20 6f 66 20 69 6d  61 67 65 20 65 64 69 74  |ay of image edit|
00003700  69 6e 67 20 66 75 6e 63  74 69 6f 6e 73 20 61 6e  |ing functions an|
00003710  64 20 63 61 6e 20 6c 6f  61 64 0a 4a 50 45 47 73  |d can load.JPEGs|
00003720  20 69 6e 20 65 69 74 68  65 72 20 66 61 73 74 2f  | in either fast/|
00003730  6c 6f 77 2d 71 75 61 6c  69 74 79 20 6f 72 20 73  |low-quality or s|
00003740  6c 6f 77 2f 68 69 67 68  2d 71 75 61 6c 69 74 79  |low/high-quality|
00003750  20 6d 6f 64 65 73 2e 20  20 56 65 72 73 69 6f 6e  | modes.  Version|
00003760  20 31 2e 42 20 69 73 0a  61 76 61 69 6c 61 62 6c  | 1.B is.availabl|
00003770  65 20 66 72 6f 6d 20 66  74 70 2e 63 6f 61 73 74  |e from ftp.coast|
00003780  2e 6e 65 74 3a 2f 53 69  6d 54 65 6c 2f 77 69 6e  |.net:/SimTel/win|
00003790  33 2f 67 72 61 70 68 69  63 73 2f 6c 76 69 65 77  |3/graphics/lview|
000037a0  70 31 62 2e 7a 69 70 2e  20 20 52 65 71 75 69 72  |p1b.zip.  Requir|
000037b0  65 73 0a 33 38 36 20 6f  72 20 62 65 74 74 65 72  |es.386 or better|
000037c0  20 43 50 55 2e 20 20 53  68 61 72 65 77 61 72 65  | CPU.  Shareware|
000037d0  20 70 61 79 6d 65 6e 74  20 28 24 33 30 29 20 69  | payment ($30) i|
000037e0  73 20 72 65 71 75 69 72  65 64 20 6f 6e 6c 79 20  |s required only |
000037f0  66 6f 72 20 62 75 73 69  6e 65 73 73 0a 75 73 61  |for business.usa|
00003800  67 65 20 6f 72 20 74 6f  20 6f 62 74 61 69 6e 20  |ge or to obtain |
00003810  76 65 72 73 69 6f 6e 73  20 6f 70 74 69 6d 69 7a  |versions optimiz|
00003820  65 64 20 66 6f 72 20 57  69 6e 33 32 73 2f 4e 54  |ed for Win32s/NT|
00003830  2c 20 34 38 36 20 6f 72  20 50 65 6e 74 69 75 6d  |, 486 or Pentium|
00003840  20 43 50 55 73 2e 0a 0a  57 69 6e 45 43 4a 20 69  | CPUs...WinECJ i|
00003850  73 20 61 20 66 61 73 74  2c 20 6e 6f 2d 66 72 69  |s a fast, no-fri|
00003860  6c 6c 73 20 76 69 65 77  65 72 20 77 69 74 68 20  |lls viewer with |
00003870  69 6d 61 67 65 20 71 75  61 6c 69 74 79 20 6e 6f  |image quality no|
00003880  74 69 63 65 61 62 6c 79  20 77 6f 72 73 65 20 74  |ticeably worse t|
00003890  68 61 6e 0a 6d 6f 73 74  20 6f 74 68 65 72 20 4a  |han.most other J|
000038a0  50 45 47 20 76 69 65 77  65 72 73 2e 20 20 28 59  |PEG viewers.  (Y|
000038b0  6f 75 20 63 61 6e 20 70  75 72 63 68 61 73 65 20  |ou can purchase |
000038c0  61 20 76 65 72 73 69 6f  6e 20 77 69 74 68 20 62  |a version with b|
000038d0  65 74 74 65 72 20 69 6d  61 67 65 0a 71 75 61 6c  |etter image.qual|
000038e0  69 74 79 20 66 6f 72 20  41 55 44 24 33 30 2e 29  |ity for AUD$30.)|
000038f0  20 20 56 65 72 73 69 6f  6e 20 31 2e 32 20 69 73  |  Version 1.2 is|
00003900  20 66 72 65 65 20 61 6e  64 20 61 76 61 69 6c 61  | free and availa|
00003910  62 6c 65 20 66 72 6f 6d  0a 66 74 70 2e 63 6f 61  |ble from.ftp.coa|
00003920  73 74 2e 6e 65 74 3a 2f  53 69 6d 54 65 6c 2f 77  |st.net:/SimTel/w|
00003930  69 6e 33 2f 67 72 61 70  68 69 63 73 2f 77 69 6e  |in3/graphics/win|
00003940  65 63 6a 31 32 2e 7a 69  70 2e 20 20 52 65 71 75  |ecj12.zip.  Requ|
00003950  69 72 65 73 20 57 69 6e  64 6f 77 73 20 33 2e 31  |ires Windows 3.1|
00003960  20 61 6e 64 0a 32 35 36  2d 6f 72 2d 6d 6f 72 65  | and.256-or-more|
00003970  2d 63 6f 6c 6f 72 73 20  6d 6f 64 65 2e 0a 0a 57  |-colors mode...W|
00003980  69 6e 4a 50 45 47 20 64  69 73 70 6c 61 79 73 20  |inJPEG displays |
00003990  61 6e 64 20 63 6f 6e 76  65 72 74 73 20 4a 50 45  |and converts JPE|
000039a0  47 2c 20 47 49 46 2c 20  54 49 46 46 2c 20 42 4d  |G, GIF, TIFF, BM|
000039b0  50 2c 20 61 6e 64 20 6f  74 68 65 72 20 66 69 6c  |P, and other fil|
000039c0  65 20 66 6f 72 6d 61 74  73 2e 0a 49 74 20 68 61  |e formats..It ha|
000039d0  73 20 73 6f 6d 65 20 6f  74 68 65 72 20 6e 69 66  |s some other nif|
000039e0  74 79 20 66 65 61 74 75  72 65 73 20 69 6e 63 6c  |ty features incl|
000039f0  75 64 69 6e 67 20 73 63  72 65 65 6e 20 63 61 70  |uding screen cap|
00003a00  74 75 72 65 2c 20 63 6f  6c 6f 72 2d 62 61 6c 61  |ture, color-bala|
00003a10  6e 63 65 0a 61 64 6a 75  73 74 6d 65 6e 74 2c 20  |nce.adjustment, |
00003a20  61 6e 64 20 73 6c 69 64  65 73 68 6f 77 2e 20 20  |and slideshow.  |
00003a30  53 68 61 72 65 77 61 72  65 2c 20 24 32 35 2e 20  |Shareware, $25. |
00003a40  20 54 68 65 20 63 75 72  72 65 6e 74 20 76 65 72  | The current ver|
00003a50  73 69 6f 6e 20 69 73 20  32 2e 37 36 2c 0a 61 76  |sion is 2.76,.av|
00003a60  61 69 6c 61 62 6c 65 20  66 72 6f 6d 20 66 74 70  |ailable from ftp|
00003a70  2e 63 6f 61 73 74 2e 6e  65 74 3a 2f 53 69 6d 54  |.coast.net:/SimT|
00003a80  65 6c 2f 77 69 6e 33 2f  67 72 61 70 68 69 63 73  |el/win3/graphics|
00003a90  2f 77 69 6e 6a 70 32 37  36 2e 7a 69 70 2e 20 20  |/winjp276.zip.  |
00003aa0  28 54 68 69 73 20 69 73  20 61 0a 32 38 36 2d 63  |(This is a.286-c|
00003ab0  6f 6d 70 61 74 69 62 6c  65 20 76 65 72 73 69 6f  |ompatible versio|
00003ac0  6e 3b 20 69 66 20 79 6f  75 20 72 65 67 69 73 74  |n; if you regist|
00003ad0  65 72 2c 20 79 6f 75 27  6c 6c 20 67 65 74 20 74  |er, you'll get t|
00003ae0  68 65 20 33 38 36 2d 61  6e 64 2d 75 70 20 76 65  |he 386-and-up ve|
00003af0  72 73 69 6f 6e 2c 0a 77  68 69 63 68 20 69 73 20  |rsion,.which is |
00003b00  72 6f 75 67 68 6c 79 20  74 77 69 63 65 20 61 73  |roughly twice as|
00003b10  20 66 61 73 74 2e 29 0a  0a 56 75 65 50 72 69 6e  | fast.)..VuePrin|
00003b20  74 20 69 73 20 61 20 77  69 64 65 6c 79 20 75 73  |t is a widely us|
00003b30  65 64 20 76 69 65 77 65  72 20 61 6e 64 20 70 72  |ed viewer and pr|
00003b40  69 6e 74 65 72 20 66 6f  72 20 4a 50 45 47 2c 20  |inter for JPEG, |
00003b50  47 49 46 2c 20 42 4d 50  2c 20 61 6e 64 20 6f 74  |GIF, BMP, and ot|
00003b60  68 65 72 0a 66 69 6c 65  20 66 6f 72 6d 61 74 73  |her.file formats|
00003b70  2e 20 20 49 74 27 73 20  73 6c 6f 77 65 72 20 61  |.  It's slower a|
00003b80  74 20 6c 6f 61 64 69 6e  67 20 4a 50 45 47 73 20  |t loading JPEGs |
00003b90  74 68 61 6e 20 6d 6f 73  74 20 6f 74 68 65 72 20  |than most other |
00003ba0  70 72 6f 67 72 61 6d 73  20 6c 69 73 74 65 64 0a  |programs listed.|
00003bb0  68 65 72 65 2c 20 62 75  74 20 69 74 20 68 61 73  |here, but it has|
00003bc0  20 61 6e 20 69 6d 70 72  65 73 73 69 76 65 20 61  | an impressive a|
00003bd0  72 72 61 79 20 6f 66 20  66 65 61 74 75 72 65 73  |rray of features|
00003be0  2e 20 20 53 68 61 72 65  77 61 72 65 2c 20 24 34  |.  Shareware, $4|
00003bf0  30 2e 20 20 56 65 72 73  69 6f 6e 0a 34 2e 30 20  |0.  Version.4.0 |
00003c00  69 73 20 61 76 61 69 6c  61 62 6c 65 20 66 72 6f  |is available fro|
00003c10  6d 20 66 74 70 2e 63 6f  61 73 74 2e 6e 65 74 3a  |m ftp.coast.net:|
00003c20  2f 53 69 6d 54 65 6c 2f  77 69 6e 33 2f 67 72 61  |/SimTel/win3/gra|
00003c30  70 68 69 63 73 2f 76 75  65 70 72 69 34 30 2e 7a  |phics/vuepri40.z|
00003c40  69 70 2e 0a 0a 53 6f 6d  65 20 70 65 6f 70 6c 65  |ip...Some people|
00003c50  20 70 72 65 66 65 72 20  50 61 69 6e 74 20 53 68  | prefer Paint Sh|
00003c60  6f 70 20 50 72 6f 2e 20  20 49 74 27 73 20 6e 6f  |op Pro.  It's no|
00003c70  74 20 76 65 72 79 20 69  6d 70 72 65 73 73 69 76  |t very impressiv|
00003c80  65 20 61 73 20 6a 75 73  74 20 61 20 4a 50 45 47  |e as just a JPEG|
00003c90  0a 76 69 65 77 65 72 20  28 65 73 70 65 63 69 61  |.viewer (especia|
00003ca0  6c 6c 79 20 73 69 6e 63  65 20 69 6d 61 67 65 20  |lly since image |
00003cb0  71 75 61 6c 69 74 79 20  69 73 20 6e 6f 74 20 76  |quality is not v|
00003cc0  65 72 79 20 67 6f 6f 64  20 6f 6e 20 38 2d 62 69  |ery good on 8-bi|
00003cd0  74 20 64 69 73 70 6c 61  79 73 29 2c 0a 62 75 74  |t displays),.but|
00003ce0  20 69 74 20 68 61 73 20  2a 6c 6f 74 73 2a 20 6f  | it has *lots* o|
00003cf0  66 20 69 6d 61 67 65 20  6d 61 6e 69 70 75 6c 61  |f image manipula|
00003d00  74 69 6f 6e 20 61 6e 64  20 63 6f 6e 76 65 72 73  |tion and convers|
00003d10  69 6f 6e 20 66 65 61 74  75 72 65 73 2e 20 20 43  |ion features.  C|
00003d20  75 72 72 65 6e 74 0a 76  65 72 73 69 6f 6e 20 69  |urrent.version i|
00003d30  73 20 33 2e 31 31 2c 20  61 76 61 69 6c 61 62 6c  |s 3.11, availabl|
00003d40  65 20 66 72 6f 6d 0a 66  74 70 2e 63 6f 61 73 74  |e from.ftp.coast|
00003d50  2e 6e 65 74 3a 2f 53 69  6d 54 65 6c 2f 77 69 6e  |.net:/SimTel/win|
00003d60  33 2f 67 72 61 70 68 69  63 73 2f 70 73 70 33 31  |3/graphics/psp31|
00003d70  31 2e 7a 69 70 2e 20 20  53 68 61 72 65 77 61 72  |1.zip.  Sharewar|
00003d80  65 2c 20 24 36 39 2e 0a  0a 51 50 56 20 61 6e 64  |e, $69...QPV and|
00003d90  20 44 56 50 45 47 20 28  73 65 65 20 70 72 65 76  | DVPEG (see prev|
00003da0  69 6f 75 73 20 73 65 63  74 69 6f 6e 29 20 77 6f  |ious section) wo|
00003db0  72 6b 20 75 6e 64 65 72  20 57 69 6e 64 6f 77 73  |rk under Windows|
00003dc0  2c 20 62 75 74 20 6f 6e  6c 79 20 69 6e 0a 66 75  |, but only in.fu|
00003dd0  6c 6c 2d 73 63 72 65 65  6e 20 6d 6f 64 65 2c 20  |ll-screen mode, |
00003de0  6e 6f 74 20 69 6e 20 61  20 77 69 6e 64 6f 77 2e  |not in a window.|
00003df0  20 20 41 6c 73 6f 20 6e  6f 74 65 20 74 68 61 74  |  Also note that|
00003e00  20 79 6f 75 20 63 61 6e  20 72 75 6e 20 74 68 65  | you can run the|
00003e10  20 44 4f 53 0a 63 6f 6e  76 65 72 73 69 6f 6e 20  | DOS.conversion |
00003e20  70 72 6f 67 72 61 6d 73  20 64 65 73 63 72 69 62  |programs describ|
00003e30  65 64 20 65 61 72 6c 69  65 72 20 69 6e 73 69 64  |ed earlier insid|
00003e40  65 20 61 20 57 69 6e 64  6f 77 73 20 44 4f 53 20  |e a Windows DOS |
00003e50  77 69 6e 64 6f 77 2e 0a  0a 4e 61 74 69 76 65 20  |window...Native |
00003e60  57 69 6e 64 6f 77 73 20  4e 54 20 76 69 65 77 65  |Windows NT viewe|
00003e70  72 73 20 61 72 65 20 73  74 61 72 74 69 6e 67 20  |rs are starting |
00003e80  74 6f 20 61 70 70 65 61  72 2e 20 20 41 20 63 6f  |to appear.  A co|
00003e90  75 70 6c 65 20 6f 66 20  70 6f 70 75 6c 61 72 0a  |uple of popular.|
00003ea0  6f 6e 65 73 20 61 72 65  3a 0a 2a 20 4e 54 6a 2e  |ones are:.* NTj.|
00003eb0  20 20 52 65 61 64 73 20  4a 50 45 47 2c 20 47 49  |  Reads JPEG, GI|
00003ec0  46 2c 20 61 6e 64 20 42  4d 50 2e 20 20 41 76 61  |F, and BMP.  Ava|
00003ed0  69 6c 61 62 6c 65 20 66  72 6f 6d 0a 20 20 66 74  |ilable from.  ft|
00003ee0  70 2e 64 69 67 69 74 61  6c 2e 63 6f 6d 3a 2f 70  |p.digital.com:/p|
00003ef0  75 62 2f 44 45 43 2f 4e  54 6a 2f 4e 54 6a 2d 78  |ub/DEC/NTj/NTj-x|
00003f00  38 36 2e 65 78 65 20 28  6f 72 20 4e 54 6a 2e 65  |86.exe (or NTj.e|
00003f10  78 65 20 66 6f 72 20 74  68 65 20 44 45 43 20 41  |xe for the DEC A|
00003f20  6c 70 68 61 0a 20 20 76  65 72 73 69 6f 6e 29 2e  |lpha.  version).|
00003f30  20 20 46 72 65 65 77 61  72 65 2e 0a 2a 20 50 6f  |  Freeware..* Po|
00003f40  6c 79 56 69 65 77 2e 20  20 52 65 61 64 73 20 4a  |lyView.  Reads J|
00003f50  50 45 47 2c 20 47 49 46  2c 20 42 4d 50 2c 20 50  |PEG, GIF, BMP, P|
00003f60  68 6f 74 6f 2d 43 44 2e  20 20 43 75 72 72 65 6e  |hoto-CD.  Curren|
00003f70  74 20 76 65 72 73 69 6f  6e 20 69 73 20 31 2e 37  |t version is 1.7|
00003f80  30 2c 0a 20 20 61 76 61  69 6c 61 62 6c 65 20 66  |0,.  available f|
00003f90  72 6f 6d 20 66 74 70 2e  63 69 63 61 2e 69 6e 64  |rom ftp.cica.ind|
00003fa0  69 61 6e 61 2e 65 64 75  3a 2f 70 75 62 2f 70 63  |iana.edu:/pub/pc|
00003fb0  2f 77 69 6e 6e 74 2f 6d  69 73 63 2f 70 6f 6c 79  |/winnt/misc/poly|
00003fc0  76 31 37 30 2e 7a 69 70  2e 0a 20 20 53 68 61 72  |v170.zip..  Shar|
00003fd0  65 77 61 72 65 2c 20 24  32 30 2e 0a 0a 2d 2d 2d  |eware, $20...---|
00003fe0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
00003ff0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 0a 0a 53 75 62  |-----------..Sub|
00004000  6a 65 63 74 3a 20 5b 37  5d 20 4f 53 2f 32 0a 0a  |ject: [7] OS/2..|
00004010  54 68 65 20 6d 6f 73 74  20 77 69 64 65 6c 79 20  |The most widely |
00004020  75 73 65 64 20 4f 53 2f  32 20 4a 50 45 47 20 76  |used OS/2 JPEG v|
00004030  69 65 77 65 72 73 20 61  72 65 3a 0a 0a 4a 56 69  |iewers are:..JVi|
00004040  65 77 20 28 66 6f 72 6d  65 72 6c 79 20 4a 6f 65  |ew (formerly Joe|
00004050  56 69 65 77 29 3a 20 4a  50 45 47 2f 47 49 46 2f  |View): JPEG/GIF/|
00004060  42 4d 50 2f 50 43 58 2f  54 49 46 46 20 76 69 65  |BMP/PCX/TIFF vie|
00004070  77 65 72 2e 20 20 41 76  61 69 6c 61 62 6c 65 20  |wer.  Available |
00004080  66 72 6f 6d 0a 68 6f 62  62 65 73 2e 6e 6d 73 75  |from.hobbes.nmsu|
00004090  2e 65 64 75 3a 2f 6f 73  32 2f 67 72 61 70 68 69  |.edu:/os2/graphi|
000040a0  63 73 2f 6a 76 77 31 30  65 2e 7a 69 70 2e 20 20  |cs/jvw10e.zip.  |
000040b0  54 68 69 73 20 62 65 74  61 20 76 65 72 73 69 6f  |This beta versio|
000040c0  6e 20 69 73 20 66 72 65  65 2c 0a 62 75 74 20 61  |n is free,.but a|
000040d0  70 70 61 72 65 6e 74 6c  79 20 74 68 65 20 66 69  |pparently the fi|
000040e0  6e 61 6c 20 72 65 6c 65  61 73 65 20 77 69 6c 6c  |nal release will|
000040f0  20 62 65 20 73 68 61 72  65 77 61 72 65 2e 0a 0a  | be shareware...|
00004100  50 4d 4a 50 45 47 20 31  2e 37 33 3a 20 4f 53 2f  |PMJPEG 1.73: OS/|
00004110  32 20 32 2e 78 20 70 6f  72 74 20 6f 66 20 57 69  |2 2.x port of Wi|
00004120  6e 4a 50 45 47 2c 20 61  20 70 6f 70 75 6c 61 72  |nJPEG, a popular|
00004130  20 76 69 65 77 65 72 2f  63 6f 6e 76 65 72 74 65  | viewer/converte|
00004140  72 20 66 6f 72 0a 57 69  6e 64 6f 77 73 20 28 73  |r for.Windows (s|
00004150  65 65 20 64 65 73 63 72  69 70 74 69 6f 6e 20 69  |ee description i|
00004160  6e 20 70 72 65 76 69 6f  75 73 20 73 65 63 74 69  |n previous secti|
00004170  6f 6e 29 2e 20 20 53 68  61 72 65 77 61 72 65 2c  |on).  Shareware,|
00004180  20 24 32 30 2e 20 20 41  76 61 69 6c 61 62 6c 65  | $20.  Available|
00004190  0a 66 72 6f 6d 20 68 6f  62 62 65 73 2e 6e 6d 73  |.from hobbes.nms|
000041a0  75 2e 65 64 75 3a 2f 6f  73 32 2f 67 72 61 70 68  |u.edu:/os2/graph|
000041b0  69 63 73 2f 70 6d 6a 70  67 31 37 33 2e 7a 69 70  |ics/pmjpg173.zip|
000041c0  2e 0a 0a 50 4d 56 69 65  77 20 30 2e 39 30 3a 20  |...PMView 0.90: |
000041d0  4a 50 45 47 2f 47 49 46  2f 42 4d 50 2f 54 61 72  |JPEG/GIF/BMP/Tar|
000041e0  67 61 2f 65 74 63 20 76  69 65 77 65 72 2e 20 20  |ga/etc viewer.  |
000041f0  47 49 46 20 76 69 65 77  69 6e 67 20 76 65 72 79  |GIF viewing very|
00004200  20 66 61 73 74 2c 20 4a  50 45 47 0a 76 69 65 77  | fast, JPEG.view|
00004210  69 6e 67 20 72 6f 75 67  68 6c 79 20 74 68 65 20  |ing roughly the |
00004220  73 61 6d 65 20 73 70 65  65 64 20 61 73 20 74 68  |same speed as th|
00004230  65 20 61 62 6f 76 65 20  74 77 6f 20 70 72 6f 67  |e above two prog|
00004240  72 61 6d 73 2e 20 20 48  61 73 20 69 6d 61 67 65  |rams.  Has image|
00004250  0a 6d 61 6e 69 70 75 6c  61 74 69 6f 6e 20 26 20  |.manipulation & |
00004260  73 6c 69 64 65 73 68 6f  77 20 66 75 6e 63 74 69  |slideshow functi|
00004270  6f 6e 73 2e 20 20 53 68  61 72 65 77 61 72 65 2c  |ons.  Shareware,|
00004280  20 24 33 35 2e 20 20 41  76 61 69 6c 61 62 6c 65  | $35.  Available|
00004290  20 66 72 6f 6d 0a 68 6f  62 62 65 73 2e 6e 6d 73  | from.hobbes.nms|
000042a0  75 2e 65 64 75 3a 2f 6f  73 32 2f 67 72 61 70 68  |u.edu:/os2/graph|
000042b0  69 63 73 2f 70 6d 76 69  65 77 39 30 2e 7a 69 70  |ics/pmview90.zip|
000042c0  2e 0a 0a 47 61 6c 6c 65  72 69 61 20 32 2e 32 3a  |...Galleria 2.2:|
000042d0  20 20 4a 50 45 47 2f 42  4d 50 2f 50 43 58 2f 54  |  JPEG/BMP/PCX/T|
000042e0  61 72 67 61 2f 54 49 46  46 20 76 69 65 77 65 72  |arga/TIFF viewer|
000042f0  2f 65 64 69 74 6f 72 2f  63 6f 6e 76 65 72 74 65  |/editor/converte|
00004300  72 2e 0a 53 68 61 72 65  77 61 72 65 2c 20 24 36  |r..Shareware, $6|
00004310  35 2e 20 20 41 76 61 69  6c 61 62 6c 65 20 66 72  |5.  Available fr|
00004320  6f 6d 20 68 6f 62 62 65  73 2e 6e 6d 73 75 2e 65  |om hobbes.nmsu.e|
00004330  64 75 3a 2f 6f 73 32 2f  67 72 61 70 68 69 63 73  |du:/os2/graphics|
00004340  2f 67 61 6c 6c 65 72 32  32 2e 7a 69 70 2e 0a 0a  |/galler22.zip...|
00004350  41 6c 6c 20 6f 66 20 74  68 65 73 65 20 76 69 65  |All of these vie|
00004360  77 65 72 73 20 72 65 71  75 69 72 65 20 50 61 6c  |wers require Pal|
00004370  65 74 74 65 20 4d 61 6e  61 67 65 72 20 66 6f 72  |ette Manager for|
00004380  20 62 65 73 74 20 64 69  73 70 6c 61 79 20 71 75  | best display qu|
00004390  61 6c 69 74 79 2e 0a 4f  70 69 6e 69 6f 6e 20 73  |ality..Opinion s|
000043a0  65 65 6d 73 20 74 6f 20  62 65 20 61 62 6f 75 74  |eems to be about|
000043b0  20 65 71 75 61 6c 6c 79  20 73 70 6c 69 74 20 61  | equally split a|
000043c0  73 20 74 6f 20 77 68 69  63 68 20 69 73 20 74 68  |s to which is th|
000043d0  65 20 62 65 73 74 2c 20  73 6f 20 74 72 79 0a 74  |e best, so try.t|
000043e0  68 65 6d 20 61 6c 6c 20  74 6f 20 73 65 65 20 77  |hem all to see w|
000043f0  68 69 63 68 20 6f 6e 65  20 79 6f 75 20 6c 69 6b  |hich one you lik|
00004400  65 2e 0a 0a 4a 50 45 47  50 52 4f 43 20 65 6e 61  |e...JPEGPROC ena|
00004410  62 6c 65 73 20 61 6c 6c  20 4f 53 2f 32 20 6d 75  |bles all OS/2 mu|
00004420  6c 74 69 6d 65 64 69 61  20 61 70 70 6c 69 63 61  |ltimedia applica|
00004430  74 69 6f 6e 73 20 28 6e  6f 74 61 62 6c 79 2c 20  |tions (notably, |
00004440  49 42 2e 45 58 45 29 20  74 6f 20 72 65 61 64 0a  |IB.EXE) to read.|
00004450  4a 50 45 47 20 66 69 6c  65 73 3b 20 74 68 65 20  |JPEG files; the |
00004460  63 75 72 72 65 6e 74 20  76 65 72 73 69 6f 6e 20  |current version |
00004470  64 6f 65 73 6e 27 74 20  73 75 70 70 6f 72 74 20  |doesn't support |
00004480  77 72 69 74 69 6e 67 20  74 68 65 6d 2c 20 68 6f  |writing them, ho|
00004490  77 65 76 65 72 2e 0a 53  68 61 72 65 77 61 72 65  |wever..Shareware|
000044a0  2c 20 24 31 30 2e 20 20  41 76 61 69 6c 61 62 6c  |, $10.  Availabl|
000044b0  65 20 66 72 6f 6d 20 68  6f 62 62 65 73 2e 6e 6d  |e from hobbes.nm|
000044c0  73 75 2e 65 64 75 3a 2f  6f 73 32 2f 67 72 61 70  |su.edu:/os2/grap|
000044d0  68 69 63 73 2f 6a 70 65  67 70 30 35 31 2e 7a 69  |hics/jpegp051.zi|
000044e0  70 2e 0a 0a 52 61 74 68  65 72 20 6f 75 74 2d 6f  |p...Rather out-o|
000044f0  66 2d 64 61 74 65 20 4f  53 2f 32 20 65 78 65 63  |f-date OS/2 exec|
00004500  75 74 61 62 6c 65 73 20  6f 66 20 74 68 65 20 66  |utables of the f|
00004510  72 65 65 20 49 4a 47 20  63 6f 6e 76 65 72 73 69  |ree IJG conversi|
00004520  6f 6e 20 70 72 6f 67 72  61 6d 73 0a 61 72 65 20  |on programs.are |
00004530  61 76 61 69 6c 61 62 6c  65 20 66 72 6f 6d 20 68  |available from h|
00004540  6f 62 62 65 73 2e 6e 6d  73 75 2e 65 64 75 3a 2f  |obbes.nmsu.edu:/|
00004550  6f 73 32 2f 67 72 61 70  68 69 63 73 2f 6a 70 65  |os2/graphics/jpe|
00004560  67 76 34 2e 7a 69 70 20  28 33 32 2d 62 69 74 29  |gv4.zip (32-bit)|
00004570  20 6f 72 0a 68 6f 62 62  65 73 2e 6e 6d 73 75 2e  | or.hobbes.nmsu.|
00004580  65 64 75 3a 2f 6f 73 32  2f 67 72 61 70 68 69 63  |edu:/os2/graphic|
00004590  73 2f 6a 70 65 67 34 5f  31 36 2e 7a 69 70 20 28  |s/jpeg4_16.zip (|
000045a0  31 36 2d 62 69 74 2c 20  66 6f 72 20 4f 53 2f 32  |16-bit, for OS/2|
000045b0  20 31 2e 78 29 2e 0a 49  20 68 6f 70 65 20 73 6f  | 1.x)..I hope so|
000045c0  6d 65 6f 6e 65 20 77 69  6c 6c 20 73 75 62 6d 69  |meone will submi|
000045d0  74 20 6e 65 77 65 72 20  76 65 72 73 69 6f 6e 73  |t newer versions|
000045e0  20 73 6f 6f 6e 2e 0a 0a  4e 6f 74 65 3a 20 74 68  | soon...Note: th|
000045f0  65 20 68 6f 62 62 65 73  20 4f 53 2f 32 20 63 6f  |e hobbes OS/2 co|
00004600  6c 6c 65 63 74 69 6f 6e  20 69 73 20 6d 69 72 72  |llection is mirr|
00004610  6f 72 65 64 20 61 74 20  66 74 70 2d 6f 73 32 2e  |ored at ftp-os2.|
00004620  63 64 72 6f 6d 2e 63 6f  6d 2e 0a 0a 2d 2d 2d 2d  |cdrom.com...----|
00004630  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
00004640  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 0a 0a 53 75 62 6a  |----------..Subj|
00004650  65 63 74 3a 20 5b 38 5d  20 4d 61 63 69 6e 74 6f  |ect: [8] Macinto|
00004660  73 68 0a 0a 4d 6f 73 74  20 4d 61 63 20 4a 50 45  |sh..Most Mac JPE|
00004670  47 20 70 72 6f 67 72 61  6d 73 20 72 65 6c 79 20  |G programs rely |
00004680  6f 6e 20 41 70 70 6c 65  27 73 20 4a 50 45 47 20  |on Apple's JPEG |
00004690  69 6d 70 6c 65 6d 65 6e  74 61 74 69 6f 6e 2c 20  |implementation, |
000046a0  77 68 69 63 68 20 69 73  20 70 61 72 74 20 6f 66  |which is part of|
000046b0  0a 74 68 65 20 51 75 69  63 6b 54 69 6d 65 20 73  |.the QuickTime s|
000046c0  79 73 74 65 6d 20 65 78  74 65 6e 73 69 6f 6e 3b  |ystem extension;|
000046d0  20 73 6f 20 79 6f 75 20  6e 65 65 64 20 74 6f 20  | so you need to |
000046e0  68 61 76 65 20 51 75 69  63 6b 54 69 6d 65 20 69  |have QuickTime i|
000046f0  6e 73 74 61 6c 6c 65 64  2e 0a 54 6f 20 75 73 65  |nstalled..To use|
00004700  20 51 75 69 63 6b 54 69  6d 65 2c 20 79 6f 75 20  | QuickTime, you |
00004710  6e 65 65 64 20 61 20 36  38 30 32 30 20 6f 72 20  |need a 68020 or |
00004720  62 65 74 74 65 72 20 43  50 55 20 61 6e 64 20 79  |better CPU and y|
00004730  6f 75 20 6e 65 65 64 20  74 6f 20 62 65 20 72 75  |ou need to be ru|
00004740  6e 6e 69 6e 67 0a 53 79  73 74 65 6d 20 36 2e 30  |nning.System 6.0|
00004750  2e 37 20 6f 72 20 6c 61  74 65 72 2e 20 20 28 49  |.7 or later.  (I|
00004760  66 20 79 6f 75 27 72 65  20 72 75 6e 6e 69 6e 67  |f you're running|
00004770  20 53 79 73 74 65 6d 20  36 2c 20 79 6f 75 20 6d  | System 6, you m|
00004780  75 73 74 20 61 6c 73 6f  20 69 6e 73 74 61 6c 6c  |ust also install|
00004790  0a 74 68 65 20 33 32 2d  62 69 74 20 51 75 69 63  |.the 32-bit Quic|
000047a0  6b 44 72 61 77 20 65 78  74 65 6e 73 69 6f 6e 3b  |kDraw extension;|
000047b0  20 69 6e 20 53 79 73 74  65 6d 20 37 2c 20 74 68  | in System 7, th|
000047c0  61 74 20 69 73 20 62 75  69 6c 74 20 69 6e 2e 29  |at is built in.)|
000047d0  20 20 54 68 65 20 6c 61  74 65 73 74 0a 76 65 72  |  The latest.ver|
000047e0  73 69 6f 6e 20 6f 66 20  51 75 69 63 6b 54 69 6d  |sion of QuickTim|
000047f0  65 20 69 73 20 32 2e 31  2c 20 61 76 61 69 6c 61  |e is 2.1, availa|
00004800  62 6c 65 20 66 72 6f 6d  0a 66 74 70 2e 73 75 70  |ble from.ftp.sup|
00004810  70 6f 72 74 2e 61 70 70  6c 65 2e 63 6f 6d 3a 2f  |port.apple.com:/|
00004820  70 75 62 2f 61 70 70 6c  65 5f 73 77 5f 75 70 64  |pub/apple_sw_upd|
00004830  61 74 65 73 2f 55 53 2f  6d 61 63 2f 73 79 73 74  |ates/US/mac/syst|
00004840  65 6d 5f 73 77 2f 6f 74  68 65 72 5f 73 79 73 5f  |em_sw/other_sys_|
00004850  73 77 2f 51 75 69 63 6b  54 69 6d 65 5f 32 2e 31  |sw/QuickTime_2.1|
00004860  2e 68 71 78 2e 0a 0a 4d  61 63 20 75 73 65 72 73  |.hqx...Mac users|
00004870  20 73 68 6f 75 6c 64 20  6b 65 65 70 20 69 6e 20  | should keep in |
00004880  6d 69 6e 64 20 74 68 61  74 20 51 75 69 63 6b 54  |mind that QuickT|
00004890  69 6d 65 27 73 20 4a 50  45 47 20 66 6f 72 6d 61  |ime's JPEG forma|
000048a0  74 2c 20 50 49 43 54 2f  4a 50 45 47 2c 20 69 73  |t, PICT/JPEG, is|
000048b0  0a 6e 6f 74 20 74 68 65  20 73 61 6d 65 20 61 73  |.not the same as|
000048c0  20 74 68 65 20 55 73 65  6e 65 74 2d 73 74 61 6e  | the Usenet-stan|
000048d0  64 61 72 64 20 4a 46 49  46 20 4a 50 45 47 20 66  |dard JFIF JPEG f|
000048e0  6f 72 6d 61 74 2e 20 20  28 53 65 65 20 70 61 72  |ormat.  (See par|
000048f0  74 20 31 20 66 6f 72 0a  64 65 74 61 69 6c 73 2e  |t 1 for.details.|
00004900  29 20 20 49 66 20 79 6f  75 20 70 6f 73 74 20 69  |)  If you post i|
00004910  6d 61 67 65 73 20 6f 6e  20 55 73 65 6e 65 74 2c  |mages on Usenet,|
00004920  20 6d 61 6b 65 20 73 75  72 65 20 74 68 65 79 20  | make sure they |
00004930  61 72 65 20 69 6e 20 4a  46 49 46 20 66 6f 72 6d  |are in JFIF form|
00004940  61 74 2e 0a 4d 6f 73 74  20 6f 66 20 74 68 65 20  |at..Most of the |
00004950  70 72 6f 67 72 61 6d 73  20 6d 65 6e 74 69 6f 6e  |programs mention|
00004960  65 64 20 68 65 72 65 20  63 61 6e 20 68 61 6e 64  |ed here can hand|
00004970  6c 65 20 65 69 74 68 65  72 20 66 6f 72 6d 61 74  |le either format|
00004980  2e 0a 0a 54 68 65 20 74  77 6f 20 6d 61 6a 6f 72  |...The two major|
00004990  20 49 6e 74 65 72 6e 65  74 20 73 69 74 65 73 20  | Internet sites |
000049a0  66 6f 72 20 4d 61 63 20  73 6f 66 74 77 61 72 65  |for Mac software|
000049b0  20 61 72 65 20 73 75 6d  65 78 2d 61 69 6d 2e 73  | are sumex-aim.s|
000049c0  74 61 6e 66 6f 72 64 2e  65 64 75 20 61 6e 64 0a  |tanford.edu and.|
000049d0  6d 61 63 2e 61 72 63 68  69 76 65 2e 75 6d 69 63  |mac.archive.umic|
000049e0  68 2e 65 64 75 2e 20 20  55 6e 66 6f 72 74 75 6e  |h.edu.  Unfortun|
000049f0  61 74 65 6c 79 20 74 68  65 79 20 61 72 65 20 62  |ately they are b|
00004a00  6f 74 68 20 76 65 72 79  20 62 75 73 79 2c 20 73  |oth very busy, s|
00004a10  6f 20 79 6f 75 20 6d 61  79 0a 68 61 76 65 20 62  |o you may.have b|
00004a20  65 74 74 65 72 20 6c 75  63 6b 20 67 65 74 74 69  |etter luck getti|
00004a30  6e 67 20 66 69 6c 65 73  20 66 72 6f 6d 20 61 20  |ng files from a |
00004a40  6d 69 72 72 6f 72 20 73  69 74 65 2e 20 20 28 49  |mirror site.  (I|
00004a50  6e 20 66 61 63 74 2c 20  74 68 65 73 65 20 64 61  |n fact, these da|
00004a60  79 73 0a 79 6f 75 20 2a  6d 75 73 74 2a 20 75 73  |ys.you *must* us|
00004a70  65 20 61 20 6d 69 72 72  6f 72 20 73 69 74 65 20  |e a mirror site |
00004a80  66 6f 72 20 73 75 6d 65  78 2d 61 69 6d 3b 20 74  |for sumex-aim; t|
00004a90  68 65 20 70 72 69 6d 61  72 79 20 61 72 63 68 69  |he primary archi|
00004aa0  76 65 20 6f 6e 6c 79 20  61 6c 6c 6f 77 73 0a 6d  |ve only allows.m|
00004ab0  69 72 72 6f 72 20 73 69  74 65 73 20 74 6f 20 6c  |irror sites to l|
00004ac0  6f 67 20 69 6e 21 20 20  54 68 65 20 73 75 6d 65  |og in!  The sume|
00004ad0  78 2d 61 69 6d 20 46 54  50 20 70 6f 69 6e 74 65  |x-aim FTP pointe|
00004ae0  72 73 20 67 69 76 65 6e  20 62 65 6c 6f 77 20 61  |rs given below a|
00004af0  72 65 0a 74 68 65 72 65  66 6f 72 65 20 75 73 65  |re.therefore use|
00004b00  6c 65 73 73 20 61 73 2d  69 73 3b 20 79 6f 75 20  |less as-is; you |
00004b10  2a 6d 75 73 74 2a 20 73  75 62 73 74 69 74 75 74  |*must* substitut|
00004b20  65 20 61 20 6d 69 72 72  6f 72 20 73 69 74 65 20  |e a mirror site |
00004b30  6e 61 6d 65 2e 29 20 20  53 65 65 0a 22 49 6e 74  |name.)  See."Int|
00004b40  72 6f 64 75 63 74 6f 72  79 20 4d 61 63 69 6e 74  |roductory Macint|
00004b50  6f 73 68 20 46 72 65 71  75 65 6e 74 6c 79 20 41  |osh Frequently A|
00004b60  73 6b 65 64 20 51 75 65  73 74 69 6f 6e 73 22 20  |sked Questions" |
00004b70  69 6e 20 74 68 65 20 63  6f 6d 70 2e 73 79 73 2e  |in the comp.sys.|
00004b80  6d 61 63 2e 2a 0a 6e 65  77 73 67 72 6f 75 70 73  |mac.*.newsgroups|
00004b90  20 66 6f 72 20 74 68 65  20 63 75 72 72 65 6e 74  | for the current|
00004ba0  20 6c 6f 63 61 74 69 6f  6e 73 20 6f 66 20 6d 69  | locations of mi|
00004bb0  72 72 6f 72 73 2e 0a 0a  4a 50 45 47 56 69 65 77  |rrors...JPEGView|
00004bc0  20 69 73 20 61 6e 20 65  78 63 65 6c 6c 65 6e 74  | is an excellent|
00004bd0  20 66 72 65 65 20 70 72  6f 67 72 61 6d 20 66 6f  | free program fo|
00004be0  72 20 76 69 65 77 69 6e  67 20 4a 46 49 46 2c 50  |r viewing JFIF,P|
00004bf0  49 43 54 2f 4a 50 45 47  2c 47 49 46 2c 54 49 46  |ICT/JPEG,GIF,TIF|
00004c00  46 2c 0a 61 6e 64 20 6f  74 68 65 72 20 69 6d 61  |F,.and other ima|
00004c10  67 65 20 66 69 6c 65 73  2e 20 20 49 74 20 63 61  |ge files.  It ca|
00004c20  6e 20 63 6f 6e 76 65 72  74 20 62 65 74 77 65 65  |n convert betwee|
00004c30  6e 20 74 68 65 20 74 77  6f 20 4a 50 45 47 20 66  |n the two JPEG f|
00004c40  6f 72 6d 61 74 73 20 61  6e 64 20 63 61 6e 0a 63  |ormats and can.c|
00004c50  72 65 61 74 65 20 70 72  65 76 69 65 77 20 69 6d  |reate preview im|
00004c60  61 67 65 73 20 66 6f 72  20 66 69 6c 65 73 2e 20  |ages for files. |
00004c70  20 54 68 65 20 63 75 72  72 65 6e 74 20 76 65 72  | The current ver|
00004c80  73 69 6f 6e 20 69 73 20  33 2e 33 2e 31 2c 20 61  |sion is 3.3.1, a|
00004c90  76 61 69 6c 61 62 6c 65  0a 66 72 6f 6d 20 73 75  |vailable.from su|
00004ca0  6d 65 78 2d 61 69 6d 2e  73 74 61 6e 66 6f 72 64  |mex-aim.stanford|
00004cb0  2e 65 64 75 3a 2f 69 6e  66 6f 2d 6d 61 63 2f 67  |.edu:/info-mac/g|
00004cc0  73 74 2f 67 72 66 2f 6a  70 65 67 2d 76 69 65 77  |st/grf/jpeg-view|
00004cd0  2d 33 33 31 2e 68 71 78  2e 20 20 52 65 71 75 69  |-331.hqx.  Requi|
00004ce0  72 65 73 0a 53 79 73 74  65 6d 20 37 3b 20 51 75  |res.System 7; Qu|
00004cf0  69 63 6b 54 69 6d 65 20  69 73 20 6f 70 74 69 6f  |ickTime is optio|
00004d00  6e 61 6c 2e 20 20 4a 50  45 47 56 69 65 77 20 75  |nal.  JPEGView u|
00004d10  73 75 61 6c 6c 79 20 70  72 6f 64 75 63 65 73 20  |sually produces |
00004d20  74 68 65 20 62 65 73 74  20 63 6f 6c 6f 72 0a 69  |the best color.i|
00004d30  6d 61 67 65 20 71 75 61  6c 69 74 79 20 6f 66 20  |mage quality of |
00004d40  61 6c 6c 20 74 68 65 20  63 75 72 72 65 6e 74 6c  |all the currentl|
00004d50  79 20 61 76 61 69 6c 61  62 6c 65 20 4d 61 63 20  |y available Mac |
00004d60  4a 50 45 47 20 76 69 65  77 65 72 73 2c 20 61 6e  |JPEG viewers, an|
00004d70  64 20 69 74 20 6e 65 65  64 73 0a 6d 75 63 68 20  |d it needs.much |
00004d80  6c 65 73 73 20 6d 65 6d  6f 72 79 20 74 6f 20 76  |less memory to v|
00004d90  69 65 77 20 6c 61 72 67  65 20 69 6d 61 67 65 73  |iew large images|
00004da0  20 74 68 61 6e 20 6d 6f  73 74 20 6f 74 68 65 72  | than most other|
00004db0  20 4d 61 63 20 76 69 65  77 65 72 73 2e 20 20 47  | Mac viewers.  G|
00004dc0  69 76 65 6e 0a 61 20 6c  61 72 67 65 20 69 6d 61  |iven.a large ima|
00004dd0  67 65 2c 20 4a 50 45 47  56 69 65 77 20 61 75 74  |ge, JPEGView aut|
00004de0  6f 6d 61 74 69 63 61 6c  6c 79 20 73 63 61 6c 65  |omatically scale|
00004df0  73 20 69 74 20 64 6f 77  6e 20 74 6f 20 66 69 74  |s it down to fit|
00004e00  20 6f 6e 20 74 68 65 20  73 63 72 65 65 6e 2c 0a  | on the screen,.|
00004e10  72 61 74 68 65 72 20 74  68 61 6e 20 70 72 65 73  |rather than pres|
00004e20  65 6e 74 69 6e 67 20 73  63 72 6f 6c 6c 20 62 61  |enting scroll ba|
00004e30  72 73 20 6c 69 6b 65 20  6d 6f 73 74 20 6f 74 68  |rs like most oth|
00004e40  65 72 20 76 69 65 77 65  72 73 2e 20 20 28 59 6f  |er viewers.  (Yo|
00004e50  75 20 63 61 6e 20 7a 6f  6f 6d 0a 69 6e 20 6f 6e  |u can zoom.in on|
00004e60  20 61 6e 79 20 64 65 73  69 72 65 64 20 70 6f 72  | any desired por|
00004e70  74 69 6f 6e 2c 20 74 68  6f 75 67 68 2e 29 20 20  |tion, though.)  |
00004e80  53 6f 6d 65 20 70 65 6f  70 6c 65 20 6c 69 6b 65  |Some people like|
00004e90  20 74 68 69 73 20 62 65  68 61 76 69 6f 72 2c 20  | this behavior, |
00004ea0  73 6f 6d 65 0a 64 6f 6e  27 74 2e 20 20 4f 76 65  |some.don't.  Ove|
00004eb0  72 61 6c 6c 2c 20 4a 50  45 47 56 69 65 77 27 73  |rall, JPEGView's|
00004ec0  20 75 73 65 72 20 69 6e  74 65 72 66 61 63 65 20  | user interface |
00004ed0  69 73 20 76 65 72 79 20  77 65 6c 6c 20 74 68 6f  |is very well tho|
00004ee0  75 67 68 74 20 6f 75 74  2e 0a 0a 47 49 46 43 6f  |ught out...GIFCo|
00004ef0  6e 76 65 72 74 65 72 2c  20 61 20 73 68 61 72 65  |nverter, a share|
00004f00  77 61 72 65 20 28 24 34  30 29 20 69 6d 61 67 65  |ware ($40) image|
00004f10  20 76 69 65 77 65 72 2f  65 64 69 74 6f 72 2f 63  | viewer/editor/c|
00004f20  6f 6e 76 65 72 74 65 72  2c 20 73 75 70 70 6f 72  |onverter, suppor|
00004f30  74 73 0a 4a 46 49 46 2c  50 49 43 54 2f 4a 50 45  |ts.JFIF,PICT/JPE|
00004f40  47 2c 47 49 46 2c 20 61  6e 64 20 6d 61 6e 79 20  |G,GIF, and many |
00004f50  6f 74 68 65 72 20 69 6d  61 67 65 20 66 6f 72 6d  |other image form|
00004f60  61 74 73 2e 20 20 43 75  72 72 65 6e 74 20 76 65  |ats.  Current ve|
00004f70  72 73 69 6f 6e 20 69 73  20 32 2e 33 2e 37 2c 0a  |rsion is 2.3.7,.|
00004f80  6d 61 63 2e 61 72 63 68  69 76 65 2e 75 6d 69 63  |mac.archive.umic|
00004f90  68 2e 65 64 75 3a 2f 6d  61 63 2f 67 72 61 70 68  |h.edu:/mac/graph|
00004fa0  69 63 73 2f 67 72 61 70  68 69 63 73 75 74 69 6c  |ics/graphicsutil|
00004fb0  2f 67 69 66 63 6f 6e 76  65 72 74 65 72 32 2e 33  |/gifconverter2.3|
00004fc0  37 2e 63 70 74 2e 68 71  78 2e 0a 52 65 71 75 69  |7.cpt.hqx..Requi|
00004fd0  72 65 73 20 53 79 73 74  65 6d 20 36 2e 30 2e 35  |res System 6.0.5|
00004fe0  20 6f 72 20 6c 61 74 65  72 2e 20 20 47 49 46 43  | or later.  GIFC|
00004ff0  6f 6e 76 65 72 74 65 72  20 69 73 20 6e 6f 74 20  |onverter is not |
00005000  62 65 74 74 65 72 20 74  68 61 6e 20 4a 50 45 47  |better than JPEG|
00005010  56 69 65 77 20 61 73 0a  61 20 70 6c 61 69 6e 20  |View as.a plain |
00005020  4a 50 45 47 2f 47 49 46  20 76 69 65 77 65 72 2c  |JPEG/GIF viewer,|
00005030  20 62 75 74 20 69 74 20  68 61 73 20 6d 75 63 68  | but it has much|
00005040  20 6d 6f 72 65 20 65 78  74 65 6e 73 69 76 65 20  | more extensive |
00005050  69 6d 61 67 65 20 6d 61  6e 69 70 75 6c 61 74 69  |image manipulati|
00005060  6f 6e 0a 61 6e 64 20 66  6f 72 6d 61 74 20 63 6f  |on.and format co|
00005070  6e 76 65 72 73 69 6f 6e  20 63 61 70 61 62 69 6c  |nversion capabil|
00005080  69 74 69 65 73 2e 20 20  41 6c 73 6f 2c 20 47 49  |ities.  Also, GI|
00005090  46 43 6f 6e 76 65 72 74  65 72 20 63 61 6e 20 6c  |FConverter can l|
000050a0  6f 61 64 20 61 6e 64 20  73 61 76 65 0a 4a 46 49  |oad and save.JFI|
000050b0  46 20 69 6d 61 67 65 73  20 2a 77 69 74 68 6f 75  |F images *withou|
000050c0  74 2a 20 51 75 69 63 6b  54 69 6d 65 2c 20 73 6f  |t* QuickTime, so|
000050d0  20 69 74 20 69 73 20 79  6f 75 72 20 62 65 73 74  | it is your best|
000050e0  20 62 65 74 20 69 66 20  79 6f 75 72 20 6d 61 63  | bet if your mac|
000050f0  68 69 6e 65 20 69 73 0a  74 6f 6f 20 6f 6c 64 20  |hine is.too old |
00005100  74 6f 20 72 75 6e 20 51  75 69 63 6b 54 69 6d 65  |to run QuickTime|
00005110  2e 20 20 28 42 75 74 20  69 74 27 73 20 66 61 73  |.  (But it's fas|
00005120  74 65 72 20 77 69 74 68  20 51 75 69 63 6b 54 69  |ter with QuickTi|
00005130  6d 65 2e 29 20 20 48 69  6e 74 3a 20 69 66 0a 47  |me.)  Hint: if.G|
00005140  49 46 43 6f 6e 76 65 72  74 65 72 20 72 75 6e 73  |IFConverter runs|
00005150  20 6f 75 74 20 6f 66 20  6d 65 6d 6f 72 79 20 77  | out of memory w|
00005160  68 69 6c 65 20 6c 6f 61  64 69 6e 67 20 61 20 6c  |hile loading a l|
00005170  61 72 67 65 20 4a 50 45  47 2c 20 74 72 79 20 63  |arge JPEG, try c|
00005180  6f 6e 76 65 72 74 69 6e  67 0a 74 68 65 20 66 69  |onverting.the fi|
00005190  6c 65 20 74 6f 20 47 49  46 20 77 69 74 68 20 4a  |le to GIF with J|
000051a0  50 45 47 20 43 6f 6e 76  65 72 74 2c 20 74 68 65  |PEG Convert, the|
000051b0  6e 20 76 69 65 77 69 6e  67 20 74 68 65 20 47 49  |n viewing the GI|
000051c0  46 20 76 65 72 73 69 6f  6e 2e 0a 0a 41 20 63 6f  |F version...A co|
000051d0  6d 70 65 74 69 74 6f 72  20 74 6f 20 47 49 46 43  |mpetitor to GIFC|
000051e0  6f 6e 76 65 72 74 65 72  20 69 73 20 47 72 61 70  |onverter is Grap|
000051f0  68 69 63 43 6f 6e 76 65  72 74 65 72 2c 20 61 6c  |hicConverter, al|
00005200  73 6f 20 73 68 61 72 65  77 61 72 65 20 28 24 33  |so shareware ($3|
00005210  35 29 2e 0a 43 75 72 72  65 6e 74 20 76 65 72 73  |5)..Current vers|
00005220  69 6f 6e 20 69 73 20 32  2e 31 2e 35 2c 20 61 76  |ion is 2.1.5, av|
00005230  61 69 6c 61 62 6c 65 20  61 74 0a 73 75 6d 65 78  |ailable at.sumex|
00005240  2d 61 69 6d 2e 73 74 61  6e 66 6f 72 64 2e 65 64  |-aim.stanford.ed|
00005250  75 3a 2f 69 6e 66 6f 2d  6d 61 63 2f 67 73 74 2f  |u:/info-mac/gst/|
00005260  67 72 66 2f 67 72 61 70  68 69 63 2d 63 6f 6e 76  |grf/graphic-conv|
00005270  65 72 74 65 72 2d 32 31  35 2e 68 71 78 2e 0a 52  |erter-215.hqx..R|
00005280  65 71 75 69 72 65 73 20  53 79 73 74 65 6d 20 37  |equires System 7|
00005290  20 61 6e 64 20 51 75 69  63 6b 54 69 6d 65 20 74  | and QuickTime t|
000052a0  6f 20 68 61 6e 64 6c 65  20 4a 50 45 47 2e 20 20  |o handle JPEG.  |
000052b0  47 72 61 70 68 69 63 43  6f 6e 76 65 72 74 65 72  |GraphicConverter|
000052c0  20 68 61 73 20 65 76 65  6e 0a 6d 6f 72 65 20 66  | has even.more f|
000052d0  75 6e 63 74 69 6f 6e 61  6c 69 74 79 20 74 68 61  |unctionality tha|
000052e0  6e 20 47 49 46 43 6f 6e  76 65 72 74 65 72 2c 20  |n GIFConverter, |
000052f0  62 75 74 20 69 73 20 63  6f 72 72 65 73 70 6f 6e  |but is correspon|
00005300  64 69 6e 67 6c 79 20 6c  61 72 67 65 72 2e 20 20  |dingly larger.  |
00005310  57 6f 72 74 68 0a 63 68  65 63 6b 69 6e 67 20 6f  |Worth.checking o|
00005320  75 74 20 69 66 20 79 6f  75 20 77 61 6e 74 20 74  |ut if you want t|
00005330  6f 20 6d 61 6e 69 70 75  6c 61 74 65 20 69 6d 61  |o manipulate ima|
00005340  67 65 73 2c 20 6e 6f 74  20 6a 75 73 74 20 6c 6f  |ges, not just lo|
00005350  6f 6b 20 61 74 20 74 68  65 6d 2e 0a 0a 4a 50 45  |ok at them...JPE|
00005360  47 20 43 6f 6e 76 65 72  74 2c 20 61 20 4d 61 63  |G Convert, a Mac|
00005370  20 76 65 72 73 69 6f 6e  20 6f 66 20 74 68 65 20  | version of the |
00005380  66 72 65 65 20 49 4a 47  20 4a 50 45 47 20 63 6f  |free IJG JPEG co|
00005390  6e 76 65 72 73 69 6f 6e  20 75 74 69 6c 69 74 69  |nversion utiliti|
000053a0  65 73 2c 20 69 73 0a 61  76 61 69 6c 61 62 6c 65  |es, is.available|
000053b0  20 61 74 20 73 75 6d 65  78 2d 61 69 6d 2e 73 74  | at sumex-aim.st|
000053c0  61 6e 66 6f 72 64 2e 65  64 75 3a 2f 69 6e 66 6f  |anford.edu:/info|
000053d0  2d 6d 61 63 2f 67 73 74  2f 67 72 66 2f 6a 70 65  |-mac/gst/grf/jpe|
000053e0  67 2d 63 6f 6e 76 65 72  74 2d 31 30 2e 68 71 78  |g-convert-10.hqx|
000053f0  2e 0a 54 68 69 73 20 77  69 6c 6c 20 72 75 6e 20  |..This will run |
00005400  6f 6e 20 61 6e 79 20 4d  61 63 2c 20 62 75 74 20  |on any Mac, but |
00005410  69 74 20 6f 6e 6c 79 20  64 6f 65 73 20 66 69 6c  |it only does fil|
00005420  65 20 63 6f 6e 76 65 72  73 69 6f 6e 2c 20 6e 6f  |e conversion, no|
00005430  74 20 76 69 65 77 69 6e  67 2e 0a 59 6f 75 20 63  |t viewing..You c|
00005440  61 6e 20 75 73 65 20 69  74 20 69 6e 20 63 6f 6e  |an use it in con|
00005450  6a 75 6e 63 74 69 6f 6e  20 77 69 74 68 20 61 6e  |junction with an|
00005460  79 20 47 49 46 20 76 69  65 77 65 72 2e 0a 0a 53  |y GIF viewer...S|
00005470  74 6f 72 6d 20 54 65 63  68 6e 6f 6c 6f 67 79 27  |torm Technology'|
00005480  73 20 50 69 63 74 75 72  65 20 44 65 63 6f 6d 70  |s Picture Decomp|
00005490  72 65 73 73 20 69 73 20  61 20 66 72 65 65 20 4a  |ress is a free J|
000054a0  50 45 47 20 76 69 65 77  65 72 2f 63 6f 6e 76 65  |PEG viewer/conve|
000054b0  72 74 65 72 2e 0a 54 68  69 73 20 72 61 74 68 65  |rter..This rathe|
000054c0  72 20 6f 6c 64 20 70 72  6f 67 72 61 6d 20 69 73  |r old program is|
000054d0  20 69 6e 66 65 72 69 6f  72 20 74 6f 20 74 68 65  | inferior to the|
000054e0  20 61 62 6f 76 65 20 70  72 6f 67 72 61 6d 73 20  | above programs |
000054f0  69 6e 20 6d 61 6e 79 20  77 61 79 73 2c 20 62 75  |in many ways, bu|
00005500  74 0a 69 74 20 77 69 6c  6c 20 72 75 6e 20 77 69  |t.it will run wi|
00005510  74 68 6f 75 74 20 53 79  73 74 65 6d 20 37 20 6f  |thout System 7 o|
00005520  72 20 51 75 69 63 6b 54  69 6d 65 2c 20 73 6f 20  |r QuickTime, so |
00005530  79 6f 75 20 6d 61 79 20  62 65 20 66 6f 72 63 65  |you may be force|
00005540  64 20 74 6f 20 75 73 65  20 69 74 20 6f 6e 0a 6f  |d to use it on.o|
00005550  6c 64 65 72 20 73 79 73  74 65 6d 73 2e 20 20 28  |lder systems.  (|
00005560  49 74 20 6e 65 65 64 73  20 33 32 2d 62 69 74 20  |It needs 32-bit |
00005570  51 75 69 63 6b 44 72 61  77 2c 20 73 6f 20 72 65  |QuickDraw, so re|
00005580  61 6c 6c 79 20 6f 6c 64  20 6d 61 63 68 69 6e 65  |ally old machine|
00005590  73 20 63 61 6e 27 74 20  75 73 65 0a 69 74 2e 29  |s can't use.it.)|
000055a0  20 20 46 69 6c 65 20 73  75 6d 65 78 2d 61 69 6d  |  File sumex-aim|
000055b0  2e 73 74 61 6e 66 6f 72  64 2e 65 64 75 3a 2f 69  |.stanford.edu:/i|
000055c0  6e 66 6f 2d 6d 61 63 2f  61 70 70 2f 70 69 63 74  |nfo-mac/app/pict|
000055d0  75 72 65 2d 64 65 63 6f  6d 70 72 65 73 73 2d 32  |ure-decompress-2|
000055e0  30 31 2e 68 71 78 2e 0a  0a 49 66 20 79 6f 75 72  |01.hqx...If your|
000055f0  20 4d 61 63 20 69 73 20  74 6f 6f 20 6f 6c 64 20  | Mac is too old |
00005600  74 6f 20 72 75 6e 20 33  32 2d 62 69 74 20 51 75  |to run 32-bit Qu|
00005610  69 63 6b 44 72 61 77 20  28 61 20 4d 61 63 20 50  |ickDraw (a Mac P|
00005620  6c 75 73 20 66 6f 72 20  69 6e 73 74 61 6e 63 65  |lus for instance|
00005630  29 2c 0a 47 49 46 43 6f  6e 76 65 72 74 65 72 20  |),.GIFConverter |
00005640  69 73 20 79 6f 75 72 20  6f 6e 6c 79 20 63 68 6f  |is your only cho|
00005650  69 63 65 20 66 6f 72 20  73 69 6e 67 6c 65 2d 70  |ice for single-p|
00005660  72 6f 67 72 61 6d 20 4a  50 45 47 20 76 69 65 77  |rogram JPEG view|
00005670  69 6e 67 2e 20 20 49 66  20 79 6f 75 0a 64 6f 6e  |ing.  If you.don|
00005680  27 74 20 77 61 6e 74 20  74 6f 20 70 61 79 20 66  |'t want to pay f|
00005690  6f 72 20 47 49 46 43 6f  6e 76 65 72 74 65 72 2c  |or GIFConverter,|
000056a0  20 75 73 65 20 4a 50 45  47 20 43 6f 6e 76 65 72  | use JPEG Conver|
000056b0  74 20 61 6e 64 20 61 20  66 72 65 65 20 47 49 46  |t and a free GIF|
000056c0  20 76 69 65 77 65 72 2e  0a 0a 4d 6f 72 65 20 61  | viewer...More a|
000056d0  6e 64 20 6d 6f 72 65 20  63 6f 6d 6d 65 72 63 69  |nd more commerci|
000056e0  61 6c 20 4d 61 63 20 61  70 70 6c 69 63 61 74 69  |al Mac applicati|
000056f0  6f 6e 73 20 61 72 65 20  73 75 70 70 6f 72 74 69  |ons are supporti|
00005700  6e 67 20 4a 50 45 47 2c  20 61 6c 74 68 6f 75 67  |ng JPEG, althoug|
00005710  68 20 6e 6f 74 0a 61 6c  6c 20 63 61 6e 20 64 65  |h not.all can de|
00005720  61 6c 20 77 69 74 68 20  74 68 65 20 55 73 65 6e  |al with the Usen|
00005730  65 74 2d 73 74 61 6e 64  61 72 64 20 4a 46 49 46  |et-standard JFIF|
00005740  20 66 6f 72 6d 61 74 2e  20 20 41 64 6f 62 65 20  | format.  Adobe |
00005750  50 68 6f 74 6f 73 68 6f  70 2c 20 76 65 72 73 69  |Photoshop, versi|
00005760  6f 6e 0a 32 2e 30 2e 31  20 6f 72 20 6c 61 74 65  |on.2.0.1 or late|
00005770  72 2c 20 63 61 6e 20 72  65 61 64 20 61 6e 64 20  |r, can read and |
00005780  77 72 69 74 65 20 4a 46  49 46 2d 66 6f 72 6d 61  |write JFIF-forma|
00005790  74 20 4a 50 45 47 20 66  69 6c 65 73 2e 20 20 28  |t JPEG files.  (|
000057a0  49 6e 20 32 2e 30 2e 31  2c 20 75 73 65 0a 74 68  |In 2.0.1, use.th|
000057b0  65 20 4a 50 45 47 20 70  6c 75 67 2d 69 6e 20 6f  |e JPEG plug-in o|
000057c0  6e 20 74 68 65 20 41 63  71 75 69 72 65 20 6d 65  |n the Acquire me|
000057d0  6e 75 3b 20 32 2e 35 20  61 6e 64 20 6c 61 74 65  |nu; 2.5 and late|
000057e0  72 20 68 61 6e 64 6c 65  20 4a 50 45 47 20 74 68  |r handle JPEG th|
000057f0  65 20 73 61 6d 65 20 61  73 0a 6f 74 68 65 72 20  |e same as.other |
00005800  66 69 6c 65 20 74 79 70  65 73 2e 29 20 20 59 6f  |file types.)  Yo|
00005810  75 20 6d 75 73 74 20 73  65 74 20 74 68 65 20 66  |u must set the f|
00005820  69 6c 65 20 74 79 70 65  20 63 6f 64 65 20 6f 66  |ile type code of|
00005830  20 61 20 64 6f 77 6e 6c  6f 61 64 65 64 20 4a 50  | a downloaded JP|
00005840  45 47 0a 66 69 6c 65 20  74 6f 20 27 4a 50 45 47  |EG.file to 'JPEG|
00005850  27 20 74 6f 20 61 6c 6c  6f 77 20 50 68 6f 74 6f  |' to allow Photo|
00005860  73 68 6f 70 20 74 6f 20  72 65 63 6f 67 6e 69 7a  |shop to recogniz|
00005870  65 20 69 74 2e 0a 0a 48  49 4e 54 3a 20 69 66 20  |e it...HINT: if |
00005880  79 6f 75 20 75 73 65 20  46 65 74 63 68 20 74 6f  |you use Fetch to|
00005890  20 72 65 74 72 69 65 76  65 20 66 69 6c 65 73 20  | retrieve files |
000058a0  62 79 20 46 54 50 2c 20  61 64 64 20 22 2e 6a 70  |by FTP, add ".jp|
000058b0  67 22 20 74 6f 20 69 74  73 20 6c 69 73 74 20 6f  |g" to its list o|
000058c0  66 0a 62 69 6e 61 72 79  20 66 69 6c 65 20 74 79  |f.binary file ty|
000058d0  70 65 73 20 75 6e 64 65  72 20 43 75 73 74 6f 6d  |pes under Custom|
000058e0  69 7a 65 2f 53 75 66 66  69 78 20 4d 61 70 70 69  |ize/Suffix Mappi|
000058f0  6e 67 2e 20 20 4f 74 68  65 72 77 69 73 65 20 46  |ng.  Otherwise F|
00005900  65 74 63 68 27 73 0a 22  61 75 74 6f 6d 61 74 69  |etch's."automati|
00005910  63 22 20 72 65 74 72 69  65 76 61 6c 20 6d 6f 64  |c" retrieval mod|
00005920  65 20 77 69 6c 6c 20 72  65 74 72 69 65 76 65 20  |e will retrieve |
00005930  4a 50 45 47 73 20 69 6e  20 74 65 78 74 20 6d 6f  |JPEGs in text mo|
00005940  64 65 2c 20 74 68 75 73  20 63 6f 72 72 75 70 74  |de, thus corrupt|
00005950  69 6e 67 0a 74 68 65 20  64 61 74 61 2e 0a 0a 2d  |ing.the data...-|
00005960  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
00005970  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 0a 0a 53  |-------------..S|
00005980  75 62 6a 65 63 74 3a 20  5b 39 5d 20 41 6d 69 67  |ubject: [9] Amig|
00005990  61 0a 0a 4d 6f 73 74 20  70 72 6f 67 72 61 6d 73  |a..Most programs|
000059a0  20 6c 69 73 74 65 64 20  69 6e 20 74 68 69 73 20  | listed in this |
000059b0  73 65 63 74 69 6f 6e 20  61 72 65 20 61 76 61 69  |section are avai|
000059c0  6c 61 62 6c 65 20 66 72  6f 6d 20 22 41 6d 69 4e  |lable from "AmiN|
000059d0  65 74 22 20 61 72 63 68  69 76 65 0a 73 69 74 65  |et" archive.site|
000059e0  73 2e 20 20 54 68 65 20  6d 61 73 74 65 72 20 41  |s.  The master A|
000059f0  6d 69 4e 65 74 20 73 69  74 65 20 69 73 20 77 75  |miNet site is wu|
00005a00  61 72 63 68 69 76 65 2e  77 75 73 74 6c 2e 65 64  |archive.wustl.ed|
00005a10  75 2c 20 62 75 74 20 74  68 65 72 65 20 61 72 65  |u, but there are|
00005a20  20 6d 61 6e 79 0a 6d 69  72 72 6f 72 20 73 69 74  | many.mirror sit|
00005a30  65 73 20 61 6e 64 20 79  6f 75 20 73 68 6f 75 6c  |es and you shoul|
00005a40  64 20 74 72 79 20 74 6f  20 75 73 65 20 74 68 65  |d try to use the|
00005a50  20 63 6c 6f 73 65 73 74  20 6f 6e 65 2e 0a 0a 4f  | closest one...O|
00005a60  73 6d 61 20 41 68 76 65  6e 6c 61 6d 70 69 20 70  |sma Ahvenlampi p|
00005a70  6f 73 74 65 64 20 61 20  67 6f 6f 64 20 72 65 76  |osted a good rev|
00005a80  69 65 77 20 6f 66 20 41  6d 69 67 61 20 70 69 63  |iew of Amiga pic|
00005a90  74 75 72 65 20 76 69 65  77 65 72 73 20 69 6e 0a  |ture viewers in.|
00005aa0  63 6f 6d 70 2e 73 79 73  2e 61 6d 69 67 61 2e 72  |comp.sys.amiga.r|
00005ab0  65 76 69 65 77 73 20 69  6e 20 4d 61 72 63 68 20  |eviews in March |
00005ac0  31 39 39 34 2e 20 20 59  6f 75 20 63 61 6e 20 72  |1994.  You can r|
00005ad0  65 74 72 69 65 76 65 20  69 74 20 66 72 6f 6d 0a  |etrieve it from.|
00005ae0  6d 61 74 68 2e 75 68 2e  65 64 75 3a 2f 70 75 62  |math.uh.edu:/pub|
00005af0  2f 41 6d 69 67 61 2f 63  6f 6d 70 2e 73 79 73 2e  |/Amiga/comp.sys.|
00005b00  61 6d 69 67 61 2e 72 65  76 69 65 77 73 2f 73 6f  |amiga.reviews/so|
00005b10  66 74 77 61 72 65 2f 67  72 61 70 68 69 63 73 2f  |ftware/graphics/|
00005b20  50 69 63 74 75 72 65 56  69 65 77 65 72 53 75 72  |PictureViewerSur|
00005b30  76 65 79 5f 32 2e 0a 4f  70 69 6e 69 6f 6e 73 20  |vey_2..Opinions |
00005b40  68 65 72 65 20 61 72 65  20 6d 6f 73 74 6c 79 20  |here are mostly |
00005b50  73 74 6f 6c 65 6e 20 66  72 6f 6d 20 68 69 73 20  |stolen from his |
00005b60  61 72 74 69 63 6c 65 2e  0a 0a 46 61 73 74 56 69  |article...FastVi|
00005b70  65 77 20 69 73 20 61 20  66 61 73 74 2c 20 68 69  |ew is a fast, hi|
00005b80  67 68 2d 71 75 61 6c 69  74 79 20 4a 50 45 47 2f  |gh-quality JPEG/|
00005b90  47 49 46 2f 49 4c 42 4d  20 76 69 65 77 65 72 2e  |GIF/ILBM viewer.|
00005ba0  20 20 49 74 27 73 20 6e  65 77 20 62 75 74 20 68  |  It's new but h|
00005bb0  61 73 0a 61 63 68 69 65  76 65 64 20 61 20 67 6f  |as.achieved a go|
00005bc0  6f 64 20 72 65 70 75 74  61 74 69 6f 6e 20 69 6e  |od reputation in|
00005bd0  20 61 20 73 68 6f 72 74  20 74 69 6d 65 2e 20 20  | a short time.  |
00005be0  57 6f 72 6b 73 20 77 65  6c 6c 20 6f 6e 20 62 6f  |Works well on bo|
00005bf0  74 68 20 45 43 53 20 61  6e 64 20 41 47 41 0a 64  |th ECS and AGA.d|
00005c00  69 73 70 6c 61 79 73 2e  20 20 53 68 61 72 65 77  |isplays.  Sharew|
00005c10  61 72 65 2c 20 24 31 35  3b 20 72 65 71 75 69 72  |are, $15; requir|
00005c20  65 73 20 4f 53 20 32 2e  30 2e 20 20 56 65 72 73  |es OS 2.0.  Vers|
00005c30  69 6f 6e 20 31 2e 34 31  20 69 73 20 61 76 61 69  |ion 1.41 is avai|
00005c40  6c 61 62 6c 65 20 66 72  6f 6d 0a 41 6d 69 6e 65  |lable from.Amine|
00005c50  74 20 73 69 74 65 73 2c  20 66 69 6c 65 20 2f 70  |t sites, file /p|
00005c60  75 62 2f 61 6d 69 6e 65  74 2f 67 66 78 2f 73 68  |ub/aminet/gfx/sh|
00005c70  6f 77 2f 46 56 69 65 77  31 34 31 2e 6c 68 61 2e  |ow/FView141.lha.|
00005c80  0a 0a 46 61 73 74 4a 50  45 47 20 69 73 20 61 20  |..FastJPEG is a |
00005c90  66 72 65 65 20 4a 50 45  47 20 76 69 65 77 65 72  |free JPEG viewer|
00005ca0  3b 20 69 74 27 73 20 66  61 73 74 20 61 6e 64 20  |; it's fast and |
00005cb0  68 61 73 20 67 6f 6f 64  20 69 6d 61 67 65 20 71  |has good image q|
00005cc0  75 61 6c 69 74 79 2c 20  62 75 74 20 69 74 0a 64  |uality, but it.d|
00005cd0  6f 65 73 6e 27 74 20 76  69 65 77 20 61 6e 79 20  |oesn't view any |
00005ce0  66 6f 72 6d 61 74 73 20  65 78 63 65 70 74 20 4a  |formats except J|
00005cf0  50 45 47 2e 20 20 53 6f  6d 65 77 68 61 74 20 66  |PEG.  Somewhat f|
00005d00  61 73 74 65 72 20 74 68  61 6e 20 46 61 73 74 56  |aster than FastV|
00005d10  69 65 77 20 6f 6e 20 45  43 53 0a 6d 61 63 68 69  |iew on ECS.machi|
00005d20  6e 65 73 2c 20 73 6c 6f  77 65 72 20 6f 6e 20 41  |nes, slower on A|
00005d30  47 41 2e 20 20 56 65 72  73 69 6f 6e 20 31 2e 31  |GA.  Version 1.1|
00005d40  30 20 69 73 20 61 76 61  69 6c 61 62 6c 65 20 66  |0 is available f|
00005d50  72 6f 6d 20 41 6d 69 6e  65 74 20 73 69 74 65 73  |rom Aminet sites|
00005d60  2c 20 66 69 6c 65 0a 2f  70 75 62 2f 61 6d 69 6e  |, file./pub/amin|
00005d70  65 74 2f 67 66 78 2f 73  68 6f 77 2f 46 61 73 74  |et/gfx/show/Fast|
00005d80  4a 50 45 47 5f 31 2e 31  30 2e 6c 68 61 2e 0a 0a  |JPEG_1.10.lha...|
00005d90  50 50 53 68 6f 77 20 69  73 20 61 20 67 6f 6f 64  |PPShow is a good|
00005da0  20 66 72 65 65 20 4a 50  45 47 2f 47 49 46 2f 49  | free JPEG/GIF/I|
00005db0  4c 42 4d 2f 41 4e 49 4d  2f 44 61 74 61 74 79 70  |LBM/ANIM/Datatyp|
00005dc0  65 20 76 69 65 77 65 72  2e 20 20 56 65 72 73 69  |e viewer.  Versi|
00005dd0  6f 6e 20 34 2e 30 20 69  73 0a 61 76 61 69 6c 61  |on 4.0 is.availa|
00005de0  62 6c 65 20 66 72 6f 6d  20 41 6d 69 6e 65 74 20  |ble from Aminet |
00005df0  73 69 74 65 73 2c 20 66  69 6c 65 20 2f 70 75 62  |sites, file /pub|
00005e00  2f 61 6d 69 6e 65 74 2f  67 66 78 2f 73 68 6f 77  |/aminet/gfx/show|
00005e10  2f 50 50 53 68 6f 77 34  30 2e 6c 68 61 2e 20 20  |/PPShow40.lha.  |
00005e20  46 6f 72 0a 76 69 65 77  69 6e 67 20 4a 50 45 47  |For.viewing JPEG|
00005e30  73 20 69 74 20 69 73 20  61 20 6c 69 74 74 6c 65  |s it is a little|
00005e40  20 73 6c 6f 77 65 72 20  74 68 61 6e 20 46 61 73  | slower than Fas|
00005e50  74 4a 50 45 47 2c 20 61  6e 64 20 69 6d 61 67 65  |tJPEG, and image|
00005e60  20 71 75 61 6c 69 74 79  20 69 73 20 6e 6f 74 0a  | quality is not.|
00005e70  61 73 20 67 6f 6f 64 20  28 70 61 72 74 69 63 75  |as good (particu|
00005e80  6c 61 72 6c 79 20 6f 6e  20 45 43 53 20 6d 61 63  |larly on ECS mac|
00005e90  68 69 6e 65 73 29 3b 20  62 75 74 20 69 66 20 79  |hines); but if y|
00005ea0  6f 75 20 77 61 6e 74 20  74 6f 20 75 73 65 20 6a  |ou want to use j|
00005eb0  75 73 74 20 6f 6e 65 0a  76 69 65 77 65 72 2c 20  |ust one.viewer, |
00005ec0  50 50 53 68 6f 77 20 69  73 20 74 68 65 20 6f 6e  |PPShow is the on|
00005ed0  65 2e 0a 0a 48 61 6d 4c  61 62 20 50 6c 75 73 20  |e...HamLab Plus |
00005ee0  69 73 20 61 6e 20 65 78  63 65 6c 6c 65 6e 74 20  |is an excellent |
00005ef0  4a 50 45 47 20 76 69 65  77 65 72 2f 63 6f 6e 76  |JPEG viewer/conv|
00005f00  65 72 74 65 72 2c 20 61  73 20 77 65 6c 6c 20 61  |erter, as well a|
00005f10  73 20 62 65 69 6e 67 20  61 0a 67 65 6e 65 72 61  |s being a.genera|
00005f20  6c 20 69 6d 61 67 65 20  6d 61 6e 69 70 75 6c 61  |l image manipula|
00005f30  74 69 6f 6e 20 74 6f 6f  6c 2e 20 20 49 74 27 73  |tion tool.  It's|
00005f40  20 63 68 65 61 70 20 28  73 68 61 72 65 77 61 72  | cheap (sharewar|
00005f50  65 2c 20 24 32 30 29 20  61 6e 64 20 63 61 6e 20  |e, $20) and can |
00005f60  72 65 61 64 0a 73 65 76  65 72 61 6c 20 66 6f 72  |read.several for|
00005f70  6d 61 74 73 20 62 65 73  69 64 65 73 20 4a 50 45  |mats besides JPE|
00005f80  47 2e 20 20 54 68 65 20  63 75 72 72 65 6e 74 20  |G.  The current |
00005f90  76 65 72 73 69 6f 6e 20  69 73 20 32 2e 30 2e 38  |version is 2.0.8|
00005fa0  2e 20 20 41 20 64 65 6d  6f 20 76 65 72 73 69 6f  |.  A demo versio|
00005fb0  6e 0a 69 73 20 61 76 61  69 6c 61 62 6c 65 20 66  |n.is available f|
00005fc0  72 6f 6d 20 41 6d 69 4e  65 74 20 73 69 74 65 73  |rom AmiNet sites|
00005fd0  2c 20 66 69 6c 65 20 2f  70 75 62 2f 61 6d 69 6e  |, file /pub/amin|
00005fe0  65 74 2f 67 66 78 2f 65  64 69 74 2f 68 61 6d 6c  |et/gfx/edit/haml|
00005ff0  61 62 32 30 38 64 2e 6c  68 61 2e 0a 54 68 65 20  |ab208d.lha..The |
00006000  64 65 6d 6f 20 76 65 72  73 69 6f 6e 20 77 69 6c  |demo version wil|
00006010  6c 20 63 72 6f 70 20 69  6d 61 67 65 73 20 6c 61  |l crop images la|
00006020  72 67 65 72 20 74 68 61  6e 20 35 31 32 78 35 31  |rger than 512x51|
00006030  32 2c 20 62 75 74 20 69  74 20 69 73 20 6f 74 68  |2, but it is oth|
00006040  65 72 77 69 73 65 0a 66  75 6c 6c 79 20 66 75 6e  |erwise.fully fun|
00006050  63 74 69 6f 6e 61 6c 2e  0a 0a 52 65 6e 64 32 34  |ctional...Rend24|
00006060  20 28 73 68 61 72 65 77  61 72 65 2c 20 24 33 30  | (shareware, $30|
00006070  29 20 69 73 20 61 6e 20  69 6d 61 67 65 20 72 65  |) is an image re|
00006080  6e 64 65 72 65 72 20 74  68 61 74 20 63 61 6e 20  |nderer that can |
00006090  64 69 73 70 6c 61 79 20  4a 50 45 47 2c 20 49 4c  |display JPEG, IL|
000060a0  42 4d 2c 0a 61 6e 64 20  47 49 46 20 69 6d 61 67  |BM,.and GIF imag|
000060b0  65 73 2e 20 20 54 68 65  20 70 72 6f 67 72 61 6d  |es.  The program|
000060c0  20 63 61 6e 20 62 65 20  75 73 65 64 20 74 6f 20  | can be used to |
000060d0  63 72 65 61 74 65 20 61  6e 69 6d 61 74 69 6f 6e  |create animation|
000060e0  73 2c 20 65 76 65 6e 0a  63 61 70 74 75 72 69 6e  |s, even.capturin|
000060f0  67 20 66 72 61 6d 65 73  20 6f 6e 2d 74 68 65 2d  |g frames on-the-|
00006100  66 6c 79 20 66 72 6f 6d  20 72 65 6e 64 65 72 69  |fly from renderi|
00006110  6e 67 20 70 61 63 6b 61  67 65 73 20 6c 69 6b 65  |ng packages like|
00006120  20 4c 69 67 68 74 77 61  76 65 2e 0a 54 68 65 20  | Lightwave..The |
00006130  63 75 72 72 65 6e 74 20  76 65 72 73 69 6f 6e 20  |current version |
00006140  69 73 20 31 2e 30 35 2c  20 61 76 61 69 6c 61 62  |is 1.05, availab|
00006150  6c 65 20 66 72 6f 6d 20  41 6d 69 4e 65 74 20 73  |le from AmiNet s|
00006160  69 74 65 73 2c 20 66 69  6c 65 0a 2f 70 75 62 2f  |ites, file./pub/|
00006170  61 6d 69 6e 65 74 2f 67  66 78 2f 61 67 61 2f 72  |aminet/gfx/aga/r|
00006180  65 6e 64 31 30 35 2e 6c  68 61 2e 0a 0a 56 69 65  |end105.lha...Vie|
00006190  77 74 65 6b 20 69 73 20  61 20 66 72 65 65 20 4a  |wtek is a free J|
000061a0  50 45 47 2f 49 4c 42 4d  2f 47 49 46 2f 41 4e 49  |PEG/ILBM/GIF/ANI|
000061b0  4d 20 76 69 65 77 65 72  2e 20 20 54 68 65 20 63  |M viewer.  The c|
000061c0  75 72 72 65 6e 74 20 76  65 72 73 69 6f 6e 20 69  |urrent version i|
000061d0  73 20 32 2e 31 2c 0a 61  76 61 69 6c 61 62 6c 65  |s 2.1,.available|
000061e0  20 66 72 6f 6d 20 41 6d  69 4e 65 74 20 73 69 74  | from AmiNet sit|
000061f0  65 73 2c 20 66 69 6c 65  20 2f 70 75 62 2f 61 6d  |es, file /pub/am|
00006200  69 6e 65 74 2f 67 66 78  2f 73 68 6f 77 2f 56 69  |inet/gfx/show/Vi|
00006210  65 77 54 45 4b 32 31 2e  6c 68 61 2e 0a 56 69 65  |ewTEK21.lha..Vie|
00006220  77 74 65 6b 20 75 73 65  64 20 74 6f 20 62 65 20  |wtek used to be |
00006230  74 68 65 20 62 65 73 74  20 66 72 65 65 20 4a 50  |the best free JP|
00006240  45 47 20 76 69 65 77 65  72 20 66 6f 72 20 41 6d  |EG viewer for Am|
00006250  69 67 61 2c 20 62 75 74  20 69 74 20 6e 6f 77 20  |iga, but it now |
00006260  66 61 63 65 73 0a 73 74  69 66 66 20 63 6f 6d 70  |faces.stiff comp|
00006270  65 74 69 74 69 6f 6e 20  66 72 6f 6d 20 46 61 73  |etition from Fas|
00006280  74 4a 50 45 47 20 61 6e  64 20 50 50 53 68 6f 77  |tJPEG and PPShow|
00006290  2e 20 20 54 68 65 20 63  68 6f 69 63 65 20 64 65  |.  The choice de|
000062a0  70 65 6e 64 73 20 6f 6e  20 79 6f 75 72 0a 64 69  |pends on your.di|
000062b0  73 70 6c 61 79 20 68 61  72 64 77 61 72 65 20 61  |splay hardware a|
000062c0  6e 64 20 70 65 72 73 6f  6e 61 6c 20 70 72 65 66  |nd personal pref|
000062d0  65 72 65 6e 63 65 73 2e  20 20 56 69 65 77 74 65  |erences.  Viewte|
000062e0  6b 20 68 61 73 20 70 6f  6f 72 20 64 69 73 70 6c  |k has poor displ|
000062f0  61 79 20 71 75 61 6c 69  74 79 0a 6f 6e 20 4f 43  |ay quality.on OC|
00006300  53 2f 45 43 53 20 28 48  41 4d 36 29 20 73 63 72  |S/ECS (HAM6) scr|
00006310  65 65 6e 73 3b 20 62 75  74 20 69 74 20 6c 6f 6f  |eens; but it loo|
00006320  6b 73 20 76 65 72 79 20  67 6f 6f 64 20 6f 6e 20  |ks very good on |
00006330  41 47 41 20 28 48 41 4d  38 29 2e 0a 0a 54 68 65  |AGA (HAM8)...The|
00006340  72 65 20 69 73 20 66 69  6e 61 6c 6c 79 20 61 20  |re is finally a |
00006350  67 6f 6f 64 20 4a 50 45  47 20 64 61 74 61 74 79  |good JPEG dataty|
00006360  70 65 20 66 6f 72 20 75  73 65 20 77 69 74 68 20  |pe for use with |
00006370  64 61 74 61 74 79 70 65  2d 62 61 73 65 64 20 76  |datatype-based v|
00006380  69 65 77 65 72 73 0a 28  73 75 63 68 20 61 73 20  |iewers.(such as |
00006390  4d 75 6c 74 69 76 69 65  77 20 6f 72 20 53 68 6f  |Multiview or Sho|
000063a0  77 44 54 29 2e 20 20 41  76 61 69 6c 61 62 6c 65  |wDT).  Available|
000063b0  20 66 72 6f 6d 20 41 6d  69 4e 65 74 20 73 69 74  | from AmiNet sit|
000063c0  65 73 2c 20 66 69 6c 65  0a 2f 70 75 62 2f 61 6d  |es, file./pub/am|
000063d0  69 6e 65 74 2f 75 74 69  6c 2f 64 74 79 70 65 2f  |inet/util/dtype/|
000063e0  6a 66 69 66 5f 64 74 63  2e 6c 68 61 2e 20 20 28  |jfif_dtc.lha.  (|
000063f0  54 68 65 20 76 65 72 73  69 6f 6e 20 64 61 74 65  |The version date|
00006400  64 20 31 32 2f 31 32 2f  39 34 0a 68 61 73 20 61  |d 12/12/94.has a|
00006410  20 62 75 67 3b 20 79 6f  75 20 73 68 6f 75 6c 64  | bug; you should|
00006420  20 61 6c 73 6f 20 67 65  74 20 2f 70 75 62 2f 61  | also get /pub/a|
00006430  6d 69 6e 65 74 2f 75 74  69 6c 2f 64 74 79 70 65  |minet/util/dtype|
00006440  2f 6a 66 69 66 5f 46 49  58 2e 6c 68 61 2e 29 0a  |/jfif_FIX.lha.).|
00006450  0a 54 68 65 20 66 72 65  65 20 49 4a 47 20 4a 50  |.The free IJG JP|
00006460  45 47 20 73 6f 66 74 77  61 72 65 20 69 73 20 61  |EG software is a|
00006470  76 61 69 6c 61 62 6c 65  20 63 6f 6d 70 69 6c 65  |vailable compile|
00006480  64 20 66 6f 72 20 41 6d  69 67 61 73 20 66 72 6f  |d for Amigas fro|
00006490  6d 20 41 6d 69 4e 65 74  0a 73 69 74 65 73 2c 20  |m AmiNet.sites, |
000064a0  66 69 6c 65 20 2f 70 75  62 2f 61 6d 69 6e 65 74  |file /pub/aminet|
000064b0  2f 67 66 78 2f 63 6f 6e  76 2f 6a 70 65 67 56 36  |/gfx/conv/jpegV6|
000064c0  62 69 6e 2e 6c 68 61 2e  20 20 54 68 65 73 65 20  |bin.lha.  These |
000064d0  70 72 6f 67 72 61 6d 73  20 63 6f 6e 76 65 72 74  |programs convert|
000064e0  0a 4a 50 45 47 20 74 6f  2f 66 72 6f 6d 20 50 50  |.JPEG to/from PP|
000064f0  4d 2c 20 47 49 46 2c 20  42 4d 50 2c 20 54 61 72  |M, GIF, BMP, Tar|
00006500  67 61 20 66 6f 72 6d 61  74 73 2e 0a 0a 49 66 20  |ga formats...If |
00006510  79 6f 75 20 68 61 76 65  20 61 20 44 43 54 56 20  |you have a DCTV |
00006520  62 6f 78 20 6f 72 20 61  20 63 6f 6d 70 61 74 69  |box or a compati|
00006530  62 6c 65 20 64 69 73 70  6c 61 79 2c 20 74 72 79  |ble display, try|
00006540  20 4a 50 45 47 6f 6e 44  43 54 56 2e 20 20 41 76  | JPEGonDCTV.  Av|
00006550  61 69 6c 61 62 6c 65 0a  66 72 6f 6d 20 41 6d 69  |ailable.from Ami|
00006560  4e 65 74 20 73 69 74 65  73 2c 20 66 69 6c 65 20  |Net sites, file |
00006570  2f 70 75 62 2f 61 6d 69  6e 65 74 2f 67 66 78 2f  |/pub/aminet/gfx/|
00006580  73 68 6f 77 2f 4a 50 45  47 6f 6e 44 43 54 56 31  |show/JPEGonDCTV1|
00006590  30 30 2e 6c 68 61 2e 20  20 56 69 65 77 74 65 6b  |00.lha.  Viewtek|
000065a0  20 69 73 0a 61 6c 73 6f  20 72 65 70 6f 72 74 65  | is.also reporte|
000065b0  64 20 74 6f 20 77 6f 72  6b 20 77 65 6c 6c 20 77  |d to work well w|
000065c0  69 74 68 20 44 43 54 56  2e 0a 0a 2d 2d 2d 2d 2d  |ith DCTV...-----|
000065d0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
000065e0  2d 2d 2d 2d 2d 2d 2d 2d  2d 0a 0a 53 75 62 6a 65  |---------..Subje|
000065f0  63 74 3a 20 5b 31 30 5d  20 41 74 61 72 69 20 53  |ct: [10] Atari S|
00006600  54 0a 0a 47 45 4d 2d 56  69 65 77 20 28 73 68 61  |T..GEM-View (sha|
00006610  72 65 77 61 72 65 2c 20  24 32 36 29 20 64 69 73  |reware, $26) dis|
00006620  70 6c 61 79 73 20 4a 50  45 47 2c 20 47 49 46 2c  |plays JPEG, GIF,|
00006630  20 61 6e 64 20 6f 74 68  65 72 20 69 6d 61 67 65  | and other image|
00006640  20 66 6f 72 6d 61 74 73  2e 0a 46 54 50 20 66 72  | formats..FTP fr|
00006650  6f 6d 20 61 74 61 72 69  2e 61 72 63 68 69 76 65  |om atari.archive|
00006660  2e 75 6d 69 63 68 2e 65  64 75 3a 2f 61 74 61 72  |.umich.edu:/atar|
00006670  69 2f 47 72 61 70 68 69  63 73 2f 47 65 6d 76 69  |i/Graphics/Gemvi|
00006680  65 77 2f 67 76 69 65 77  32 34 38 2e 6c 7a 68 2e  |ew/gview248.lzh.|
00006690  0a 54 68 69 73 20 69 73  20 61 20 77 65 6c 6c 20  |.This is a well |
000066a0  72 65 67 61 72 64 65 64  20 76 69 65 77 65 72 2e  |regarded viewer.|
000066b0  20 20 54 68 65 20 45 6e  67 6c 69 73 68 20 64 6f  |  The English do|
000066c0  63 75 6d 65 6e 74 61 74  69 6f 6e 20 74 65 6e 64  |cumentation tend|
000066d0  73 20 74 6f 20 62 65 20  61 0a 66 65 77 20 76 65  |s to be a.few ve|
000066e0  72 73 69 6f 6e 73 20 62  65 68 69 6e 64 2c 20 74  |rsions behind, t|
000066f0  68 6f 75 67 68 2e 0a 0a  46 6f 72 20 6d 6f 6e 6f  |hough...For mono|
00006700  63 68 72 6f 6d 65 20 53  54 20 6d 6f 6e 69 74 6f  |chrome ST monito|
00006710  72 73 2c 20 74 72 79 20  4d 47 49 46 2c 20 77 68  |rs, try MGIF, wh|
00006720  69 63 68 20 6d 61 6e 61  67 65 73 20 74 6f 20 61  |ich manages to a|
00006730  63 68 69 65 76 65 20 66  6f 75 72 2d 6c 65 76 65  |chieve four-leve|
00006740  6c 0a 67 72 61 79 2d 73  63 61 6c 65 20 65 66 66  |l.gray-scale eff|
00006750  65 63 74 20 62 79 20 66  6c 69 63 6b 65 72 69 6e  |ect by flickerin|
00006760  67 2e 20 20 56 65 72 73  69 6f 6e 20 34 2e 32 20  |g.  Version 4.2 |
00006770  6c 6f 61 64 73 20 4a 50  45 47 20 66 69 6c 65 73  |loads JPEG files|
00006780  20 6d 75 63 68 20 66 61  73 74 65 72 0a 74 68 61  | much faster.tha|
00006790  6e 20 34 2e 31 20 64 69  64 2e 20 20 46 54 50 20  |n 4.1 did.  FTP |
000067a0  66 72 6f 6d 20 61 74 61  72 69 2e 61 72 63 68 69  |from atari.archi|
000067b0  76 65 2e 75 6d 69 63 68  2e 65 64 75 3a 2f 61 74  |ve.umich.edu:/at|
000067c0  61 72 69 2f 47 72 61 70  68 69 63 73 2f 6d 67 69  |ari/Graphics/mgi|
000067d0  66 34 32 62 2e 7a 6f 6f  2e 0a 0a 54 68 65 20 66  |f42b.zoo...The f|
000067e0  72 65 65 20 49 4a 47 20  4a 50 45 47 20 73 6f 66  |ree IJG JPEG sof|
000067f0  74 77 61 72 65 20 69 73  20 61 76 61 69 6c 61 62  |tware is availab|
00006800  6c 65 20 63 6f 6d 70 69  6c 65 64 20 66 6f 72 20  |le compiled for |
00006810  41 74 61 72 69 20 53 54  2f 54 54 2f 65 74 63 0a  |Atari ST/TT/etc.|
00006820  66 72 6f 6d 20 6d 69 63  72 6f 73 2e 68 65 6e 73  |from micros.hens|
00006830  61 2e 61 63 2e 75 6b 3a  2f 6d 69 63 72 6f 73 2f  |a.ac.uk:/micros/|
00006840  61 74 61 72 69 2f 74 6f  73 2f 70 2f 70 31 30 38  |atari/tos/p/p108|
00006850  2f 6a 70 65 67 35 61 62  6e 2e 7a 6f 6f 2e 0a 54  |/jpeg5abn.zoo..T|
00006860  68 65 73 65 20 70 72 6f  67 72 61 6d 73 20 63 6f  |hese programs co|
00006870  6e 76 65 72 74 20 4a 50  45 47 20 74 6f 2f 66 72  |nvert JPEG to/fr|
00006880  6f 6d 20 50 50 4d 2c 20  47 49 46 2c 20 42 4d 50  |om PPM, GIF, BMP|
00006890  2c 20 54 61 72 67 61 20  66 6f 72 6d 61 74 73 2e  |, Targa formats.|
000068a0  0a 0a 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |..--------------|
000068b0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
000068c0  0a 0a 53 75 62 6a 65 63  74 3a 20 5b 31 31 5d 20  |..Subject: [11] |
000068d0  41 63 6f 72 6e 20 41 72  63 68 69 6d 65 64 65 73  |Acorn Archimedes|
000068e0  0a 0a 54 68 65 20 41 63  6f 72 6e 20 61 72 63 68  |..The Acorn arch|
000068f0  69 76 65 20 61 74 20 6d  69 63 72 6f 73 2e 68 65  |ive at micros.he|
00006900  6e 73 61 2e 61 63 2e 75  6b 20 63 6f 6e 74 61 69  |nsa.ac.uk contai|
00006910  6e 73 20 73 65 76 65 72  61 6c 20 4a 50 45 47 2d  |ns several JPEG-|
00006920  63 61 70 61 62 6c 65 0a  70 72 6f 67 72 61 6d 73  |capable.programs|
00006930  2e 20 20 52 65 61 64 20  74 68 65 20 66 69 6c 65  |.  Read the file|
00006940  20 6d 69 63 72 6f 73 2e  68 65 6e 73 61 2e 61 63  | micros.hensa.ac|
00006950  2e 75 6b 3a 2f 6d 69 63  72 6f 73 2f 61 72 63 68  |.uk:/micros/arch|
00006960  2f 72 69 73 63 6f 73 2f  69 6e 64 65 78 0a 66 6f  |/riscos/index.fo|
00006970  72 20 72 65 74 72 69 65  76 61 6c 20 69 6e 73 74  |r retrieval inst|
00006980  72 75 63 74 69 6f 6e 73  2e 20 20 52 65 63 6f 6d  |ructions.  Recom|
00006990  6d 65 6e 64 65 64 20 61  72 63 68 69 76 65 20 65  |mended archive e|
000069a0  6e 74 72 69 65 73 20 69  6e 63 6c 75 64 65 3a 0a  |ntries include:.|
000069b0  0a 61 30 32 32 20 54 72  61 6e 73 6c 61 74 6f 72  |.a022 Translator|
000069c0  20 37 2e 31 38 3a 20 69  6d 61 67 65 20 66 69 6c  | 7.18: image fil|
000069d0  65 20 66 6f 72 6d 61 74  20 63 6f 6e 76 65 72 74  |e format convert|
000069e0  65 72 20 28 73 68 61 72  65 77 61 72 65 29 0a 62  |er (shareware).b|
000069f0  30 30 38 20 46 59 45 4f  20 32 2e 30 31 3a 20 46  |008 FYEO 2.01: F|
00006a00  6f 72 20 59 6f 75 72 20  45 79 65 73 20 4f 6e 6c  |or Your Eyes Onl|
00006a10  79 2c 20 66 61 73 74 20  4a 50 45 47 2f 47 49 46  |y, fast JPEG/GIF|
00006a20  20 69 6d 61 67 65 20 76  69 65 77 65 72 20 28 73  | image viewer (s|
00006a30  68 61 72 65 77 61 72 65  29 0a 61 31 31 30 20 4a  |hareware).a110 J|
00006a40  50 45 47 20 35 2e 30 30  3a 20 49 4a 47 20 76 35  |PEG 5.00: IJG v5|
00006a50  20 73 6f 66 74 77 61 72  65 20 28 4a 50 45 47 3c  | software (JPEG<|
00006a60  3d 3e 50 50 4d 2c 47 49  46 2c 54 61 72 67 61 29  |=>PPM,GIF,Targa)|
00006a70  20 77 2f 20 64 65 73 6b  74 6f 70 20 66 72 6f 6e  | w/ desktop fron|
00006a80  74 20 65 6e 64 0a 0a 21  43 68 61 6e 67 65 46 53  |t end..!ChangeFS|
00006a90  49 2c 20 73 75 70 70 6c  69 65 64 20 77 69 74 68  |I, supplied with|
00006aa0  20 52 49 53 43 20 4f 53  20 33 20 76 65 72 73 69  | RISC OS 3 versi|
00006ab0  6f 6e 20 33 2e 31 30 2c  20 63 61 6e 20 63 6f 6e  |on 3.10, can con|
00006ac0  76 65 72 74 20 66 72 6f  6d 20 61 6e 64 20 76 69  |vert from and vi|
00006ad0  65 77 0a 4a 50 45 47 20  4a 46 49 46 20 66 6f 72  |ew.JPEG JFIF for|
00006ae0  6d 61 74 2e 20 20 50 72  6f 76 69 73 69 6f 6e 20  |mat.  Provision |
00006af0  69 73 20 61 6c 73 6f 20  6d 61 64 65 20 74 6f 20  |is also made to |
00006b00  63 6f 6e 76 65 72 74 20  69 6d 61 67 65 73 20 74  |convert images t|
00006b10  6f 20 4a 50 45 47 2c 0a  61 6c 74 68 6f 75 67 68  |o JPEG,.although|
00006b20  20 74 68 69 73 20 6d 75  73 74 20 62 65 20 64 6f  | this must be do|
00006b30  6e 65 20 66 72 6f 6d 20  74 68 65 20 43 4c 49 20  |ne from the CLI |
00006b40  72 61 74 68 65 72 20 74  68 61 6e 20 62 79 20 64  |rather than by d|
00006b50  6f 75 62 6c 65 2d 63 6c  69 63 6b 69 6e 67 2e 0a  |ouble-clicking..|
00006b60  0a 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |.---------------|
00006b70  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 0a  |---------------.|
00006b80  0a 53 75 62 6a 65 63 74  3a 20 5b 31 32 5d 20 4e  |.Subject: [12] N|
00006b90  65 58 54 0a 0a 4f 6d 6e  69 49 6d 61 67 65 46 69  |eXT..OmniImageFi|
00006ba0  6c 74 65 72 20 69 73 20  61 20 66 69 6c 74 65 72  |lter is a filter|
00006bb0  20 70 61 63 6b 61 67 65  20 74 68 61 74 20 63 6f  | package that co|
00006bc0  6e 76 65 72 74 73 20 4e  65 58 54 53 74 65 70 20  |nverts NeXTStep |
00006bd0  54 49 46 46 20 74 6f 20  61 6e 64 20 66 72 6f 6d  |TIFF to and from|
00006be0  0a 61 62 6f 75 74 20 33  30 20 69 6d 61 67 65 20  |.about 30 image |
00006bf0  66 6f 72 6d 61 74 73 2e  20 20 49 74 20 72 65 61  |formats.  It rea|
00006c00  64 73 20 4a 50 45 47 20  62 75 74 20 64 6f 65 73  |ds JPEG but does|
00006c10  20 6e 6f 74 20 77 72 69  74 65 20 69 74 2e 20 20  | not write it.  |
00006c20  49 74 20 77 6f 72 6b 73  20 77 69 74 68 0a 6d 6f  |It works with.mo|
00006c30  73 74 20 4e 65 58 54 53  74 65 70 20 70 72 6f 67  |st NeXTStep prog|
00006c40  72 61 6d 73 20 74 68 61  74 20 68 61 6e 64 6c 65  |rams that handle|
00006c50  20 64 72 61 67 2d 61 6e  64 2d 64 72 6f 70 2e 20  | drag-and-drop. |
00006c60  20 4f 6d 6e 69 49 6d 61  67 65 20 69 73 20 61 20  | OmniImage is a |
00006c70  73 69 6d 70 6c 65 0a 69  6d 61 67 65 20 76 69 65  |simple.image vie|
00006c80  77 65 72 20 74 68 61 74  20 75 73 65 73 20 74 68  |wer that uses th|
00006c90  65 20 66 69 6c 74 65 72  20 70 61 63 6b 61 67 65  |e filter package|
00006ca0  2e 20 20 42 6f 74 68 20  61 72 65 20 66 72 65 65  |.  Both are free|
00006cb0  2e 20 20 41 76 61 69 6c  61 62 6c 65 20 66 72 6f  |.  Available fro|
00006cc0  6d 0a 66 74 70 2e 6f 6d  6e 69 67 72 6f 75 70 2e  |m.ftp.omnigroup.|
00006cd0  63 6f 6d 3a 2f 70 75 62  2f 73 6f 66 74 77 61 72  |com:/pub/softwar|
00006ce0  65 2f 4f 6d 6e 69 49 6d  61 67 65 46 69 6c 74 65  |e/OmniImageFilte|
00006cf0  72 2d 33 2e 30 2e 70 6b  67 2e 74 61 72 20 61 6e  |r-3.0.pkg.tar an|
00006d00  64 0a 66 74 70 2e 6f 6d  6e 69 67 72 6f 75 70 2e  |d.ftp.omnigroup.|
00006d10  63 6f 6d 3a 2f 70 75 62  2f 73 6f 66 74 77 61 72  |com:/pub/softwar|
00006d20  65 2f 4f 6d 6e 69 49 6d  61 67 65 2d 33 2e 30 2e  |e/OmniImage-3.0.|
00006d30  31 2e 70 6b 67 2e 74 61  72 2e 0a 0a 49 6d 61 67  |1.pkg.tar...Imag|
00006d40  65 56 69 65 77 65 72 20  69 73 20 61 20 50 44 20  |eViewer is a PD |
00006d50  75 74 69 6c 69 74 79 20  74 68 61 74 20 64 69 73  |utility that dis|
00006d60  70 6c 61 79 73 20 69 6d  61 67 65 73 20 61 6e 64  |plays images and|
00006d70  20 63 61 6e 20 64 6f 20  73 6f 6d 65 20 66 6f 72  | can do some for|
00006d80  6d 61 74 0a 63 6f 6e 76  65 72 73 69 6f 6e 73 2e  |mat.conversions.|
00006d90  20 20 54 68 65 20 63 75  72 72 65 6e 74 20 76 65  |  The current ve|
00006da0  72 73 69 6f 6e 20 72 65  61 64 73 20 4a 50 45 47  |rsion reads JPEG|
00006db0  20 62 75 74 20 64 6f 65  73 20 6e 6f 74 20 77 72  | but does not wr|
00006dc0  69 74 65 20 69 74 2e 0a  49 6d 61 67 65 56 69 65  |ite it..ImageVie|
00006dd0  77 65 72 20 69 73 20 61  76 61 69 6c 61 62 6c 65  |wer is available|
00006de0  20 66 72 6f 6d 20 74 68  65 20 4e 65 58 54 20 61  | from the NeXT a|
00006df0  72 63 68 69 76 65 73 20  61 74 20 73 6f 6e 61 74  |rchives at sonat|
00006e00  61 2e 63 63 2e 70 75 72  64 75 65 2e 65 64 75 20  |a.cc.purdue.edu |
00006e10  61 6e 64 0a 63 73 2e 6f  72 73 74 2e 65 64 75 3a  |and.cs.orst.edu:|
00006e20  2f 70 75 62 2f 6e 65 78  74 2f 33 2e 30 2f 62 69  |/pub/next/3.0/bi|
00006e30  6e 2f 49 6d 61 67 65 56  69 65 77 65 72 30 2e 39  |n/ImageViewer0.9|
00006e40  69 2e 74 61 72 2e 5a 2e  20 20 4e 6f 74 65 20 74  |i.tar.Z.  Note t|
00006e50  68 61 74 20 74 68 65 72  65 0a 69 73 20 61 6e 20  |hat there.is an |
00006e60  6f 6c 64 65 72 20 76 65  72 73 69 6f 6e 20 66 6c  |older version fl|
00006e70  6f 61 74 69 6e 67 20 61  72 6f 75 6e 64 20 74 68  |oating around th|
00006e80  61 74 20 64 6f 65 73 20  6e 6f 74 20 73 75 70 70  |at does not supp|
00006e90  6f 72 74 20 4a 50 45 47  2e 0a 0a 54 68 65 20 22  |ort JPEG...The "|
00006ea0  69 6d 61 67 65 74 6f 6f  6c 73 22 20 61 72 63 68  |imagetools" arch|
00006eb0  69 76 65 20 61 74 20 66  74 70 2e 74 68 6f 75 67  |ive at ftp.thoug|
00006ec0  68 74 70 6f 72 74 2e 63  6f 6d 3a 2f 70 75 62 2f  |htport.com:/pub/|
00006ed0  6e 65 78 74 2f 67 72 61  70 68 69 63 73 2f 20 69  |next/graphics/ i|
00006ee0  6e 63 6c 75 64 65 73 0a  4e 65 58 54 53 74 65 70  |ncludes.NeXTStep|
00006ef0  20 63 6f 6d 70 69 6c 65  64 20 62 69 6e 61 72 69  | compiled binari|
00006f00  65 73 20 66 6f 72 20 61  20 77 69 64 65 20 61 72  |es for a wide ar|
00006f10  72 61 79 20 6f 66 20 66  72 65 65 20 69 6d 61 67  |ray of free imag|
00006f20  65 20 6d 61 6e 69 70 75  6c 61 74 69 6f 6e 20 74  |e manipulation t|
00006f30  6f 6f 6c 73 0a 69 6e 63  6c 75 64 69 6e 67 20 74  |ools.including t|
00006f40  68 65 20 49 4a 47 20 4a  50 45 47 20 74 6f 6f 6c  |he IJG JPEG tool|
00006f50  73 2e 0a 0a 4e 65 58 54  53 74 65 70 20 69 6e 63  |s...NeXTStep inc|
00006f60  6c 75 64 65 73 20 62 75  69 6c 74 2d 69 6e 20 73  |ludes built-in s|
00006f70  75 70 70 6f 72 74 20 66  6f 72 20 54 49 46 46 2f  |upport for TIFF/|
00006f80  4a 50 45 47 2c 20 62 75  74 20 6e 6f 74 20 66 6f  |JPEG, but not fo|
00006f90  72 20 74 68 65 0a 55 73  65 6e 65 74 2d 73 74 61  |r the.Usenet-sta|
00006fa0  6e 64 61 72 64 20 4a 46  49 46 20 66 6f 72 6d 61  |ndard JFIF forma|
00006fb0  74 2e 20 20 42 65 20 77  61 72 6e 65 64 20 74 68  |t.  Be warned th|
00006fc0  61 74 20 74 68 65 20 54  49 46 46 2f 4a 50 45 47  |at the TIFF/JPEG|
00006fd0  20 73 74 61 6e 64 61 72  64 20 69 73 0a 61 62 6f  | standard is.abo|
00006fe0  75 74 20 74 6f 20 63 68  61 6e 67 65 20 61 77 61  |ut to change awa|
00006ff0  79 20 66 72 6f 6d 20 74  68 65 20 66 6c 61 76 6f  |y from the flavo|
00007000  72 20 63 75 72 72 65 6e  74 6c 79 20 70 72 6f 64  |r currently prod|
00007010  75 63 65 64 20 62 79 20  4e 65 58 54 53 74 65 70  |uced by NeXTStep|
00007020  2c 0a 73 6f 20 63 6f 6d  70 61 74 69 62 69 6c 69  |,.so compatibili|
00007030  74 79 20 77 69 74 68 20  6f 74 68 65 72 20 70 6c  |ty with other pl|
00007040  61 74 66 6f 72 6d 73 20  69 73 20 64 6f 75 62 74  |atforms is doubt|
00007050  66 75 6c 2e 0a 0a 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |ful...----------|
00007060  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
00007070  2d 2d 2d 2d 0a 0a 53 75  62 6a 65 63 74 3a 20 5b  |----..Subject: [|
00007080  31 33 5d 20 4f 74 68 65  72 20 73 79 73 74 65 6d  |13] Other system|
00007090  73 0a 0a 49 66 20 79 6f  75 20 64 6f 6e 27 74 20  |s..If you don't |
000070a0  73 65 65 20 77 68 61 74  20 79 6f 75 20 77 61 6e  |see what you wan|
000070b0  74 20 66 6f 72 20 79 6f  75 72 20 6d 61 63 68 69  |t for your machi|
000070c0  6e 65 2c 20 63 68 65 63  6b 20 6f 75 74 20 74 68  |ne, check out th|
000070d0  65 20 66 72 65 65 20 49  4a 47 0a 73 6f 75 72 63  |e free IJG.sourc|
000070e0  65 20 63 6f 64 65 20 64  65 73 63 72 69 62 65 64  |e code described|
000070f0  20 69 6e 20 74 68 65 20  6e 65 78 74 20 73 65 63  | in the next sec|
00007100  74 69 6f 6e 2e 20 20 41  73 73 75 6d 69 6e 67 20  |tion.  Assuming |
00007110  79 6f 75 20 68 61 76 65  20 61 20 43 20 63 6f 6d  |you have a C com|
00007120  70 69 6c 65 72 0a 61 6e  64 20 61 74 20 6c 65 61  |piler.and at lea|
00007130  73 74 20 61 20 6c 69 74  74 6c 65 20 6b 6e 6f 77  |st a little know|
00007140  6c 65 64 67 65 20 6f 66  20 63 6f 6d 70 69 6c 69  |ledge of compili|
00007150  6e 67 20 43 20 70 72 6f  67 72 61 6d 73 2c 20 79  |ng C programs, y|
00007160  6f 75 20 73 68 6f 75 6c  64 20 62 65 20 61 62 6c  |ou should be abl|
00007170  65 0a 74 6f 20 70 72 65  70 61 72 65 20 4a 50 45  |e.to prepare JPE|
00007180  47 20 63 6f 6e 76 65 72  73 69 6f 6e 20 70 72 6f  |G conversion pro|
00007190  67 72 61 6d 73 20 66 72  6f 6d 20 74 68 65 20 73  |grams from the s|
000071a0  6f 75 72 63 65 20 63 6f  64 65 2e 20 20 59 6f 75  |ource code.  You|
000071b0  27 6c 6c 20 61 6c 73 6f  20 6e 65 65 64 0a 61 20  |'ll also need.a |
000071c0  76 69 65 77 65 72 20 70  72 6f 67 72 61 6d 2e 20  |viewer program. |
000071d0  20 49 66 20 79 6f 75 72  20 64 69 73 70 6c 61 79  | If your display|
000071e0  20 69 73 20 38 20 62 69  74 73 20 6f 72 20 6c 65  | is 8 bits or le|
000071f0  73 73 2c 20 61 6e 79 20  47 49 46 20 76 69 65 77  |ss, any GIF view|
00007200  65 72 20 77 69 6c 6c 20  64 6f 0a 66 69 6e 65 3b  |er will do.fine;|
00007210  20 69 66 20 79 6f 75 20  68 61 76 65 20 61 20 64  | if you have a d|
00007220  69 73 70 6c 61 79 20 77  69 74 68 20 6d 6f 72 65  |isplay with more|
00007230  20 63 6f 6c 6f 72 20 63  61 70 61 62 69 6c 69 74  | color capabilit|
00007240  79 2c 20 74 72 79 20 74  6f 20 66 69 6e 64 20 61  |y, try to find a|
00007250  20 76 69 65 77 65 72 0a  74 68 61 74 20 63 61 6e  | viewer.that can|
00007260  20 72 65 61 64 20 54 61  72 67 61 2c 20 42 4d 50  | read Targa, BMP|
00007270  2c 20 6f 72 20 50 50 4d  20 32 34 2d 62 69 74 20  |, or PPM 24-bit |
00007280  69 6d 61 67 65 20 66 69  6c 65 73 2e 0a 0a 2d 2d  |image files...--|
00007290  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
000072a0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 0a 0a 53 75  |------------..Su|
000072b0  62 6a 65 63 74 3a 20 5b  31 34 5d 20 46 72 65 65  |bject: [14] Free|
000072c0  6c 79 20 61 76 61 69 6c  61 62 6c 65 20 73 6f 75  |ly available sou|
000072d0  72 63 65 20 63 6f 64 65  20 66 6f 72 20 4a 50 45  |rce code for JPE|
000072e0  47 0a 0a 46 72 65 65 2c  20 70 6f 72 74 61 62 6c  |G..Free, portabl|
000072f0  65 20 43 20 63 6f 64 65  20 66 6f 72 20 4a 50 45  |e C code for JPE|
00007300  47 20 63 6f 6d 70 72 65  73 73 69 6f 6e 20 69 73  |G compression is|
00007310  20 61 76 61 69 6c 61 62  6c 65 20 66 72 6f 6d 20  | available from |
00007320  74 68 65 20 49 6e 64 65  70 65 6e 64 65 6e 74 0a  |the Independent.|
00007330  4a 50 45 47 20 47 72 6f  75 70 2e 20 20 53 6f 75  |JPEG Group.  Sou|
00007340  72 63 65 20 63 6f 64 65  2c 20 64 6f 63 75 6d 65  |rce code, docume|
00007350  6e 74 61 74 69 6f 6e 2c  20 61 6e 64 20 74 65 73  |ntation, and tes|
00007360  74 20 66 69 6c 65 73 20  61 72 65 20 69 6e 63 6c  |t files are incl|
00007370  75 64 65 64 2e 0a 56 65  72 73 69 6f 6e 20 36 20  |uded..Version 6 |
00007380  69 73 20 61 76 61 69 6c  61 62 6c 65 20 66 72 6f  |is available fro|
00007390  6d 20 66 74 70 2e 75 75  2e 6e 65 74 3a 2f 67 72  |m ftp.uu.net:/gr|
000073a0  61 70 68 69 63 73 2f 6a  70 65 67 2f 6a 70 65 67  |aphics/jpeg/jpeg|
000073b0  73 72 63 2e 76 36 2e 74  61 72 2e 67 7a 2e 0a 49  |src.v6.tar.gz..I|
000073c0  66 20 79 6f 75 20 61 72  65 20 6f 6e 20 61 20 50  |f you are on a P|
000073d0  43 20 79 6f 75 20 6d 61  79 20 70 72 65 66 65 72  |C you may prefer|
000073e0  20 5a 49 50 20 61 72 63  68 69 76 65 20 66 6f 72  | ZIP archive for|
000073f0  6d 61 74 2c 20 77 68 69  63 68 20 79 6f 75 20 63  |mat, which you c|
00007400  61 6e 20 66 69 6e 64 20  61 74 0a 66 74 70 2e 63  |an find at.ftp.c|
00007410  6f 61 73 74 2e 6e 65 74  3a 2f 53 69 6d 54 65 6c  |oast.net:/SimTel|
00007420  2f 6d 73 64 6f 73 2f 67  72 61 70 68 69 63 73 2f  |/msdos/graphics/|
00007430  6a 70 65 67 73 72 63 36  2e 7a 69 70 20 28 6f 72  |jpegsrc6.zip (or|
00007440  20 61 74 20 61 6e 79 20  53 69 6d 74 65 6c 20 6d  | at any Simtel m|
00007450  69 72 72 6f 72 0a 73 69  74 65 29 2e 20 20 4f 6e  |irror.site).  On|
00007460  20 43 6f 6d 70 75 53 65  72 76 65 2c 20 73 65 65  | CompuServe, see|
00007470  20 74 68 65 20 47 72 61  70 68 69 63 73 20 53 75  | the Graphics Su|
00007480  70 70 6f 72 74 20 66 6f  72 75 6d 20 28 47 4f 20  |pport forum (GO |
00007490  43 49 53 3a 47 52 41 50  48 53 55 50 29 2c 0a 6c  |CIS:GRAPHSUP),.l|
000074a0  69 62 72 61 72 79 20 31  32 20 22 4a 50 45 47 20  |ibrary 12 "JPEG |
000074b0  54 6f 6f 6c 73 22 2c 20  66 69 6c 65 20 6a 70 65  |Tools", file jpe|
000074c0  67 73 72 63 36 2e 7a 69  70 2e 0a 0a 54 68 65 20  |gsrc6.zip...The |
000074d0  49 4a 47 20 63 6f 64 65  20 69 6e 63 6c 75 64 65  |IJG code include|
000074e0  73 20 61 20 72 65 75 73  61 62 6c 65 20 4a 50 45  |s a reusable JPE|
000074f0  47 20 63 6f 6d 70 72 65  73 73 69 6f 6e 2f 64 65  |G compression/de|
00007500  63 6f 6d 70 72 65 73 73  69 6f 6e 20 6c 69 62 72  |compression libr|
00007510  61 72 79 2c 0a 70 6c 75  73 20 73 61 6d 70 6c 65  |ary,.plus sample|
00007520  20 61 70 70 6c 69 63 61  74 69 6f 6e 73 20 22 63  | applications "c|
00007530  6a 70 65 67 22 20 61 6e  64 20 22 64 6a 70 65 67  |jpeg" and "djpeg|
00007540  22 2c 20 77 68 69 63 68  20 70 65 72 66 6f 72 6d  |", which perform|
00007550  20 63 6f 6e 76 65 72 73  69 6f 6e 0a 62 65 74 77  | conversion.betw|
00007560  65 65 6e 20 4a 50 45 47  20 4a 46 49 46 20 66 6f  |een JPEG JFIF fo|
00007570  72 6d 61 74 20 61 6e 64  20 69 6d 61 67 65 20 66  |rmat and image f|
00007580  69 6c 65 73 20 69 6e 20  50 50 4d 2f 50 47 4d 20  |iles in PPM/PGM |
00007590  28 50 42 4d 50 4c 55 53  29 2c 20 47 49 46 2c 20  |(PBMPLUS), GIF, |
000075a0  42 4d 50 2c 0a 55 74 61  68 20 52 4c 45 2c 20 61  |BMP,.Utah RLE, a|
000075b0  6e 64 20 54 61 72 67 61  20 66 6f 72 6d 61 74 73  |nd Targa formats|
000075c0  2e 20 20 41 20 74 68 69  72 64 20 61 70 70 6c 69  |.  A third appli|
000075d0  63 61 74 69 6f 6e 20 22  6a 70 65 67 74 72 61 6e  |cation "jpegtran|
000075e0  22 20 70 72 6f 76 69 64  65 73 0a 6c 6f 73 73 6c  |" provides.lossl|
000075f0  65 73 73 20 74 72 61 6e  73 63 6f 64 69 6e 67 20  |ess transcoding |
00007600  62 65 74 77 65 65 6e 20  64 69 66 66 65 72 65 6e  |between differen|
00007610  74 20 4a 50 45 47 20 66  6f 72 6d 61 74 73 20 2d  |t JPEG formats -|
00007620  2d 2d 20 66 6f 72 20 65  78 61 6d 70 6c 65 2c 20  |-- for example, |
00007630  69 74 20 63 61 6e 0a 63  6f 6e 76 65 72 74 20 61  |it can.convert a|
00007640  20 62 61 73 65 6c 69 6e  65 20 4a 50 45 47 20 66  | baseline JPEG f|
00007650  69 6c 65 20 74 6f 20 61  6e 20 65 71 75 69 76 61  |ile to an equiva|
00007660  6c 65 6e 74 20 70 72 6f  67 72 65 73 73 69 76 65  |lent progressive|
00007670  20 4a 50 45 47 20 66 69  6c 65 2e 20 20 54 77 6f  | JPEG file.  Two|
00007680  0a 73 6d 61 6c 6c 20 61  70 70 6c 69 63 61 74 69  |.small applicati|
00007690  6f 6e 73 20 22 77 72 6a  70 67 63 6f 6d 22 20 61  |ons "wrjpgcom" a|
000076a0  6e 64 20 22 72 64 6a 70  67 63 6f 6d 22 20 69 6e  |nd "rdjpgcom" in|
000076b0  73 65 72 74 20 61 6e 64  20 65 78 74 72 61 63 74  |sert and extract|
000076c0  20 74 65 78 74 75 61 6c  0a 63 6f 6d 6d 65 6e 74  | textual.comment|
000076d0  73 20 69 6e 20 4a 46 49  46 20 66 69 6c 65 73 2e  |s in JFIF files.|
000076e0  20 20 54 68 65 20 70 61  63 6b 61 67 65 20 69 73  |  The package is|
000076f0  20 68 69 67 68 6c 79 20  70 6f 72 74 61 62 6c 65  | highly portable|
00007700  3b 20 69 74 20 68 61 73  20 62 65 65 6e 20 75 73  |; it has been us|
00007710  65 64 0a 73 75 63 63 65  73 73 66 75 6c 6c 79 20  |ed.successfully |
00007720  6f 6e 20 6d 61 6e 79 20  6d 61 63 68 69 6e 65 73  |on many machines|
00007730  20 72 61 6e 67 69 6e 67  20 66 72 6f 6d 20 41 70  | ranging from Ap|
00007740  70 6c 65 20 49 49 73 20  74 6f 20 43 72 61 79 73  |ple IIs to Crays|
00007750  2e 0a 0a 54 68 65 20 49  4a 47 20 63 6f 64 65 20  |...The IJG code |
00007760  69 73 20 66 72 65 65 20  66 6f 72 20 62 6f 74 68  |is free for both|
00007770  20 6e 6f 6e 63 6f 6d 6d  65 72 63 69 61 6c 20 61  | noncommercial a|
00007780  6e 64 20 63 6f 6d 6d 65  72 63 69 61 6c 20 75 73  |nd commercial us|
00007790  65 3b 20 6f 6e 6c 79 20  61 6e 0a 61 63 6b 6e 6f  |e; only an.ackno|
000077a0  77 6c 65 64 67 65 6d 65  6e 74 20 69 6e 20 79 6f  |wledgement in yo|
000077b0  75 72 20 64 6f 63 75 6d  65 6e 74 61 74 69 6f 6e  |ur documentation|
000077c0  20 69 73 20 72 65 71 75  69 72 65 64 20 74 6f 20  | is required to |
000077d0  75 73 65 20 69 74 20 69  6e 20 61 20 70 72 6f 64  |use it in a prod|
000077e0  75 63 74 2e 0a 28 53 65  65 20 74 68 65 20 52 45  |uct..(See the RE|
000077f0  41 44 4d 45 20 66 69 6c  65 20 69 6e 20 74 68 65  |ADME file in the|
00007800  20 64 69 73 74 72 69 62  75 74 69 6f 6e 20 66 6f  | distribution fo|
00007810  72 20 64 65 74 61 69 6c  73 2e 29 0a 0a 0a 41 20  |r details.)...A |
00007820  64 69 66 66 65 72 65 6e  74 20 66 72 65 65 20 4a  |different free J|
00007830  50 45 47 20 69 6d 70 6c  65 6d 65 6e 74 61 74 69  |PEG implementati|
00007840  6f 6e 2c 20 77 72 69 74  74 65 6e 20 62 79 20 74  |on, written by t|
00007850  68 65 20 50 56 52 47 20  67 72 6f 75 70 20 61 74  |he PVRG group at|
00007860  20 53 74 61 6e 66 6f 72  64 2c 0a 69 73 20 61 76  | Stanford,.is av|
00007870  61 69 6c 61 62 6c 65 20  66 72 6f 6d 20 68 61 76  |ailable from hav|
00007880  65 66 75 6e 2e 73 74 61  6e 66 6f 72 64 2e 65 64  |efun.stanford.ed|
00007890  75 3a 2f 70 75 62 2f 6a  70 65 67 2f 4a 50 45 47  |u:/pub/jpeg/JPEG|
000078a0  76 31 2e 32 2e 74 61 72  2e 5a 2e 20 20 54 68 65  |v1.2.tar.Z.  The|
000078b0  20 50 56 52 47 0a 63 6f  64 65 20 69 73 20 64 65  | PVRG.code is de|
000078c0  73 69 67 6e 65 64 20 66  6f 72 20 72 65 73 65 61  |signed for resea|
000078d0  72 63 68 20 61 6e 64 20  65 78 70 65 72 69 6d 65  |rch and experime|
000078e0  6e 74 61 74 69 6f 6e 20  72 61 74 68 65 72 20 74  |ntation rather t|
000078f0  68 61 6e 20 70 72 6f 64  75 63 74 69 6f 6e 0a 75  |han production.u|
00007900  73 65 3b 20 69 74 20 69  73 20 73 6c 6f 77 65 72  |se; it is slower|
00007910  2c 20 68 61 72 64 65 72  20 74 6f 20 75 73 65 2c  |, harder to use,|
00007920  20 61 6e 64 20 6c 65 73  73 20 70 6f 72 74 61 62  | and less portab|
00007930  6c 65 20 74 68 61 6e 20  74 68 65 20 49 4a 47 20  |le than the IJG |
00007940  63 6f 64 65 2c 20 62 75  74 0a 74 68 65 20 50 56  |code, but.the PV|
00007950  52 47 20 63 6f 64 65 20  69 73 20 65 61 73 69 65  |RG code is easie|
00007960  72 20 74 6f 20 75 6e 64  65 72 73 74 61 6e 64 2e  |r to understand.|
00007970  20 20 41 6c 73 6f 2c 20  74 68 65 20 50 56 52 47  |  Also, the PVRG|
00007980  20 63 6f 64 65 20 73 75  70 70 6f 72 74 73 0a 6c  | code supports.l|
00007990  6f 73 73 6c 65 73 73 20  4a 50 45 47 2c 20 77 68  |ossless JPEG, wh|
000079a0  69 6c 65 20 74 68 65 20  49 4a 47 20 63 6f 64 65  |ile the IJG code|
000079b0  20 64 6f 65 73 20 6e 6f  74 2e 20 20 28 42 75 74  | does not.  (But|
000079c0  20 50 56 52 47 20 64 6f  65 73 20 6e 6f 74 20 73  | PVRG does not s|
000079d0  75 70 70 6f 72 74 0a 70  72 6f 67 72 65 73 73 69  |upport.progressi|
000079e0  76 65 20 4a 50 45 47 2e  29 0a 0a 2d 2d 2d 2d 2d  |ve JPEG.)..-----|
000079f0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
00007a00  2d 2d 2d 2d 2d 2d 2d 2d  2d 0a 0a 53 75 62 6a 65  |---------..Subje|
00007a10  63 74 3a 20 5b 31 35 5d  20 57 68 65 72 65 20 61  |ct: [15] Where a|
00007a20  72 65 20 46 41 51 20 6c  69 73 74 73 20 61 72 63  |re FAQ lists arc|
00007a30  68 69 76 65 64 3f 0a 0a  4d 61 6e 79 20 46 41 51  |hived?..Many FAQ|
00007a40  73 20 61 72 65 20 63 72  6f 73 73 70 6f 73 74 65  |s are crossposte|
00007a50  64 20 74 6f 20 6e 65 77  73 2e 61 6e 73 77 65 72  |d to news.answer|
00007a60  73 2e 20 20 57 65 6c 6c  2d 72 75 6e 20 6e 65 74  |s.  Well-run net|
00007a70  6e 65 77 73 20 73 69 74  65 73 20 77 69 6c 6c 20  |news sites will |
00007a80  68 61 76 65 0a 74 68 65  20 6c 61 74 65 73 74 20  |have.the latest |
00007a90  76 65 72 73 69 6f 6e 73  20 61 76 61 69 6c 61 62  |versions availab|
00007aa0  6c 65 20 69 6e 20 74 68  61 74 20 6e 65 77 73 67  |le in that newsg|
00007ab0  72 6f 75 70 2e 20 20 48  6f 77 65 76 65 72 2c 20  |roup.  However, |
00007ac0  74 68 65 72 65 20 61 72  65 20 61 20 2a 6c 6f 74  |there are a *lot|
00007ad0  2a 0a 6f 66 20 70 6f 73  74 69 6e 67 73 20 69 6e  |*.of postings in|
00007ae0  20 6e 65 77 73 2e 61 6e  73 77 65 72 73 2c 20 61  | news.answers, a|
00007af0  6e 64 20 74 68 65 79 20  63 61 6e 20 62 65 20 68  |nd they can be h|
00007b00  61 72 64 20 74 6f 20 73  6f 72 74 20 74 68 72 6f  |ard to sort thro|
00007b10  75 67 68 2e 0a 0a 54 68  65 20 6c 61 74 65 73 74  |ugh...The latest|
00007b20  20 76 65 72 73 69 6f 6e  73 20 6f 66 20 6e 65 77  | versions of new|
00007b30  73 2e 61 6e 73 77 65 72  73 20 70 6f 73 74 69 6e  |s.answers postin|
00007b40  67 73 20 61 72 65 20 61  72 63 68 69 76 65 64 20  |gs are archived |
00007b50  61 74 20 72 74 66 6d 2e  6d 69 74 2e 65 64 75 2e  |at rtfm.mit.edu.|
00007b60  0a 59 6f 75 20 63 61 6e  20 72 65 74 72 69 65 76  |.You can retriev|
00007b70  65 20 74 68 69 73 20 46  41 51 20 62 79 20 46 54  |e this FAQ by FT|
00007b80  50 20 61 73 20 2f 70 75  62 2f 75 73 65 6e 65 74  |P as /pub/usenet|
00007b90  2f 6e 65 77 73 2e 61 6e  73 77 65 72 73 2f 6a 70  |/news.answers/jp|
00007ba0  65 67 2d 66 61 71 2f 70  61 72 74 31 0a 61 6e 64  |eg-faq/part1.and|
00007bb0  20 2f 70 75 62 2f 75 73  65 6e 65 74 2f 6e 65 77  | /pub/usenet/new|
00007bc0  73 2e 61 6e 73 77 65 72  73 2f 6a 70 65 67 2d 66  |s.answers/jpeg-f|
00007bd0  61 71 2f 70 61 72 74 32  2e 20 20 49 66 20 79 6f  |aq/part2.  If yo|
00007be0  75 20 68 61 76 65 20 6e  6f 20 46 54 50 20 61 63  |u have no FTP ac|
00007bf0  63 65 73 73 2c 0a 73 65  6e 64 20 65 2d 6d 61 69  |cess,.send e-mai|
00007c00  6c 20 74 6f 20 6d 61 69  6c 2d 73 65 72 76 65 72  |l to mail-server|
00007c10  40 72 74 66 6d 2e 6d 69  74 2e 65 64 75 20 63 6f  |@rtfm.mit.edu co|
00007c20  6e 74 61 69 6e 69 6e 67  20 74 68 65 20 6c 69 6e  |ntaining the lin|
00007c30  65 73 0a 09 73 65 6e 64  20 75 73 65 6e 65 74 2f  |es..send usenet/|
00007c40  6e 65 77 73 2e 61 6e 73  77 65 72 73 2f 6a 70 65  |news.answers/jpe|
00007c50  67 2d 66 61 71 2f 70 61  72 74 31 0a 09 73 65 6e  |g-faq/part1..sen|
00007c60  64 20 75 73 65 6e 65 74  2f 6e 65 77 73 2e 61 6e  |d usenet/news.an|
00007c70  73 77 65 72 73 2f 6a 70  65 67 2d 66 61 71 2f 70  |swers/jpeg-faq/p|
00007c80  61 72 74 32 0a 28 49 66  20 79 6f 75 20 64 6f 6e  |art2.(If you don|
00007c90  27 74 20 67 65 74 20 61  20 72 65 70 6c 79 2c 20  |'t get a reply, |
00007ca0  74 68 65 20 73 65 72 76  65 72 20 6d 61 79 20 62  |the server may b|
00007cb0  65 20 6d 69 73 72 65 61  64 69 6e 67 20 79 6f 75  |e misreading you|
00007cc0  72 20 72 65 74 75 72 6e  20 61 64 64 72 65 73 73  |r return address|
00007cd0  3b 0a 61 64 64 20 61 20  6c 69 6e 65 20 73 75 63  |;.add a line suc|
00007ce0  68 20 61 73 20 22 70 61  74 68 20 6d 79 6e 61 6d  |h as "path mynam|
00007cf0  65 40 6d 79 73 69 74 65  22 20 74 6f 20 73 70 65  |e@mysite" to spe|
00007d00  63 69 66 79 20 79 6f 75  72 20 63 6f 72 72 65 63  |cify your correc|
00007d10  74 20 65 2d 6d 61 69 6c  0a 61 64 64 72 65 73 73  |t e-mail.address|
00007d20  20 74 6f 20 72 65 70 6c  79 20 74 6f 2e 29 20 20  | to reply to.)  |
00007d30  46 6f 72 20 6d 6f 72 65  20 69 6e 66 6f 20 61 62  |For more info ab|
00007d40  6f 75 74 20 74 68 65 20  46 41 51 20 61 72 63 68  |out the FAQ arch|
00007d50  69 76 65 2c 20 72 65 74  72 69 65 76 65 20 74 68  |ive, retrieve th|
00007d60  65 0a 66 69 6c 65 20 72  74 66 6d 2e 6d 69 74 2e  |e.file rtfm.mit.|
00007d70  65 64 75 3a 2f 70 75 62  2f 75 73 65 6e 65 74 2f  |edu:/pub/usenet/|
00007d80  6e 65 77 73 2e 61 6e 73  77 65 72 73 2f 6e 65 77  |news.answers/new|
00007d90  73 2d 61 6e 73 77 65 72  73 2f 69 6e 74 72 6f 64  |s-answers/introd|
00007da0  75 63 74 69 6f 6e 2e 0a  0a 54 68 65 20 73 61 6d  |uction...The sam|
00007db0  65 20 46 41 51 73 20 61  72 65 20 61 6c 73 6f 20  |e FAQs are also |
00007dc0  61 76 61 69 6c 61 62 6c  65 20 69 6e 20 74 68 65  |available in the|
00007dd0  20 57 6f 72 6c 64 20 57  69 64 65 20 57 65 62 3b  | World Wide Web;|
00007de0  20 73 65 65 20 74 68 65  20 69 6e 64 65 78 20 61  | see the index a|
00007df0  74 0a 68 74 74 70 3a 2f  2f 77 77 77 2e 63 69 73  |t.http://www.cis|
00007e00  2e 6f 68 69 6f 2d 73 74  61 74 65 2e 65 64 75 2f  |.ohio-state.edu/|
00007e10  68 79 70 65 72 74 65 78  74 2f 66 61 71 2f 75 73  |hypertext/faq/us|
00007e20  65 6e 65 74 2f 46 41 51  2d 4c 69 73 74 2e 68 74  |enet/FAQ-List.ht|
00007e30  6d 6c 2e 20 20 54 68 69  73 20 46 41 51 0a 69 73  |ml.  This FAQ.is|
00007e40  20 68 74 74 70 3a 2f 2f  77 77 77 2e 63 69 73 2e  | http://www.cis.|
00007e50  6f 68 69 6f 2d 73 74 61  74 65 2e 65 64 75 2f 68  |ohio-state.edu/h|
00007e60  79 70 65 72 74 65 78 74  2f 66 61 71 2f 75 73 65  |ypertext/faq/use|
00007e70  6e 65 74 2f 6a 70 65 67  2d 66 61 71 2f 74 6f 70  |net/jpeg-faq/top|
00007e80  2e 68 74 6d 6c 2e 0a 4f  74 68 65 72 20 57 57 57  |.html..Other WWW|
00007e90  20 46 41 51 20 61 72 63  68 69 76 65 73 20 69 6e  | FAQ archives in|
00007ea0  63 6c 75 64 65 20 68 74  74 70 3a 2f 2f 77 77 77  |clude http://www|
00007eb0  2e 63 73 2e 72 75 75 2e  6e 6c 2f 63 67 69 2d 62  |.cs.ruu.nl/cgi-b|
00007ec0  69 6e 2f 66 61 71 77 61  69 73 20 61 6e 64 0a 68  |in/faqwais and.h|
00007ed0  74 74 70 3a 2f 2f 77 77  77 2e 6c 69 62 2e 6f 78  |ttp://www.lib.ox|
00007ee0  2e 61 63 2e 75 6b 2f 69  6e 74 65 72 6e 65 74 2f  |.ac.uk/internet/|
00007ef0  6e 65 77 73 2f 2e 0a 0a  2d 2d 20 0a 09 09 09 74  |news/...-- ....t|
00007f00  6f 6d 20 6c 61 6e 65 0a  09 09 09 6f 72 67 61 6e  |om lane....organ|
00007f10  69 7a 65 72 2c 20 49 6e  64 65 70 65 6e 64 65 6e  |izer, Independen|
00007f20  74 20 4a 50 45 47 20 47  72 6f 75 70 0a 09 09 09  |t JPEG Group....|
00007f30  74 67 6c 40 6e 65 74 63  6f 6d 2e 63 6f 6d 20 6f  |tgl@netcom.com o|
00007f40  72 20 74 67 6c 40 73 73  73 2e 70 67 68 2e 70 61  |r tgl@sss.pgh.pa|
00007f50  2e 75 73 0a                                       |.us.|
00007f54