home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2001 #9 / K-CD_2001-09.iso / PElements / data1.cab / Presets / Layouts / ReadMe.txt < prev    next >
Text File  |  2001-04-26  |  2KB  |  42 lines

  1. ; This is the documentation for the Picture Packager layout files.
  2.  
  3. ; Each layout file details the page size and image drop locations for one resulting document.
  4.  
  5. ; The layout files can contain comments.
  6. ; A comment is any line that starts with a semi-colon ';'.
  7. ; The semi-colon must be the first character on the line.
  8. ; Blank lines are also allowed, and are ignored.
  9.  
  10. ; There are 3 types of information that must be present in each layout file:
  11. ; 1) the units and page size
  12. ; 2) the description text that is displayed in the dialog
  13. ; 3) the layout specs
  14.  
  15. ; As an example to work from, look at the file 'FiveBySevens.txt'. The contents are here also:
  16.  
  17. ;    I 8 10
  18. ;    (2)5x7
  19. ;    0.5 0 7 5
  20. ;    0.5 5 7 5
  21.  
  22. ; 1) the units and page size 'I 8 10'
  23. ; The 3 three fields on line 1 are: units, width and height
  24. ; You can enter inches, pixels or centimeters. All the numbers in a single file must be the same units.
  25. ; For inches, use i or I.
  26. ; For pixels, use p or P.
  27. ; For centimeters, use c or C.
  28.  
  29. ; 2) the description text that is displayed in the dialog '(2) 5 x 7'
  30. ; The 1 field on line 2 is the text description shown in the Layout: menu choice on the dialog. 
  31. ; This can be any text you want, up to 75 characters long.
  32.  
  33. ; 3) the layout specs '0.5 0 7 5' and '0.5 5 7 5'
  34. ; Each line is one drop location for the image. You can have up to 50 drop locations per page.
  35. ; The 4 fields are x position, y position, width, and height.
  36. ; Remember, the units must match what you used for the page size in line 1.
  37.  
  38. ; So, in summary, the example tells the plugin that all the numbers are entered in inches,
  39. ; the resulting document is to be 8 inches wide, 10 inches high, and will have 2 images on it.
  40. ; The first image will be located at 1/2 inch from the left edge, and at the very top of the document,
  41. ; and will be 7 inches wide, 5 inches high. The second image will be located 1/2 inch from the left edge
  42. ; 5 inces from the top edge, and will be 7 inches wide, 5 inches high.