erl-img

Code pulled with git from git://github.com/mochi/erl_img.git with the last commit being 0199286

These are Current warnings for erl-img.

dialyzer -n -q -Wno_improper_lists ebin
erl_img.erl:143: Function to_binary/1 has no local return
image_jpeg.erl:146: The variable _Error can never match since previous clauses completely covered the type {'ok',_}
image_jpeg.erl:202: Function process_exif/2 has no local return
image_tiff.erl:206: Function dump_binary/1 has no local return
image_tiff.erl:223: Function scan_binary/3 has no local return
image_tiff.erl:249: Function scan_ifd_bin/6 has no local return
image_tiff.erl:570: Guard test is_list(Data::binary()) can never succeed
image_tiff.erl:591: Guard test is_list(Data::binary()) can never succeed