File: ChangeLog

package info (click to toggle)
libpillowfight 0.3.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 88,872 kB
  • sloc: ansic: 3,542; python: 802; makefile: 114; sh: 16
file content (34 lines) | stat: -rw-r--r-- 1,354 bytes parent folder | download | duplicates (4)
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
2019/10/09 -- 0.3.0:
- Add algorithm 'scan_borders': On a scanned image, this algorithm tries to
  figure out where are the page borders. This algorithm is meant to be an
  helper for scan cropping (it doesn't work with all scanners).
- Sobel: remove trailing lines at the left and the top of resulting intensity
  matrix (and resulting image)
- SWT: Fix memory leak
- CMakeLists.txt: add SOVERSION
- CMakeLists.txt: Use CMAKE_INSTALL_LIBDIR instead of LIBDIR

2018/04/10 -- 0.2.4:
- Fix build on ARM CPUs

2018/03/01 -- 0.2.3:
- setup.py: Enable explicitely the use of SSE2 instructions on i386 arch.
  It makes the test results consistent with amd64 architecture.
- Do not use values.h (obsolete ; unavailable on MacOSX and some Windows
  installations)
- CMakeLists: allow custom libraries directory (/usr/lib64 for instance)
- compare: fix the expected size for the output image when comparing 2 images
  with different sizes (fix sigabort on assert())

2017/06/06 -- 0.2.2:
- compare: allow image of different sizes as input

2016/10/05 -- 0.2.1:
- Add algorithm 'compare' (basic image difference visualisation)
- ACE: Fix alpha channel
- Microsoft Visual C++ 2010 support

2016/09/08 -- 0.2.0:
- SWT: Make it possible to specify the type of output wanted
- Windows portage
- Python: Allows other threads to run while one of the function is running