home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / amiga / graphics / 5804 < prev    next >
Encoding:
Text File  |  1992-08-27  |  4.6 KB  |  99 lines

  1. Newsgroups: comp.sys.amiga.graphics
  2. Path: sparky!uunet!mcsun!Germany.EU.net!news.uni-bielefeld.de!techfak.uni-bielefeld.de!markus
  3. From: markus@techfak.uni-bielefeld.de (Markus Illenseer)
  4. Subject: Re: ADpro v pbm+
  5. Sender: news@unibi.uni-bielefeld.de (News Administrator)
  6. Message-ID: <1992Aug27.190910.3623@unibi.uni-bielefeld.de>
  7. Date: Thu, 27 Aug 92 19:09:10 GMT
  8. References:  <1992Aug27.121745.23826@city.cs>
  9. Nntp-Posting-Host: aidec504.techfak.uni-bielefeld.de
  10. Organization: Universitaet Bielefeld, Technische Fakultaet.
  11. Lines: 86
  12.  
  13. In article <1992Aug27.121745.23826@city.cs>, lionel@cs.city.ac.uk (Lionel Tun) writes:
  14. |> I have heard that ADPro is very good - Amiga Shopper last month
  15. |> said it was arguably the greatest piece of software ever written
  16. |> for the Amiga. Fair enough. But I use pbm at work on Unix/Suns
  17. |> and I have now downloaded the Amiga release.
  18. |> 
  19. |> The question is do I need ADPro if I use pbm? Which is better?
  20. |> OK so pbm is free and ADPro is megabucks, but it may be worth
  21. |> it if its so much better.
  22.  
  23.  This is quite easy to explain and it also seems to be a FAQ ...
  24.  
  25. |> 
  26. |> --
  27. |> Lionel Tun   (lionel@cs.city.ac.uk)
  28. |> Vision Group, City University, London, EC1V 0HB. 071-477 8000 x 3889
  29.  
  30. Pbmplus is free and available for most computer system, including Amiga.
  31. (Once again, it's avail via ftp on ftp.informatik.uni-oldenburg /pub/amiga )
  32. Therefore you have the warrantie, that your generated files (pictures)
  33. are somewhat compatible on every systeM. 
  34. Pbmplus was intended to be a converting library.
  35. To convert n (Image) File Formats into each other you would need n*n converters.
  36. It's easier to create a File Format in the middle, which is lossless.
  37. PPM (Portable Pixmap) is a 24 Bit Format which is easy to read and write
  38. (ASCII or Numeric, small and readable header). Fron the n File Formats you
  39. write into PPM then into any other Format, so you just need 2n converters.
  40.  
  41. Afterwards, Pbmplus was expanded, because the file format was so easy, with
  42. programms to work on the pictures, e.g. Filter Operation or Resizsing.
  43. In fact, it's almost a full image processing system.
  44.  
  45. As it runs on the Shell, and has no GUI, it's limited to your imagination,
  46. no WYSIWYG possible. Although Shell-Scripting and Piping can be done of course.
  47.  
  48. All Pbmplus Programms use heavy Stack Amount and RAM Amount, some Filers do 
  49. need x*y*3 Bytes of RAM, which can easily exeed the Amount of RAM of your
  50. System. But only the needed RAM is allocated, the Amiga Version of Pbmplus
  51. can also reduce the Allocation when it works line-wise, this takes time.
  52.  
  53. As a subset of PPM there is PGM (Portable Graymap 256 ColorS) and PBM 
  54. (Portable Bitmap b/w).
  55.  
  56. All in all, pbmplus is just fine for the once-a-week user or for he who
  57. works on several systems. The programms aren't very fast and not very optimized 
  58. In some cases (due to compatibility).
  59.  
  60. ADPro is a stand-alone programm for the Amiga, also it is a 'Displaying Tool'
  61. rather than a converting toolkit. The first thing it does is to allocate all
  62. available Memory *haps* (I don't know if this can be changed via any option,
  63. i don't have ADPro). So, if you deal with large images, you must have much
  64. RAM as well. As yet, ASDG does not support VMem, though the new GigaMem
  65. System does support ADPro (Upto 512 MB only !). 
  66. ADPro does support ARexx-Scripting and Commands. 
  67. It has many features to act filters or operation on images, also visible
  68. crop and merge function (besides a Textmerger) is supported.
  69.  
  70. ADPro can display the images in all Amiga (ECS) Modes, and on many 3rd Party
  71. Gfx-Boards. 
  72. Every loaded picture is converted into a 24 Bit Image (internally), every
  73. function works on 24 Bit. This may be a overkill on many pictures, e.g. simple
  74. GIF's.
  75.  
  76. In the professional version you get TIFF Support and Support for other Formats.
  77.  
  78. All in all, a powerfull software, not really a image processing tool but close
  79. to it. As MemEater useless for Multitasking, and it seems that ASDG never heard
  80. the Style Guide. It still doesn't support PPM-Format, but at least qrt.
  81.  
  82. For both Toolkits a 020+ is really usefull, also much RAM is a must.
  83.  
  84. So well, Pbmplus is usefull for the alround user, ADPro for the only-Amiga-user.
  85.  
  86. Me, myself and i prefer pbmplus... Man pages online, easy scripting and
  87. easy to write code yourself for It.
  88.  
  89. ADpro has much balast which is useless for me and is constantly in the RAM
  90. while running it... it has advantages in the visual part.
  91.  
  92. Your choice, Markus.
  93.  
  94. -- 
  95. Markus Illenseer       EMail: markus@TechFak.Uni-Bielefeld.de
  96. Universitaet Bielefeld Fax: (+49 521) 106-2992
  97. Technische Fakultaet   Phone: (+49 521) 106-2926(internal only); -5329
  98. Angewandte Informatik  SnailMail: Postfach 100131, D-4800 BIELEFELD 1
  99.