Paddy Xu
69c46620ad
Fix #417 : search acTL chunk by block, instead of byte-by-byte
2018-11-01 23:58:51 +02:00
Paddy Xu
9832b0f99e
done new image viewer
2018-08-28 22:48:10 +03:00
Paddy Xu
3bcb48a43c
[WIP] apng provider
2018-08-28 00:16:25 +03:00
Paddy Xu
ee6bca704d
start working on NConvert
2018-08-12 15:26:03 +03:00
Paddy Xu
db31458ffe
done new image viewer. RAW problem remaining.
2018-06-15 22:35:22 +03:00
Paddy Xu
56af2311b9
abstract plugin interface
2018-02-12 19:30:28 +02:00
Paddy Xu
734b0e36e3
Fix #128 : the "previous state" of a "DisposeOpPrevious" frame is its previous frame - for example,
...
1: APNGDisposeOpNone
2: APNGDisposeOpNone // should use rendered frame 1
3: APNGDisposeOpPrevious // should use rendered frame 1
4: APNGDisposeOpPrevious // should use rendered frame 1, NOT frame 2
5: APNGDisposeOpNone // should use rendered frame 4
2017-11-16 18:53:12 +02:00
Paddy Xu
59c4216bca
Fix #93 : Ignore image resolutions
2017-10-14 22:32:05 +03:00
Paddy Xu
5b97e7ef60
wip 2
2017-08-06 17:27:30 +03:00
Paddy Xu
94a18707dd
let WPF do the decoding
2017-08-01 23:28:58 +03:00
Paddy Xu
2f12127cc9
Use my home-made GIF and APNG animator. It's really save CPU compared to previous one!
2017-07-31 00:14:21 +03:00