erl_img icon indicating copy to clipboard operation
erl_img copied to clipboard

Read/write image library for Erlang

Results 2 erl_img issues
Sort by recently updated
recently updated
newest added

It is caused by commit 43096b1f837fad761dcee55e6f60cbc06702c2b8. ([email protected])10> fprof:analyse(). Processing data... Creating output... %% Analysis results: { analysis_options, [{callers, true}, {sort, acc}, {totals, false}, {details, true}]}. % CNT ACC OWN [{...

We use any server to upload video and it returns a thumbnail file that was made by lavc. Erl_img returns this error when: ``` {ok, Magic} = erl_img:magic_info(File) ``` Reason:...