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
returned errors, some degree of tidy up needed here for errors bubbling up from private functions
make multiple versions of :hackney acceptable
support binaries in addition to a file path or uri
change return image type return types to atoms @type image_types :: :bmp | :gif | :jpg | :png
change errors to Elixir Exceptions - eg UnknownTypeError
introduce type -> {:ok, type} and size -> {:ok, size}, type!, and size! function formats [will need to change raise(inspect(error)) -> raise(error) ]
credo linting
ensure close_stream in all relevant locations
added new Fastimage.info function
add options to type/1, size/1 and info/1 to allow manual overrides on
the otherwised fixed values for stream_timeout, max_redirect_retries and max_error_retries
The text was updated successfully, but these errors were encountered:
@type image_types :: :bmp | :gif | :jpg | :png
UnknownTypeError
Fastimage.info
functiontype/1
,size/1
andinfo/1
to allow manual overrides onthe otherwised fixed values for
stream_timeout
,max_redirect_retries
andmax_error_retries
The text was updated successfully, but these errors were encountered: