On Wed, Nov 30, 2016 at 4:46 AM,  <khalil.clay...@truecred.com> wrote:
> I know there is an image package that exist in Golang that implements encode
> and decode functionality, but how can I get other data from an image?. For
> example I am trying to get iTXt chunks from PNG images, is there any way I
> can do this?

Not in the standard library out of the box, but the PNG format is
relatively straightforward. https://play.golang.org/p/OcEGtJMz-y could
get you started.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to