home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d09xx / d0989.lha / PicCon / Product-Info < prev   
Text File  |  1994-04-05  |  3KB  |  79 lines

  1. .name
  2. PicCon
  3. .fullname
  4. Picture Converter
  5. .type
  6. Developer tool
  7. .aminet-dir
  8. gfx/conv
  9. .short
  10. Image converter for programmers.
  11. .description
  12. PicCon is a program to aid developers of Amiga software for including
  13. graphical images in their own programs.\n\n
  14. In a full featured GUI you are able to cut out any portion of a loaded
  15. picture and save it back to disk in a variety of formats. Supported formats
  16. include: ordinary bitplanes, interleaved bitplanes, chunkypixels,
  17. blittermasks, Amiga sprites, IFF ILBMs, workbench icons and lots of
  18. variations on these main formats.\n
  19. You can also save the picture's palette in a variety of formats, including
  20. ordinary raw 4, 8, or 32 bits-per-gun, Amiga copperlists, IFF ILBM and more.\n
  21. All saves can be done in either binary, as linkmodules (objectfiles), or in
  22. sourcecode (assembler, C or Pascal).\n\n
  23. The pictures which contain your images can be stored in IFF ILBM or any
  24. format you've got datatypes' support for as the datatypes.library supplied
  25. with OS3.0 is used (if present) by PicCon. RAW images and workbench icons
  26. can also be loaded (for e.g. reediting).\n\n
  27. Some simple (but, in this context, useful) imageprocessing tools have been
  28. included in version 2 of PicCon, like pen remapping, palette compression
  29. and pen usage statitics. Other features that have proved very handy for
  30. time-saving purposes are the "gridsave", "autocrop" and "autoscan" functions.
  31. The "autoscan" function makes it possible to process a whole picture full
  32. of images in one operation. The "gridsave" feature lets you save hundreds
  33. of e.g. maptiles for backgroundgraphics in a game in a single command.\n\n
  34. .version
  35. 2.01
  36. .date
  37. 1994.03.04
  38. .author
  39. Morten Eriksen
  40. .restrictions
  41. Two (non-essential) functions disabled, program exits after two saves.
  42. .requirements
  43. OS3.0 (V39) or later.
  44. .distribution
  45. Shareware
  46. .price
  47. $15(US), GBP #10, FFR 75, DM 25, NKR 100, SKR 100, DKR 100 or an equal amount in any other currency.
  48. .address
  49. Jonsborgvn.18, 7563 Malvik, NORWAY
  50. .email
  51. mortene@stud.unit.no
  52. .exectype
  53. 68000
  54. .installsize
  55. 96K - 171K
  56. .construction
  57. SAS/C 6.0
  58. .tested
  59. A500, A1200, A4000, 0.5 - 2MB CHIP, 0 - 6MB FAST, 68000, 68EC020, 68EC030, 68030, 68040, OS V39 - V40, all screenmodes on all monitors distributed with OS3.0 except the A2024, MMU, FPU, no hits found with either Enforcer or Mungwall.
  60. .run
  61. PicCon=WB,PicCon
  62. PicCon=CLI,PicCon
  63. .docs
  64. PicCon.guide
  65. .described-by
  66. Morten Eriksen (mortene@stud.unit.no)
  67. .contents
  68. PicCon        PicCon is short for "Picture Converter".  This is a utility
  69.         made for programmers, which will convert IFF ILBMs plus any
  70.         picture format you've got support for in your datatypes
  71.         library to an appropriate image format.  This is an essen-
  72.         tial stage mainly in the development of games, but is also
  73.         useful in development of other software (like demos, appli-
  74.         cations, etc.). Not only whole pictures can be converted,
  75.         but also parts of pictures can be cut out to be saved as
  76.         e.g. sprites or small bitplanes.  Version 2.01, binary
  77.         only.
  78.         Author:  Morten Eriksen
  79.