home *** CD-ROM | disk | FTP | other *** search
/ Power DOS 1995 July / Power_DOS_CD-ROM_Walnut_Creek_July_1995.iso / demo / source / scale.txt < prev    next >
Internet Message Format  |  1993-04-29  |  849b

  1. From: jas37876@uxa.cso.uiuc.edu (John A. Slagel)
  2. Subject: Scaling routines...
  3. Date: Tue, 27 Apr 1993 02:28:55 GMT
  4.  
  5.     As promised, here are some routines to do bitmap scaling in
  6.     modeX and mode13h.  I made them pretty flexible, so if you
  7.     hard-wire in some of the parameters, you could get a bit of
  8.     a speed up.  The mode13h one can be used in system memory
  9.     pretty easily, and the modeX draws by columns instead of
  10.     rows to reduce the number of plane changes...  
  11.  
  12.     Please, if you are maintaining a pub domain library, like
  13.     XLIB or Yakicons, feel free to put these routines in there.
  14.  
  15.     I will post them in two posts, XSCALE1 and SCALE1. Enjoy.
  16.     Any questions or optimizations or comments are appreciated
  17.     until May 14th, when I loose my Internet access.
  18.  
  19. -- 
  20.  John A. Slagel
  21.  j-slagel1@uiuc.edu
  22.