mirror of
https://github.com/danbulant/pngjs
synced 2026-06-20 06:51:46 +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')
|
||||
.pipe(new PNG({
|
||||
filterType: 4
|
||||
}))
|
||||
.on('parsed', function() {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue