leonbloy / pngj

PNGJ : pure Java library for high performance PNG encoding
http://hjg.com.ar/pngj/
278 stars 51 forks source link

Let PngReader work as a FilterInputStream #20

Closed leonbloy closed 9 years ago

leonbloy commented 9 years ago

From hgonzalez@gmail.com on December 28, 2012 17:26:09

It might be useful in some cases (eg when we want to read the metadata but let other classes do the decoding).

Original issue: http://code.google.com/p/pngj/issues/detail?id=20

leonbloy commented 9 years ago

From hgonzalez@gmail.com on January 16, 2013 16:21:52

Labels: -Priority-High Priority-Medium

leonbloy commented 9 years ago

From hjg.com.ar@gmail.com on July 27, 2013 20:26:10

Done in version 2.0.0 See exaple in PngFilterStreamTest

Owner: hjg.com.ar@gmail.com

leonbloy commented 9 years ago

From hjg.com.ar@gmail.com on July 27, 2013 20:26:26

Status: Verified