ChangeLog
资源名称:ilib [点击查看]
上传用户:changbiao
上传日期:2007-01-13
资源大小:141k
文件大小:3k
源码类别:

图片显示

开发平台:

C/C++

  1. 24 May 2000:
  2.   - Release 1.1.7
  3.     + Added (finally) "install" target.  Just do "make install" as root
  4.       after "make" to install everything
  5.     + Now builds both static and shared library
  6.     + Added support for reading BMP images
  7.       (contributed by Jim Winstead <jimw@trainedmonkey.com>)
  8.     + Added IDrawStringRotatedAngle() (but does not yet support text
  9.       style from ISetTextStyle yet)
  10.       (contributed by Geovan Rodriguez <geovan@cigb.edu.cu>)
  11.     + PNG output improvements
  12. 29 Nov 1999:
  13.   - Release 1.1.6
  14.     + Added new functions:
  15.         IAllocNamedColor()
  16.         IDrawArc()
  17.         IDrawEllipse()
  18.         IDrawCircle()
  19.         IDrawPolygon()
  20.         IFillPolygon()
  21.         IFillArc()
  22.         IFillCircle()
  23.         IFillEllipse()
  24.         IDrawEnclosedArc()
  25.         IArcProperties()
  26.     + Fixed bug in iindex client
  27. 25 Aug 1999:
  28.   - Release 1.1.5
  29.     + Added IDrawStringRotated() function for drawing text vertically
  30.       (both at 90 and 270 degrees).
  31.     + Added support for styled text using ISetTextStyle().  Current
  32.       styles include ITEXT_ETCHED_IN, ITEXT_ETCHED_OUT and
  33.       ITEXT_SHADOWED.  See the isample example application for
  34.       an example.
  35.     + Added ISetBackground() function (required to use the ITEXT_ETCHED_IN
  36.       and ITEXT_ETCHED_OUT text drawings styles).
  37. 20 Aug 1999:
  38.   - Release 1.1.4
  39.     + Added ISetComment() function
  40.     + Added IGetTransparent() function
  41.     + Fixed reading of interlaced GIF images (would die on an error)
  42.     + Fixed reading of transparent GIF images (would die on an error)
  43.     + Added support for writing interlaced GIF images
  44.     + Added support for writing transparent GIF images
  45.     + Updated names of examples and clients to start with 'i'
  46.     + Updated iindex client to generated 3D-style imagemap with
  47.       corresponding HTML for client-side imagemap.
  48. 23 Jul 1999:
  49.   - Release 1.1.3
  50.     + Added support for reading/writing JPEG (color and greyscale)
  51.       currently always uses 75 for quality when writing
  52.     + Added support for reading/writing PGM (raw only)
  53.     + Added new ICopyImageScaled() function.
  54.     + Added new client application "index" that creates a single
  55.       image index of mini-images from other images.
  56. 19 Jul 1999:
  57.   - Release 1.1.2
  58.     + Added initial support for reading and writing PNG files.  Currently,
  59.       all images are written as 16-bit images (no 8-bit colormapped
  60.       images) and transparency, alpha channels and interlacing are
  61.       not yet implemented when writing PNG files.
  62. 12 Apr 1999:
  63.   - Release 1.1.1
  64.     + Fixed bug that would not allow high ascii values to be drawn.
  65.     + Fixed bug where BDF fonts that specified a space as an empty
  66.       bitmap were reported as corrupted font files.
  67.     + Added new client application displayfont.
  68.     + Fixed ICopyImage() to ignore transparent bits when copying
  69.       an image.
  70. 18 May 1998:
  71.   - Release 1.1.0
  72.     + Pulled out GIF code that was probably in violation of the
  73.       Unisys copyright.  GIFLIB can be used instead (which is not
  74.       in violation of the copyright because of the grandfather clause.)
  75.     + Small fix in IDrawLine.
  76.     + Added new IErrorString() function for turning IError values into
  77.       strings suitable for error messages.
  78.     + Added IFileType() function for guessing image type (PPM, GIF, etc.)
  79.       by filename extension.
  80.     + Added ITextHeight() and ITextDimensions() for calculating pixel
  81.       dimensions of text.
  82. 20 May 1996:
  83.   - Release 1.0