File: ChangeLog

package info (click to toggle)
libpillowfight 0.2.4-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 15,724 kB
  • sloc: ansic: 3,365; python: 635; makefile: 110; sh: 7
file content (24 lines) | stat: -rw-r--r-- 893 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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