When I'm trying to resolve a large image in PHP intervention/image package, sometimes I will receive a "Unable to decode input" error message, this message is too simple and not helpful.
To finding the cause, I found the matched Decoder class, and pr...