2cac37c1fb
We should emit an error when the request to an image to be fetched returns and HTTP error code. Otherwise, we'll run into other higher level errors down the line, which are misleading Example: I kept seeing "image content type not supported" errors, although the content type *is* supported. The actual problem was that the decode function operates on non existing image bytes. |
||
---|---|---|
.. | ||
cropped_image.go | ||
decode.go | ||
decode_test.go | ||
encode.go | ||
encode_test.go | ||
identity.go | ||
identity_test.go | ||
main.go | ||
main_test.go | ||
manipulation.go | ||
manipulation_test.go | ||
meta.go | ||
test_data.go |