Dec 232017
 
Turbo Paint is a paint program utility and procedures that allow the design of screens that may be used in Turbo Pascal programs.
File TPAINT.ZIP from The Programmer’s Corner in
Category Pascal Source Code
Turbo Paint is a paint program utility and procedures that allow the design of screens that may be used in Turbo Pascal programs.
File Name File Size Zip Size Zip Type
ANIMALS.PIC 16384 2141 deflated
BENZENE.PIC 16384 1827 deflated
COLORMIX.PIC 16384 2380 deflated
CONVERT.COM 12332 9171 deflated
CONVERT.DOC 2334 812 deflated
CONVERT.PAS 4012 1222 deflated
FONTSTYL.PIC 16384 1731 deflated
LOADSAVE.LIB 1806 445 deflated
PATTERNS.PIC 16384 2553 deflated
PLANETS.PIC 16384 4561 deflated
SAILBOAT.PIC 16384 4599 deflated
TPAINT2.000 16384 1417 deflated
TPAINT2.001 16384 4599 deflated
TPAINT2.002 3072 2919 deflated
TPAINT2.COM 53156 30294 deflated
TPAINT2.DOC 28664 8437 deflated
VUTPAINT.COM 12263 9171 deflated
VUTPAINT.PAS 3668 1096 deflated

Download File TPAINT.ZIP Here

Contents of the CONVERT.DOC file




(* ********************************************** *)
(* *)
(* CONVERT.DOC *)
(* *)
(* (c) March 1986 Donald L. Pavia *)
(* Department of Chemistry *)
(* Western Washington University *)
(* Bellingham, Washington 98225 *)
(* *)
(* ********************************************** *)


CONVERT.COM is a program that will convert files from other paint
programs into a form that can be directly loaded into Turbo Pascal
programs. For instance, CONVERT will convert a picture file from
PC Paint to one that may be used by Turbo Paint or be called into any
Turbo Pascal Program by use of the procedures in LOADSAVE.LIB.

Since these files are stripped of their header you must set the
screen mode, background color, and palette BEFORE you load the picture.
Typically, this can be done with statements of the following type in
your code :
GraphColorMode; GraphBackGround (1); Palette (2);

The following offsets have been determined for use of the CONVERT
utility program.

PC Paint .PIC file to Turbo 7
Polaroid Palette .GPH file to Turbo 8
PC Pilot BSaver .BSV file to Turbo 7
BASIC BSAVE screen to Turbo 7

As I am not familiar with other programs, you will have to experiment.
The conversion must be done on 16,000+ byte files. Files from programs
using a compressed format for files (e.g., PC PaintBrush, Dr. Halo)
cannot be converted. Therefore, when using PC Paint be sure to save the
file in the uncompressed format.

Don't forget that PC Paint and Polaroid Palette have screen capture
utilities. If you load these you can capture screens from many other
programs.

Donald L. Pavia, March 1986



 December 23, 2017  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)