File: NEWS

package info (click to toggle)
simage 1.7.1~2c958a6.dfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,484 kB
  • ctags: 1,326
  • sloc: sh: 12,739; ansic: 8,288; cpp: 930; perl: 862; makefile: 637; lisp: 25
file content (44 lines) | stat: -rw-r--r-- 1,241 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
New in v1.7.1a (so far):

New in v1.7.0 (2010-02-26):
* Added CGImage based backend on OS X.
* Added Quicktime based backend for older OS X versions.
* Added GDI+ based backend for Windows.
* Added Jasper/JPEG 2000 support.
* Added Visual Studio project files.
* Added Universal Binary support for OS X.
* Added pkg-config description.
* Added support for Windows 64-bit.
* Fixed QImage backend to work with Qt4.
* Fixed various memory leaks.
* Fixed various build system and compile/link issues.

New in v1.6.1 (2004-10-08):
* Switched resize filter from Lorenz3 to Bell filter to avoid
  some unwanted artifacts when resizing images.

New in v1.6 (2003-12-12):
* Added support for reading an image one line at a time
* Added functions for setting external dynamic loader interface
  (not currently in use)
* Disabled dysfunctional guile support

New in v1.5:
* Extended streaming interface to support seeking in a stream
* Added functions to set color component order

New in v1.4:
* Added stream interface used for reading audio

New in v1.3 (2001-12-03):
* Added simage_resize3d

New in v1.2 (2001-06-01):
* movie support
* guile binding

New in v1.1 (2001-02-05):
* save capabilities

New in v1.0 (2000-10-23):
* first release