home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / grafix / qbistamiga / qbistamiga.doc < prev    next >
Encoding:
Text File  |  1998-01-29  |  6.7 KB  |  195 lines

  1.  
  2.  
  3.  
  4. NB: This is somewhat outdated...
  5.  
  6.  
  7.  
  8.  
  9.  
  10. Preface
  11.   This program is a port of Qbist (published in c't 10/95 (a German
  12. magazine)). Because there was no Amiga version (sight) only Mac
  13. and Windows versions I ported it (I used the Mac source code as a
  14. start).
  15.  
  16. It creates what could be called abstract art.
  17. One could think that abstract art can be created by just randomly
  18. drawing some lines, circles or whatever to the screen, but that just
  19. looks confused most of the time.
  20. Qbist takes a different approach: Pictures are created useing a single
  21. (quite complex, I might add) formula, giving much better looking results.
  22. Althogh the formula is complex the use of the software is easy, Qbist
  23. will just calculate some pictures (with random initized formula values)
  24. and the user can decide which picture should be used to create new
  25. variations, two pictures can also be mixed.
  26.  
  27.  
  28. The Screen:
  29. -----------
  30. What you will see first when you start up Qbist is some pixles beeing
  31. drawn somewhere on the screen. This is Qbist at work drawing the main
  32. (or center) picture. Qbist will draw 9 pictures. The center picture
  33. and 8 variations of it.
  34. The pictures will also be enumerated (0 to 8).
  35.  
  36. Display:
  37. --------
  38. Due to the way colors are managed in 256 color screen modes
  39. the calculated pictures will not look very good.
  40. This version (1.1) was written with gfx cards in mind, pictures
  41. on 8bit screen will probably look better with version 1.0.
  42.  
  43.  
  44. Menus:
  45.  
  46. Project Menu:
  47. ------------
  48. New             This will create a new main picture with variations.
  49. Open...         Open a saved Qbist file (main picture data)
  50. Save...         Save the main picture datas (not the picture image!)
  51. Write JPG...    Will save the main picture as a 24bit JPeg.
  52.                 The requester parameters should be obvious.
  53. Screenmode...   Select a screenmode for Qbist
  54. ------------
  55. About...        Some Infos
  56. ------------
  57. Quit            Guess what...
  58. ------------
  59.  
  60. Variations Menu:
  61. ------------
  62. Fine
  63. Medium          These select the variation intensity
  64. Rought
  65. ------------
  66. Gene Lab        Will present you a little GUI. You can select two
  67.                 pictures to mix and a mutation level.
  68. ------------
  69. Variate Main    Creates new variations of the main picture.
  70. Variate 1       Will make variation 1 the main picture and variate it.
  71. Variate 2       Will make variation 2 the main picture and variate it.
  72. etc.            etc.
  73. -------------
  74.  
  75.  
  76.  
  77.  
  78. Requirements
  79. OS 2.04, 68020+, AGA or a Gfx-card, a FPU helps but is not
  80. required. On a plain A1200 it will be slow like hell.
  81. reqtools.library version 38
  82. gtlayout.library version 19
  83. (both libs *not* included in the archive)
  84.  
  85.  
  86.  
  87. Legal Stuff
  88.   The programs and files in this distribution are FREEWARE. That is: they
  89. are copyright © Thomas Bickel, but they may be freely distributed as long as
  90. no more than a nominal fee is charged to cover distribution costs. Moreover
  91. they can't be distributed separately or in a commercial package without
  92. written permission from the author. It may be distibuted on Aminet CDs.
  93.  
  94.  
  95. Brand and product names are trademarks or registered trademarks of
  96. their respective holders.
  97.  
  98.  
  99. This software is based in part on the work of the Independent JPEG Group.
  100. To name it: This program was linked with some routines from release 6
  101. of the IJG's JPEG software.
  102.  
  103.  
  104. QbistAmiga uses libpng:
  105.    libpng 1.0 beta 4 - version 0.90
  106.    January 10, 1997
  107.  
  108.    Copyright (c) 1995, 1996, 1997 Guy Eric Schalnat, Group 42, Inc.
  109.    Contributing Authors:
  110.       Sam Bushnell
  111.       Andreas Dilger
  112.       Dave Martindale
  113.       Guy Eric Schalnat
  114.       Paul Schmidt
  115.       Tim Wegner
  116.  
  117.    The contributing authors would like to thank all those who helped
  118.    with testing, bug fixes, and patience.  You know who you are.  This
  119.    wouldn't have been possible without all of you.
  120.  
  121.    Thanks to Frank J. T. Wojcik for helping with the documentation
  122.  
  123.    The PNG Reference Library is supplied "AS IS". The Contributing Authors
  124.    and Group 42, Inc. disclaim all warranties, expressed or implied,
  125.    including, without limitation, the warranties of merchantability and of
  126.    fitness for any purpose. The Contributing Authors and Group 42, Inc.
  127.    assume no liability for direct, indirect, incidental, special, exemplary,
  128.    or consequential damages, which may result from the use of the PNG
  129.    Reference Library, even if advised of the possibility of such damage.
  130.  
  131.    Permission is hereby granted to use, copy, modify, and distribute this
  132.    source code, or portions hereof, for any purpose, without fee, subject
  133.    to the following restrictions:
  134.    1. The origin of this source code must not be misrepresented.
  135.    2. Altered versions must be plainly marked as such and must not be
  136.       misrepresented as being the original source.
  137.    3. This Copyright notice may not be removed or altered from any source or
  138.       altered source distribution.
  139.  
  140.    The Contributing Authors and Group 42, Inc. specifically permit, without
  141.    fee, and encourage the use of this source code as a component to
  142.    supporting the PNG file format in commercial products. If you use this
  143.    source code in a product, acknowledgment is not required but would be
  144.    appreciated.
  145.  
  146.  
  147.  
  148.  
  149. and for zlib:
  150.   version 1.0.4, Jul 24th, 1996.
  151.  
  152.   Copyright (C) 1995-1996 Jean-loup Gailly and Mark Adler
  153.  
  154.   This software is provided 'as-is', without any express or implied
  155.   warranty.  In no event will the authors be held liable for any damages
  156.   arising from the use of this software.
  157.  
  158.   Permission is granted to anyone to use this software for any purpose,
  159.   including commercial applications, and to alter it and redistribute it
  160.   freely, subject to the following restrictions:
  161.  
  162.   1. The origin of this software must not be misrepresented; you must not
  163.      claim that you wrote the original software. If you use this software
  164.      in a product, an acknowledgment in the product documentation would be
  165.      appreciated but is not required.
  166.   2. Altered source versions must be plainly marked as such, and must not be
  167.      misrepresented as being the original software.
  168.   3. This notice may not be removed or altered from any source distribution.
  169.  
  170.   Jean-loup Gailly        Mark Adler
  171.   gzip@prep.ai.mit.edu    madler@alumni.caltech.edu
  172.  
  173.  
  174.  
  175.  
  176. gtlayout.library (c) Olaf `Olsen' Barthel
  177. reqtools.library (c) Nico François
  178.  
  179.  
  180. Original Mac version of Qbist: (c) 1995 c't, Dr.Jörn Loviscach
  181.  
  182.  
  183. ---------------------------------------------------------------------
  184.  
  185. Disclaimer
  186.   This program is provided "as is", without warranty of any kind or fitness
  187. for a particular purpose, either expressed or implied, all of which are
  188. hereby explicitly disclaimed. The author only guarantees that this program
  189. will occupy disk space.
  190. In no event shall the author be liable to you or anyone else for any
  191. damages, including any lost profits, lost savings or other incidental or
  192. consequential damages arising out of the use or inability to use this
  193. software.
  194.  
  195.