mirror of
https://github.com/danbulant/pngjs
synced 2026-07-06 19:50:36 +00:00
don't include filter type when parsing
This commit is contained in:
parent
0da750762f
commit
912df207b5
1 changed files with 0 additions and 1 deletions
|
|
@ -4,7 +4,6 @@ var fs = require('fs'),
|
||||||
|
|
||||||
fs.createReadStream('test/in/basi0g01.png')
|
fs.createReadStream('test/in/basi0g01.png')
|
||||||
.pipe(new PNG({
|
.pipe(new PNG({
|
||||||
filterType: 4
|
|
||||||
}))
|
}))
|
||||||
.on('parsed', function() {
|
.on('parsed', function() {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue