You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to access directly the bytes part of one or multiple
chunks such as IDAT? I can't find any example about obtaining PNG DATA without
inflating process applied.
I find your library very useful, but I need some example and/or guidance about
this topic. A workaround would also suffice in this case.
Thank you in advance for your suggestions.
Best regards.
Tez.
Original issue reported on code.google.com by tezuy...@gmail.com on 27 Mar 2012 at 10:54
The text was updated successfully, but these errors were encountered:
First, only the IDAT chunks are inflated/deflated.
Do you need to read the raw IDAT bytes? The library does nto allow to do that
(I'm curious why you'd need that). But it think it would no be too difficult
to subclass the PngReader so as to hook inside the PngIDatChunkInputStream
Original comment by hgonzalez@gmail.com on 10 Jun 2012 at 9:21
Original issue reported on code.google.com by
tezuy...@gmail.com
on 27 Mar 2012 at 10:54The text was updated successfully, but these errors were encountered: