home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1994 February / psl_9403.zip / psl_9403 / DOS / HOME / MSAPCD.ZIP / PICTURES.TXT < prev    next >
Text File  |  1993-11-15  |  5KB  |  99 lines

  1. Some graphics file conversion utilities, and programs that have internal
  2. conversion features may be able to produce PCX files in a format that
  3. MSAPCD can accept.  There are, however, certain restrictions that apply to
  4. files for import which are set out below. 
  5.  
  6. 1. The original picture file should use only the 16 base
  7.    colours of the PC, and not use colours that have been
  8.    specially mixed (eg a custom palette) that are out of
  9.    this range of colours.
  10.  
  11. 2. All of the picture that lies outside of the first 180
  12.    columns (pixels) by 180 rows (pixels)  will of course
  13.    not be imported,  because the maximum  design area in
  14.    MSAPCD is 180 columns  by 180 rows.   The picture may
  15.    have to be  manipulated first so that it occupies the
  16.    top lefthand corner of the picture  area that the art
  17.    program makes available.
  18.  
  19. 3. A PCX, or PC PAINTBRUSH type that  is defined as MCGA
  20.    256  colour format  must be  selected  as the type to
  21.    convert the picture to.
  22.  
  23. 4. Only files with a file name  extension of PCX will be
  24.    imported, so you may need to  use the REN  command at
  25.    the DOS prompt to rename the file to include  the PCX
  26.    extension (eg C:\>REN picture picture.PCX).
  27.  
  28. If you have the popular Deluxe Paint art program from Electronic Arts,
  29. then you will be able to create designs in DPAINT, making use of the
  30. sophisticated drawing and painting tools it offers, then convert the
  31. picture file to a special PCX file format which can then be loaded into
  32. MSAPCD.
  33.  
  34. A few procedures should be followed in order to make an easy transition
  35. from the one design environment to the other.  Advice and the steps to be
  36. taken are given below.
  37.  
  38.  
  39. CREATING A DESIGN IN DELUXE PAINT
  40.  
  41. When you start DPAINT, you should specify a 16 colour screen format with a
  42. resolution of 320 x 200; EGA or VGA options are available from the DPAINT
  43. screen mode list.  You can change the screen mode from within DPAINT by
  44. selecting SCREEN FORMAT from the PICT menu.
  45.  
  46. Use ONLY the 16 default colours shown at the righthand side of the screen.
  47. You should NOT create a custom palette.
  48.  
  49. Press the LEFT arrow key on the keyboard once, then the UP arrow key once,
  50. to make sure that the top lefthand corner of the design area is in view.
  51.  
  52. When you have finished your design, click the left mouse button on the
  53. BRUSH SELECTOR (next ádoor to the TEXT - A - icon) and move the cursor to
  54. the top lefthand corner of the design.  Click on the RIGHT mouse button and
  55. keep it pressed down while dragging the bottom righthand corner of the
  56. rectangle to the bottom righthand corner of the design.  When the design
  57. has been "framed" then you may let go of the mouse button.  You can now
  58. either save the design as a BRUSH by choosing SAVE BRUSH from the FILE menu,
  59. or the design can be moved to the top lefthand corner of the design area,
  60. and fixed into place by pressing the LEFT mouse button - this must be done
  61. because MSAPCD will import only the first 180 columns by 180 rows of the
  62. design.  Having successfully saved the design, you can then exit DPAINT.
  63.  
  64.  
  65. CONVERTING A DELUXE PAINT FILE TO THE RIGHT PCX FORMAT
  66.  
  67. DPAINT comes with a file conversion utility called CONVERT.EXE.  You
  68. should first locate this file by changing to the DPAINT directory then
  69. typing DIR CONVERT.EXE.  If the file is not found, then it may reside
  70. within the BRUSHES or PICTURES subdirectory, so you will need to use the
  71. CD command to change to each subdirectory to find out which contains the
  72. conversion program.
  73.  
  74. From the DOS prompt you should type the following (the example uses a hard
  75. disc drive C:, although another drive could be used):
  76.  
  77.    C:\DPAINT>CONVERT -D design.LBM -P5 C:\MSAPCD\PCX\design.PCX
  78.     
  79. You are telling the CONVERT utility to treat the input file (your DPAINT-
  80. created file) as a DPAINT file (-D), that you want it converted to a PC
  81. PAINTBRUSH MCGA PCX file (-P5), and then saved to the MSAPCD PCX sub-
  82. directory under the given name - it is advisable to use the same ROOT
  83. file name as the original file, but with the PCX extension.
  84.  
  85. MSAPCD V2.0 will import MCGA PCX files with a PCX extension ONLY, and
  86. according to the preceding rules.  Also note that any colours that are
  87. included in the PCX file that do not match the 16 base colours of PC
  88. computers will appear as BLACK within the design.
  89.  
  90. The PCX import facility was included to allow quick loading of pictures/
  91. designs produced with the aid of other graphics programs that are capable
  92. of having their 16 colour picture files converted to MCGA PCX files.  It
  93. is not a multi-featured facility because programming space does not allow.
  94. However, if you are willing to invest the time in learning how to change
  95. file formats, I think you will find the feature extremely useful.
  96.  
  97.  
  98. 15 NOVEMBER 1993
  99.