I'm testing 1.0.0-beta with two gifs, and a DecoderException is thrown when I call Decoder::decode($path) function (Unable to parse file header)
The regexp in HeaderDecoder->decodeVersion is called with "GIF89a" as subject in my cases, which does not match with the pattern (I think this is related with the ?P part of the pattern ?)
Is this a bug or have I a file that is not compatible ?
Hi,
I'm testing 1.0.0-beta with two gifs, and a DecoderException is thrown when I call Decoder::decode($path) function (Unable to parse file header) The regexp in HeaderDecoder->decodeVersion is called with "GIF89a" as subject in my cases, which does not match with the pattern (I think this is related with the ?P part of the pattern ?)
Is this a bug or have I a file that is not compatible ?